![]() |
CodeIgniter v4.5.4 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: CodeIgniter v4.5.4 bug fix released (/showthread.php?tid=91355) |
CodeIgniter v4.5.4 bug fix released - kenjis - 07-27-2024 We have released v4.5.4 bug fix. This version fixed 9 bugs including a bug in the user guide. All v4.5.x users should upgrade immediately. One important bug fix is that Filters passed to the $routes->group() are not merged into the Filters passed to the inner routes. See https://github.com/codeigniter4/CodeIgniter4/pull/9064 for details. ChangeLog: https://codeigniter.com/user_guide/changelogs/v4.5.4.html Upgrading Guide: https://codeigniter.com/user_guide/installation/upgrade_454.html RE: CodeIgniter v4.5.4 bug fix released - InsiteFX - 07-27-2024 @kenjis, Thank you to all of the CodeIgniter Development Team. RE: CodeIgniter v4.5.4 bug fix released - Renta Ardhana - 07-27-2024 @kenjis, Thanks a lot for sharing this. Big thanks to the team for their effort! |