user_guide_src/source/changelogs/v4.3.2.rst
Version 4.3.2 #############
Release Date: February 18, 2023
4.3.2 release of CodeIgniter4
.. contents:: :local: :depth: 3
BREAKING
base_url() without argument
returned baseURL without a trailing slash (/) like http://localhost:8080.base_url() in CodeIgniter 3... _v432-uri-string:
$relative in :php:func:uri_string() was removed. Due to a bug,
the function always returned a path relative to baseURL.''). This is
the same behavior as uri_string() in CodeIgniter 3. In previous versions
it returned /.Bugs Fixed
where() generates incorrect SQL when using RawSqlRawSql passed to set() disappears without errorRedisHandler over TLS! does not work if delimiters are changedSee the repo's
CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>_
for a complete list of bugs fixed.