Skip to content

Releases: commerceguys/addressing

v1.4.2

15 Feb 10:16
Compare
Choose a tag to compare
  • Update to CLDR v42.
  • Allow doctrine/collections ^2.0
  • Fixed Symfony missing type spec messages
  • Fixed PHP 8.1 deprecation warning

v1.4.1

09 Aug 11:44
Compare
Choose a tag to compare

Quick followup to v.1.4.0, improving BC in the Address class by making the type hints nullable.

v1.4.0

08 Aug 15:10
Compare
Choose a tag to compare
  • Now using PHP 7.3 language features and typehints. Thanks @Chris53897!
  • Allows usage with the Symfony 6 validator.
  • Updated subdivisions for CN, ID, KR, TW.

v1.3.0

08 Apr 13:09
Compare
Choose a tag to compare

Country list updated to CLDR v41.

Dropped support for PHP 7.1 and 7.2. Thanks @Chris53897!

v1.2.2

30 Oct 12:45
Compare
Choose a tag to compare

Update to CLDR v40.

v1.2.1

17 May 08:09
Compare
Choose a tag to compare

Country list updated to CLDR v39.

Updated subdivisions for India.

v1.2.0

14 Mar 20:24
Compare
Choose a tag to compare

Drops PHP 7.0 support.

Updates subdivisions for CL, CN, IR, KR, RU and address formats for BH, BY, KH, NA.

v1.1.1

18 Jan 20:55
Compare
Choose a tag to compare

Updated the CLDR country list to v38.
Updated the filtering of CLDR locales, now matches CLDR's "modern" locale list.

v1.1.0

29 Nov 18:56
Compare
Choose a tag to compare

Deprecates subdivision-level postal code validation. See #147.

Updates the address format for Ireland.
Updates the ISO code and postal code pattern for Sud Sardegna (Italy).

v1.0.9

12 Sep 15:35
Compare
Choose a tag to compare
  • Dataset updates for CN, HK, IE, IT, KR, TW, UA.
  • Replace Iporá with Iporã (Brazil, Paraná). Fixes #132.
  • Remove hardcoded strings from address formats. Fixes #137.
  • Subdivision iso code should not default to an empty array. Fixes #143.