Downloads
Download tar.gz
41.87 KB
MD5: a2f49fe7c39f9a6f3d7579ba2cca205f
SHA-1: 407c12e361288a4c55a240e4fba616ef1259439f
SHA-256: c57b82e41b0176c38495485bd53aa7d1592069f615755f3190d567ee47c63732
Download zip
48.64 KB
MD5: 566c94beb3557e87ebf3b71d115bb55f
SHA-1: 775e8130608a85ed5befd6024f2697cf485c52c4
SHA-256: 886c4a783e816ad3be6337b0e6bf12d094f918d3e4cda36eff42534e16cfae5d
Release notes
Complete log of changes since 6.x-1.1:
- #799664 by hass: Countries are not sorted in countries_api_get_list.
- #1258532 by KMC81: $licens is defined but never used in countries_api_help().
- by Scyther: Fixed call to undefined function in countries_api_numcode_get_country().
- #255215 add continents_api contrib module (thams Wim Leers)
- #714246 - Better handling of NULL values (thanks testosterone_z)
- #731222 - Fix Undefined variable notice in hook_help (thanks g.idema)
- #1094056: Update ISO3 country code for Romania
- #1002848 - Add ISO3166 numeric codes for IMN, MNE, SRB
- #1002818 - Additions regions_api region codes (thanks neilnz)
- #991258 - Addition of numcode lookup functions
- #714246 - Dont use drupal_write_record in install hook
- Removed t() in hook Schema.
- Fixed Coder warning for SQL query.
- Renamed _countries_api_iso_get_country() to _countries_api_get_country() but keept the original function to support other module that uses it.
- Added constants for all the formats.
- Updated function documentation.
- Removed constant in regions_api.test
- Renamed constants in countries_api.test
- Fixed TODO for countries_api_help, help content is now in a tpl file.
- Fixed 'TODO: Cache results' for countries_api_get_list().
- Fixed some minor indenting warnings from Coder module
- Fixed TODO for description for db table in countries_api.install.
- Update some 'iso3' and 'numcode'.
- Removing translation directories
- Code improvement.
- Added database table field decriptions