countries 7.x-2.3

Bug fixes

Quick release to address a caching bug in other modules that throws a fatal error during upgrade.

#2293209: Fatal error during update from 7.x-2.1 to 7.x-2.2

Other changes included since 7.x-2.1 as part of 7.x-2.2

countries 7.x-2.0

New features
Bug fixes

Important changes from the 7.x-1.x branch:

Entity API is now a requirement.

After the decision to make countries fieldable entities, this was almost inevitable. This provides a lot better integration and advantages with a number of other contrib modules that use this API.

Other API changes of importance:

countries_get_countries() could throw an exception. [API CHANGE]
If not a core property and a test country does not have this property either, this throws an exception.
Deprecated countries_get_country() [API CHANGE]
This is replaced with country_load(). All calls to countries_get_country() have a watchdog entry warning about the deprecated function and returns country_load() results.
String changes
There have been a number of changes and more consistency has been added to make this process easier.
Country field internal data array
This is normalised so that the safe_value parameter is used instead of the safe parameter.

New features

I haven't tracked these, but there have a few.

I18n integration
There is a new i18n sensitive country widget.
Continent countries widget

countries 7.x-2.0-beta2

New features
Bug fixes

Working snapshot of the module.

New features

#1130506 - Apache Solr integration
#1173230 - New continent and continent code formatters
#1183186 - New sub-module to help store country specific data
Integration with CountryIcons v2

New hooks for listening to country changes.
* hook_country_insert()
* hook_country_update()
* hook_country_delete()

Bug fixes

countries 7.x-2.0-beta1

New features
Bug fixes

Disclaimer: The automated upgrade path from countries-7.x-1.x to countries-7.x-2.x has had limited testing (29 April 2011). Please check all of your country fields configuration options.

This is a developmental release that marks the switch from a custom country widget to the use of Drupal core options widget.

countries 7.x-1.x-dev

New features

Initial release. This module has been in development for 1 year.

Subscribe with RSS Subscribe to Releases for Countries