Code Igniter 4.5.1
15 April 2024
Code Igniter version 4.5.1 is now available.
What's New in Code Igniter 4.5.1
Fixed Bugs
- fix: TypeError in form() by @kenjis in #8736
- fix: [DebugBar] TypeError in Toolbar by @kenjis in #8727
- fix: TypeError when Time is passed to Model by @kenjis in #8738
- docs: added Config\Feature::$oldFilterOrder to app/Config/Feature.php… by @mullernato in #8749
- fix: Factories::get() cannot get defined classes by @kenjis in #8744
- fix: BaseConnection::escape() does not accept Stringable by @kenjis in #8756
- fix: [CURLRequest] getHeaderLine('Content-Type') causes InvalidArgumentException by @kenjis in #8760
- fix: [CURLRequest] construct param $config is not used by @kenjis in #8761
- fix: [FileLocator] Cannot declare class XXX, because the name is already in use by @kenjis in #8745
- fix: [DebugBar] Toolbar display may be broken by @kenjis in #8772
- fix: Cannot declare class CodeIgniter\Config\Services, because the name is already in use by @kenjis in #8776
- docs: fix Postgre DSN sample by @kenjis in #8774
Refactoring
- test: refactor Config/Registrar.php by @kenjis in #8731
- test: add return void by @kenjis in #8746
- refactor: system/CLI/BaseCommand.php by @mcsaygili in #8741
- refactor: system/View/Plugins.php by @mcsaygili in #8742
- refactor: fix method name ValidationErrors in View\Plugins by @kenjis in #8758
- refactor: system/Debug/Toolbar/Collectors/Routes.php by @mcsaygili in #8751
- refactor: improve error message in BaseExceptionHandler by @kenjis in #8766
- refactor: FabricatorModel by @kenjis in #8770