Code Igniter 4.5.2
12 June 2024
Code Igniter version 4.5.2 is now available.
What's New in Code Igniter 4.5.2
Bug Fixes
- fix phpunit.xml.dist for appstarter by @kenjis in #8785
- update preload.php for 4.5 by @kenjis in #8805
- [ErrorException] Undefined array key in spark phpini:check by @kenjis in #8804
- incorrect Security exception message by @kenjis in #8818
- [QueryBuilder] TypeError in join() with BETWEEN by @kenjis in #8792
- [SQLSRV] Query Builder always sets "<database>"."<schema>". to the table name. by @ping-yee in #8786
- remove unused undefined param $raw in MockCache::save() by @kenjis in #8847
- FileCollection pseudo-regex by @kenjis in #8868
- [Model] casting may throw InvalidArgumentException: Invalid parameter: nullable by @kenjis in #8870
- [Model] casting causes TypeError when finding no record by @kenjis in #8871
- correct property default values in Email by @kenjis in #8855
- CLI::promptByMultipleKeys() and prompt() by @kenjis in #8873
- [Postgres] show missing error message by @kenjis in #8913
- TypeError in number_to_amount() by @kenjis in #8932
- Model::find() returns incorrect data with casting by @kenjis in #8933
Refactoring
- remove unused path parameter on PhpStreamWrapper::stream_open() by @samsonasik in #8926