Skip to content

Releases: domProjects/codeigniter4-localize

v1.0.1

10 Apr 10:28

Choose a tag to compare

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

02 Apr 13:05

Choose a tag to compare

Initial stable release.

  • Adds a reusable localization filter for CodeIgniter 4
  • Registers the localize filter 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