Releases: domProjects/codeigniter4-localize
Releases · domProjects/codeigniter4-localize
v1.0.1
This version improves the package development and quality assurance workflow without introducing breaking changes.
Included in this release:
- DevKit-based development tooling setup
- PHPUnit test coverage for the localization filter behavior
- PHPStan, Psalm, Rector, and PHP-CS-Fixer configuration
- internal typing and code quality improvements
- no public API changes
v1.0.0
Initial stable release.
- Adds a reusable localization filter for CodeIgniter 4
- Registers the
localizefilter automatically through a Registrar - Supports locale detection from URL, session, cookie, and browser
- Redirects requests to locale-prefixed URLs
- Validates locales against
Config\App::$supportedLocales