v4.3.2 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.3.2 released (/showthread.php?tid=86809) |
v4.3.2 released - kenjis - 02-18-2023 Hi all! New patch version of the framework is released. More than 20 bugs are fixed, and we've got three New Contributors: https://github.com/codeigniter4/CodeIgniter4/releases/tag/v4.3.2 Important: if you use Composer, CodeIgniter v4.3 requires Composer 2.0.14 or later. Please check the Upgrading Guide. ChangeLog: https://codeigniter4.github.io/userguide/changelogs/v4.3.2.html Upgrading Guide: https://codeigniter4.github.io/userguide/installation/upgrade_432.html Note: Unfortunately, due to deployment trouble, the official User Guide in codeigniter.com is not yet updated. Please read the User Guide in GitHub Pages. RE: v4.3.2 released - gosocial2 - 02-18-2023 Another great news except the base_url() breaking a great deal of stuff not just for links, but also many many redirect rules throughout. For the CI3-like functionality, site_url() was a great solution. And if now both site_url() and base_url() have trailing slashes, great for beginners and a second nightmare for "since2020"-adopters of CI4. (First nightmare was adapting to base_url() without trailing slash when adopting CI4 in the first place). RE: v4.3.2 released - kenjis - 02-18-2023 The baseURL should end with a trailing slash. So base_url() also should return the URL with a trailing slash. But why will your app break? Can you explain your use case? Why is redirect related to base_url()? RE: v4.3.2 released - InsiteFX - 02-19-2023 Thank you CodeIgniter Development Team. RE: v4.3.2 released - zannhe - 02-22-2023 Why the version of CI upgraded so frequently ? ?? RE: v4.3.2 released - InsiteFX - 02-23-2023 To fix major bugs that have been found. RE: v4.3.2 released - Gary - 02-26-2023 Why so many major bugs? RE: v4.3.2 released - kenjis - 02-26-2023 I don't think these are major bugs. But it is better to release fixed bugs. Currently, we release a bug-fixed version roughly every month. |