user_guide_src/source/changelogs/v4.3.4.rst
Version 4.3.4 #############
Release Date: April 27, 2023
4.3.4 release of CodeIgniter4
.. contents:: :local: :depth: 3
BREAKING
.. _v434-redirect-status-code:
redirect <response-redirect-status-code>, that code will always be used
in the response.$routes->addRedirect(), 302 is specified by default. Therefor 302 will
always be used when you don't specify a status code. In previous versions,
302 might be changed... _v434-forge-modifycolumn:
$forge->modifyColumn() <db-forge-modifyColumn> has been fixed. Due
to a bug, in previous versions, SQLite3/Postgres/SQLSRV might change
NULL/NOT NULL unpredictably.NULL/NOT NULL
when you don't specify the null key.$forge->modifyColumn() always sets NULL
when you don't specify the null key.NULL/NOT NULL change may still be unexpectedly, it is recommended
to always specify the null key.Deprecations
random_string()'s type basic, md5, and
sha1 are deprecated. They are not cryptographically secure.Bugs Fixed
See the repo's
CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>_
for a complete list of bugs fixed.