CodeIgniter 4.3.7 is now available. This release includes bug fixes.
CodeIgniter 4.3.7 is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications.
If you’re a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you’re tired of ponderously large and thoroughly undocumented frameworks.
CodeIgniter 4.3.7 Changelog
Bug fixes
- docs: fix incorrect description on RedirectException (1) by @kenjis in #7629
- docs: fix incorrect description on RedirectException (2) by @kenjis in #7633
- fix: skip http proxy added header by @jozefrebjak in #7622
- fix: number_to_roman() param type by @kenjis in #7640
- fix: [Auto Routing Improved] feature testing may use incorrect param count by @kenjis in #7597
- fix:
url_to()
error message by @kenjis in #7652 - fix: [ViewCells] caching by @kenjis in #7663
- fix: [ViewCells] when there are cells with the same short name, only the first cell is loaded by @kenjis in #7686
- Fix number comparison in number_to_amount() in number_helper.php by @sba in #7701
- fix: wrong Config classname to config() in Toolbar by @kenjis in #7735
- fix: $sensitiveDataInTrace does not work by @kenjis in #7725
Changes
- fix: FeatureTestTrait may change $params values passed to call(), and a few bug fixes by @kenjis in #7602
- fix: auto routing legacy and $route->add() by @kenjis in #7690
- fix: [Model] setValidationRule() cannot use with ruleGroup by @kenjis in #7691
Enhancements
- Remove PHPStan from pre-commit hook by @lonnieezell in #7618
Refactoring
- refactor: remove unused property in Encryption\Handlers\BaseHandler by @kenjis in #7579
- refactor: use ::class to config() param by @kenjis in #7611
- refactor: remove unused non-empty array in RequestTrait by @kenjis in #7620
- refactor: [Cache] simplify code of
FileHandler::getItem()
by @paulbalandan in #7667 - refactor: replace
config(Paths::class)
by @kenjis in #7702
Although updates are tested, you’re always encouraged to backup your files before patching.
Tags: php framework, Softaculous
Related Links
- Live Demo:
See CodeIgniter in action (Softaculous site (External link)) - Official Website:
Learn more about CodeIgniter software (External link) - Run CodeIgniter in your website:
Please Contact us for more information or start any Hosting Plan and install CodeIgniter from Softaculous software library - CodeIgniter Changelog:
To read changelog source Click Here (GitHub External link)