Skip to content

Releases: sokil/php-isocodes

2.2.10

28 Nov 07:46
Compare
Choose a tag to compare

Database version: iso-codes-4.2-299-gc0e8506 from 2019-11-28 09:14

3.0.3

23 Oct 19:27
Compare
Choose a tag to compare

Update database to version 4.2-277-g3d1d2f11 from 2019-10-23 22:24

3.0.2

28 Aug 20:12
Compare
Choose a tag to compare

Database version: iso-codes-4.2-202-gfefebff3 from 2019-08-28 23:03

2.2.9

28 Aug 20:15
Compare
Choose a tag to compare

Database version: iso-codes-4.2-202-gfefebff3 from 2019-08-28 23:05

3.0.1

21 Jun 04:15
Compare
Choose a tag to compare
  • Remove stub class \Sokil\IsoCodes, use \Sokil\IsoCodes\IsoCodesFactory instead
  • Database version: iso-codes-4.2-147-gcadebc34

2.2.8

21 Jun 04:18
Compare
Choose a tag to compare

Database version: iso-codes-4.2-147-gcadebc34

3.0.0

01 Jun 13:53
Compare
Choose a tag to compare
  • PHP >=7.1 required.
  • Cluster index is now lazy loaded. If you use iterator methods directly to iterate through all database,
    you must call rewind first.
  • Factory now creates database instances but not store them, so next call of factory method will create new instance.
  • Subdivisions and languages databases are large, so they have now optimisation to load entries from separate files instead of one single file..

2.2.7

01 Jun 13:47
Compare
Choose a tag to compare

Update database to iso-codes-4.2-128-g7fcf7d92 from 2019-06-01 16:43

2.2.6

10 Apr 07:16
Compare
Choose a tag to compare

Update db version

2.2.0

10 Apr 07:01
Compare
Choose a tag to compare
  • Added possibility to configure directory with databases and messages, and manually update them without updating composer
  • Constants AbstractDatabase::DATABASE_PATH and AbstractDatabase::MESSAGES_PATH now contain directory name instead of directory path