user_guide_src/source/changelogs/v4.5.6.rst
############# Version 4.5.6 #############
Release Date: December 28, 2024
4.5.6 release of CodeIgniter4
.. contents:: :local: :depth: 3
Bugs Fixed
fetchGlobal() method did not allow handling data by numeric key when stored as a list.getValidated() method that did not return valid data when validation rules used multiple asterisks.like() method when dealing with accented characters.setCache() method.str_replace() when Routing::$translateURIDashes is set to true and a route is defined using a closure.Postgre\Connection::reconnect() method to throw an error when the connection had not yet been established.Model::getIdValue() method to not correctly recognize the primary key in the Entity object if a data mapping for the primary key was used.See the repo's
CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>_
for a complete list of bugs fixed.