user_guide_src/source/changelogs/v4.3.6.rst
Version 4.3.6 #############
Release Date: June 18, 2023
4.3.6 release of CodeIgniter4
.. contents:: :local: :depth: 3
BREAKING
.. note:: As long as you have not extended the relevant CodeIgniter core classes or implemented these interfaces, all these changes are backward compatible and require no intervention.
Now AutoRouterInterface::getRoute() has the new second parameter string $httpVerb.
string $rule to $rules.$dbGroup = null has been added.string $rule to $rules.$dbGroup = null has been added.Deprecations
$httpVerb is deprecated.
No longer used.Bugs Fixed
$DBGroup is ignored when checking
the value of a placeholder.check() cannot specify non-default
database group.;) in one of the Postgre connection parameters would break the DSN string.See the repo's
CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>_
for a complete list of bugs fixed.