CodeIgniter v4.3.8 and v4.4.0 Released! |
We have released v4.3.8 bug fix and v4.4.0 with many enhancements!
v4.3.8 is a regular bug fix release. So existing users should upgrade immediately. ChangeLog: https://codeigniter4.github.io/userguide...4.3.8.html Upgrading Guide: https://codeigniter4.github.io/userguide...e_438.html v4.4.0 is a minor upgrade. It includes enhancements and bug fixes. Unfortunately, there are some breaking changes in v4.4.0, so please upgrade with caution. Please read ChangeLog and Upgrading Guide very carefully. You must update public/index.php and spark file and some Config files including the new app/Config/Routing.php. And some of the default Config values in the Config files have changed, but existing apps do not break because Config files are not updated automatically. This release contains over 20 enhancements. A few things I want to highlight: - The Debug Toolbar's "Hot Reload" feature - Auto Routing (Improved) has new feature "Module Routing", and "Default Method Fallback" for more flexible handling of URIs You can see the list of enhancements in https://codeigniter4.github.io/userguide...hancements ChangeLog: https://codeigniter4.github.io/userguide...4.4.0.html Upgrading Guide: https://codeigniter4.github.io/userguide...e_440.html Update: Config files for "Hot Reloading" were missing in "Mandatory File Changes": See the development version of the User Guide for now: - https://codeigniter4.github.io/CodeIgnit...oolbar-php - https://codeigniter4.github.io/CodeIgnit...events-php
(08-25-2023, 05:58 AM)sammyskills Wrote:(08-25-2023, 05:53 AM)Frederik Wrote: However hot reloading didn't work before I copied all the config files, that has been upgraded (those listed under All Changes). yes Hot reloading is working fine for me. https://prnt.sc/tot4Aa0MiU0u
Hello! I'm glad to hear that you're enjoying the update. With a bit of struggle, all my websites and my CMS are running on version 4.4.0!
I have a question about how the hot reload bar works. I didn't quite understand it, could you please explain?
(08-25-2023, 06:33 AM)ALTITUDE_DEV Wrote: I have a question about how the hot reload bar works. I didn't quite understand it, could you please explain? Before now, when you update pages of your website, for example, change some text, you will need to go to your browser to click on the reload button. With the hot reloading feature, the system automatically detects changes in files within your app directory and reload your browser for you. See docs. ![]() (08-25-2023, 05:58 AM)sammyskills Wrote:Yes. All is good. You just have to pay attention to all the config files that has been altered.(08-25-2023, 05:53 AM)Frederik Wrote: However hot reloading didn't work before I copied all the config files, that has been upgraded (those listed under All Changes).
@Frederik Thank you for reporting!
That should have been documented. I sent a PR to fix the docs: https://github.com/codeigniter4/CodeIgniter4/pull/7862
Upgrade success to v4.4.0 -- thanks CI Teams
Learning CI4 from my works, from errors and how to fix bugs in the community Love CI & Thanks CI Teams |
Welcome Guest, Not a member yet? Register Sign In |