Code Igniter 4.5.4
31 July 2024
Code Igniter version 4.5.4 is now available.
What's New in Code Igniter 4.5.4
Fixed Bugs
- fix: [OCI8] Easy Connect string validation by @kenjis in #9006
- fix: [QueryBuilder] select() with RawSql may cause TypeError by @kenjis in #9009
- fix: [QueryBuilder] select() does not escape after NULL by @kenjis in #9010
- fix: allow string as parameter to CURLRequest version by @tangix in #9021
- fix: spark phpini:check may cause TypeError by @kenjis in #9026
- fix: Prevent invalid session handlers by @paulbalandan in #9036
- fix: DebugBar CSS for daisyUI by @kenjis in #9046
- docs: referrer is undefined by @totoprayogo1916 in #9059
- fix: filters passed to the $routes->group() are not merged into the filters passed to the inner routes by @kenjis in #9064
Refactoring
- use first class callable on function call by @samsonasik in #9004
- enable AddClosureVoidReturnTypeWhereNoReturnRector to add void return on closure by @samsonasik in #9008
- enable AddFunctionVoidReturnTypeWhereNoReturnRector to add void to functions by @samsonasik in #9014
- Enable phpunit 10 attribute Rector rules by @samsonasik in #9015
- fix Throttler::check() $tokens by @paulbalandan in #9067