v4.3.2 released |
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/CodeIgni...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...4.3.2.html Upgrading Guide: https://codeigniter4.github.io/userguide...e_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.
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).
CodeIgniter Wizard (CRUD code generator for Mac) instantly scaffolds Bootstrap-based web applications with an administrative interface (admin templates include Bootstrap5)
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()?
Thank you CodeIgniter Development Team.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
To fix major bugs that have been found.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
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. |
Welcome Guest, Not a member yet? Register Sign In |