Standardize settings file naming and relocate documentation files Fix code quality violations from rsx:check Reorganize user_management directory into logical subdirectories Move Quill Bundle to core and align with Tom Select pattern Simplify Site Settings page to focus on core site information Complete Phase 5: Multi-tenant authentication with login flow and site selection Add route query parameter rule and synchronize filename validation logic Fix critical bug in UpdateNpmCommand causing missing JavaScript stubs Implement filename convention rule and resolve VS Code auto-rename conflict Implement js-sanitizer RPC server to eliminate 900+ Node.js process spawns Implement RPC server architecture for JavaScript parsing WIP: Add RPC server infrastructure for JS parsing (partial implementation) Update jqhtml terminology from destroy to stop, fix datagrid DOM preservation Add JQHTML-CLASS-01 rule and fix redundant class names Improve code quality rules and resolve violations Remove legacy fatal error format in favor of unified 'fatal' error type Filter internal keys from window.rsxapp output Update button styling and comprehensive form/modal documentation Add conditional fly-in animation for modals Fix non-deterministic bundle compilation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4.1 KiB
Executable File
4.1 KiB
Executable File
4.4.0
Added
- Define external Synfony Translator
4.3.0
Changed
- Removed support of PHP less than PHP 7.4
- Added cache dir for Symfony translation driver
4.2.1 (2024-12-11)
Added
- Support of PHP 8.4 (See PR #80)
4.2.0 (2023-06-11)
Added
- Common name of country
\Sokil\IsoCodes\Database\Countries\Country::getCommonName - Flag of country
\Sokil\IsoCodes\Database\Countries\Country::getFlag
4.1.1 (2023-02-10)
Fixes
- Auth release fix. Swallow clone does not clone tags required to set version in README
4.1.0 (2022-02-24)
- Fix: database entries may has no mo files. In this case exception occured. Locale "en" as default locale has no mo files because all data already present in database. When no mo file found, default "en" value returns.
4.0.3 (2022-02-24)
- Stand With Ukraine
4.0.2 (2022-01-25)
- Fix #53 - Compatibility with php 8.1
4.0.1 (2021-12-05)
- Fixes in
update_iso_codes_db.sh
4.0.0 (2021-12-04)
- Database and messages extracted to separate projects sokil/php-isocodes-db-i18n and sokil/php-isocodes-db-only. Current library may be used directly only if manual update of files required. See installation notes for more info.
./bin/update_iso_codes_db.shsignature changed to{mode} {base_dir} [{build_dir}]. See installation notes for more info.
3.3.1 (2021-01-03)
- Database version: iso-codes-4.5.0-178-g802915de from 2021-01-02 04:38
3.3.0 (2020-12-20)
- Fix configure external directory to database files
SomeDatabase::getByNumericCodenow accept strings instead of ints,SomeEntity::getNumericCodenow return strings
3.2.0 (2020-12-13)
- Allow to configure own translation driver
3.1.1 (2020-12-12)
- Database updated to version iso-codes-4.5.0-165-g46cea063 from 2020-12-12 19:09
- Fixed release scripts
- Configured Github Action to start automatic release process event 2nd day of month
3.1.0 (2020-12-09)
- Bug #25 fixed, \Sokil\IsoCodes\Database\Countries::getByNumericCode now accept strings instead of ints
3.0.6 (2020-09-22)
- Database version: 4.5.0-99-g3feba234 from 2020-09-22 23:33
3.0.5 (2020-05-29)
- Database version: 4.2-515-g7c579bb0 from 2020-05-29 01:27
3.0.4 (2019-11-28)
- Database version: 4.2-299-gc0e8506 from 2019-11-28 08:56
3.0.3 (2019-10-23)
- Database version: 4.2-277-g3d1d2f11 from 2019-10-23 22:24
3.0.2 (2019-08-28)
- Database version: iso-codes-4.2-202-gfefebff3 from 2019-08-28 23:03
3.0.1 (2019-06-21)
- Remove stub class \Sokil\IsoCodes, use \Sokil\IsoCodes\IsoCodesFactory instead
- Database version: iso-codes-4.2-147-gcadebc34
3.0 (2019-05-04)
- PHP >=7.1 required.
- Cluster index is now lazy loaded. If you use iterator methods directly to iterate through all database,
you must call
rewindfirst. - 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.9 (2019-08-28)
- Database version: iso-codes-4.2-202-gfefebff3 from 2019-08-28 23:05
2.2 (2018-11-29)
- Added possibility to configure directory with databases and messages, and manually update them without updating composer
- Constants
AbstractDatabase::DATABASE_PATHandAbstractDatabase::MESSAGES_PATHnow contain directory name instead of directory path
2.1 (2018-05-08)
AbstractDatabase::find()now returns null when $fieldValue not found in index instead of throwing exception
2.0 (2017-11-05)
- Updated pkg-isocodes database. Added update script.
- Replace class
\Sokil\IsoCodeswith\Sokil\IsoCodes\IsoCodesFactory. First is deprecated now. - Removed Historic currencies
- Moved database classes from
\Sokil\IsoCodes\*to\Sokil\IsoCodes\Database - Entry's public properties replaced with getters
- Completely rewritted country's subdivisions database