user_guide_src/source/changelogs/v4.4.2.rst
Version 4.4.2 #############
Release Date: October 19, 2023
4.4.2 release of CodeIgniter4
.. contents:: :local: :depth: 3
Message Changes
Language.invalidMessageFormat error message.Changes
-g option for the spark migrate:rollback
command was removed. It did not work from the beginning. Also, the rollback
command returns the database(s) state to a specified batch number and cannot
specify only a specific database group.Deprecations
Filters::discoverFilters()
is deprecated. Use :ref:registrars instead. See :ref:modules-filters for
details.CLI::$readline_support and CLI::$wait_msg
are deprecated. These methods will be protected.$config for the displayCache() method is
deprecated. It was not used.Bugs Fixed
spark routes may show incorrect route names.See the repo's
CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>_
for a complete list of bugs fixed.