![]() |
v4.4.6 bug fix released - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1) +--- Forum: News & Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=2) +--- Thread: v4.4.6 bug fix released (/showthread.php?tid=90224) |
v4.4.6 bug fix released - kenjis - 02-23-2024 We have released bug fix version v4.4.6. This release fixes more than 10 bugs. This includes one breaking change! See https://codeigniter4.github.io/userguide/installation/upgrade_446.html A few notable bug fixes: - Session: Fixed a bug in Redis session handler that caused locking to fail and the session data to be cleared. - DB Forge: Fixed a bug in SQLite3 Forge that caused Forge::modifyColumn() to incorrectly modify table definitions. - CSP: Fixed a bug that CSP blocked some elements in the Debug Toolbar. Upgrade is recommended for all users! ChangeLog: https://codeigniter4.github.io/userguide/changelogs/v4.4.6.html Upgrading Guide: https://codeigniter4.github.io/userguide/installation/upgrade_446.html Note: Unfortunately now the User Guide on the official site is not yet updated due to the deployment trouble. RE: v4.4.6 bug fix released - datamweb - 02-24-2024 Thanks! RE: v4.4.6 bug fix released - InsiteFX - 02-25-2024 @kenjis Thanks. RE: v4.4.6 bug fix released - andoyoandoyo - 02-25-2024 Love it. Thanks for all of you RE: v4.4.6 bug fix released - nahaK - 03-07-2024 Thanks for sharing this information. RE: v4.4.6 bug fix released - nahaK - 03-13-2024 Thanks for great information. |