Releases: sokil/php-isocodes
Releases · sokil/php-isocodes
2.2.10
Database version: iso-codes-4.2-299-gc0e8506 from 2019-11-28 09:14
3.0.3
Update database to version 4.2-277-g3d1d2f11 from 2019-10-23 22:24
3.0.2
Database version: iso-codes-4.2-202-gfefebff3 from 2019-08-28 23:03
2.2.9
Database version: iso-codes-4.2-202-gfefebff3 from 2019-08-28 23:05
3.0.1
- Remove stub class \Sokil\IsoCodes, use \Sokil\IsoCodes\IsoCodesFactory instead
- Database version: iso-codes-4.2-147-gcadebc34
2.2.8
Database version: iso-codes-4.2-147-gcadebc34
3.0.0
- 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
Update database to iso-codes-4.2-128-g7fcf7d92 from 2019-06-01 16:43
2.2.0
- 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