![]() |
v4.4.1 hot 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.1 hot fix released! (/showthread.php?tid=88400) |
v4.4.1 hot fix released! - kenjis - 09-04-2023 Hi, all. We have just released v4.4.1 hot fix. This release fixes eight bugs including one that Auto Routing Legacy does not work. We also added missing instructions for Hot Reloading in "Upgrading Guide v4.4.0": - https://codeigniter4.github.io/userguide/installation/upgrade_440.html#app-config-toolbar-php - https://codeigniter4.github.io/userguide/installation/upgrade_440.html#app-config-events-php ChangeLog: https://codeigniter4.github.io/userguide/changelogs/v4.4.1.html Upgrading Guide: https://codeigniter4.github.io/userguide/installation/upgrade_441.html RE: v4.4.1 hot fix released! - InsiteFX - 09-04-2023 Thank you CodeIgniter Development Team. RE: v4.4.1 hot fix released! - Frederik - 09-15-2023 Possible bug: When I do the following: $builder->where('somedate > NOW()', true) OR $builder->where('somedate > NOW()', false) I get an MySQLi error. $builder->getCompiledSelect() reveals that a zero has been added to the WHERE clause. RE: v4.4.1 hot fix released! - donpwinston - 09-21-2023 Someone forgot to update the Installation section in the CodeIgniter manual with the 4.4.1 release. RE: v4.4.1 hot fix released! - sammyskills - 09-21-2023 (09-21-2023, 06:06 AM)donpwinston Wrote: Someone forgot to update the Installation section in the CodeIgniter manual with the 4.4.1 release. Thank you for reporting. I sent a PR https://github.com/codeigniter4/CodeIgniter4/pull/7961 RE: v4.4.1 hot fix released! - Nitin Arora - 09-23-2023 I M Facing Problem with Codeignator 4.4.1 This Error is Showing too me 404 Sorry! Cannot seem to find the page you were looking for. RE: v4.4.1 hot fix released! - kenjis - 09-23-2023 @Nitin Arora Set Development Mode and see the page. https://codeigniter4.github.io/CodeIgniter4/tutorial/index.html#setting-development-mode |