Downloads
Download tar.gz
11.9 KB
MD5: d5091439eea50c3189144c7ec17af7d4
SHA-1: 292d383719276c0959c488acfa2a07763e7d4408
SHA-256: 77feabf039f0cd417a74cc87f843c2bb3b95279ad364e95102fbc9cb7c683f5a
Download zip
16.62 KB
MD5: 1600287e7702de9690b0ba74f739df14
SHA-1: d93a737cae6328828c044806409caed480cb1518
SHA-256: 5ce1cac1477b922d8857c5ee92d2ec16a1666790b4fb8f86a9970fd8e3c2eafd
Release notes
This release adds support for non-iso country code imports by attempting to match the imported value with the iso value. The imported value must conform to one of these standards:
- Two letter country code, lowercase - "us"
- Two letter country code, uppercase - "US"
- Two letter country code, mixed case - "Us", "uS"
- Full country name, as defined in the location module's location_get_iso3166_list() function - "United States"