user_guide_src/source/changelogs/v4.3.5.rst
Version 4.3.5 #############
Release Date: May 21, 2023
4.3.5 release of CodeIgniter4
.. contents:: :local: :depth: 3
SECURITY
Security advisory GHSA-m6m8-6gq8-c9fj <https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-m6m8-6gq8-c9fj>_
for more information.Session::stop() did not destroy the session.Changes
Cell suffixed to the class name.
For the view file, the final _cell is always removed._cell can still be
located by the Cell as long as auto-detection of view file is enabled (via setting the $view property
to an empty string).Deprecations
Session::stop() method is deprecated.
Use the :ref:Session::destroy() <session-destroy> instead.Bugs Fixed
permit_empty or if_exist rules was causing an error.See the repo's
CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>_
for a complete list of bugs fixed.