Code Igniter 4.4.8
8 April 2024
Code Igniter version 4.4.8 is now available.
What's New in Code Igniter 4.4.8
Bug Fixes
- fix: [ImageMagickHandler] early terminate processing of invalid library path by @paulbalandan in #8680
- docs: fix PHPDoc types in BaseModel by @kenjis in #8679
- fix: the error view is determined by Exception code by @kenjis in #8689
- fix: Pager::only([]) does not work by @kenjis in #8702
- refactor: remove unneeded code in SQLite3\Table and fix PHPDoc types in Database by @kenjis in #8703
- docs: fix return type in BaseResult by @Pebryan354 in #8709
Refactoring
- refactor: simplify ImageMagickHandler::getVersion() by @paulbalandan in #8681
- refactor: [Rector] Apply ExplicitBoolCompareRector by @samsonasik in #8704