user_guide_src/source/changelogs/v4.2.5.rst
Version 4.2.5 #############
Release Date: August 28, 2022
4.2.5 release of CodeIgniter4
.. contents:: :local: :depth: 2
BREAKING
BaseConnection::tableExists() has been changed. A second optional parameter $cached was added. This directs whether to use cache data or not. Default is true, use cache data.BaseBuilder::_listTables() has been changed. A second optional parameter $tableName was added. Providing a table name will generate SQL listing only that table.Validation::processRules() and Validation::getErrorMessage() have been changed. Both of these methods add new $originalField parameter.Enhancements
Bugs Fixed
See the repo's
CHANGELOG_4.2.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/changelogs/CHANGELOG_4.2.md>_
for a complete list of bugs fixed.