user_guide_src/source/changelogs/v4.3.7.rst
Version 4.3.7 #############
Release Date: July 30, 2023
4.3.7 release of CodeIgniter4
.. contents:: :local: :depth: 3
BREAKING
bool $includeWildcard = true has
been added to the RouteCollection::getRoutes() method.AutoRouter::__construct()
has been changed from $protectedControllers to $cliRoutes.withBodyFormat() <feature-formatting-the-request>,
the priority of the request body has been changed.
See :ref:Upgrading Guide <upgrade-437-feature-testing> for details.Validation::loadRuleGroup() has been
changed from "rules array" to "array of rules array and customErrors array"
([rules, customErrors]).Changes
number_to_amount(), which previously
returned "1000", has been corrected to return "1 thousand" when the number
is exactly 1000, for example.Bugs Fixed
$routes->add(), the controller's other methods were inaccessible from the
web browser.See the repo's
CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>_
for a complete list of bugs fixed.