Code Igniter 4.5.3
25 June 2024
Code Igniter version 4.5.3 is now available.
What's New in Code Igniter 4.5.3
Bug Fixes
- fix: RedisHandler::deleteMatching() not deleting matching keys if cache prefix is used by @paulbalandan in #8952
- fix: TypeError in DefinedRouteCollector::collect() by @kenjis in #8957
- fix: migrate:rollback -b does not work due to TypeError by @kenjis in #8958
- fix: [Validation] if_exist does not work with array data by @kenjis in #8959
- chore: add Config namespace to appstarter autoload.psr4 by @kenjis in #8963
- fix: spark routes may show BadRequestException when a route has a regexp by @kenjis in #8974
- docs: fix incorrect description for route group filter by @kenjis in #8978
- fix: return and param types of BaseConnection by @paulbalandan in #8983
- fix: precedence of command classes with the same $name by @kenjis in #8898
- fix: [OCI8] if conditions to build DSN by @kenjis in #8986
- fix: [Auto Routing Improved] Default Method Fallback does not work with $translateUriToCamelCase by @kenjis in #8980
- fix: command() may execute rewrite.php by @kenjis in #8995
Refactoring
- refactor: BaseBuilder::orderBy() by @kenjis in #8970
- refactor: using phpunit 10 assertObjectHasNotProperty() and assertObjectHasProperty() by @samsonasik in #8991