CodeIgniter Forums
CodeIgniter v4.3.8 and v4.4.0 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.3.8 and v4.4.0 Released! (/showthread.php?tid=88338)

Pages: 1 2 3 4


CodeIgniter v4.3.8 and v4.4.0 Released! - kenjis - 08-25-2023

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/changelogs/v4.3.8.html
Upgrading Guide: https://codeigniter4.github.io/userguide/installation/upgrade_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/changelogs/v4.4.0.html#enhancements

ChangeLog: https://codeigniter4.github.io/userguide/changelogs/v4.4.0.html
Upgrading Guide: https://codeigniter4.github.io/userguide/installation/upgrade_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/CodeIgniter4/installation/upgrade_440.html#app-config-toolbar-php
- https://codeigniter4.github.io/CodeIgniter4/installation/upgrade_440.html#app-config-events-php


RE: CodeIgniter v4.3.8 and v4.4.0 Released! - Frederik - 08-25-2023

I just installed 4.4 and all look good!
However hot reloading didn't work before I copied all the config files, that has been upgraded (those listed under All Changes).
Anyways, thanks for all the hard work!


RE: CodeIgniter v4.3.8 and v4.4.0 Released! - sammyskills - 08-25-2023

(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).

This is not clear.

Is hot reloading working for you now?


RE: CodeIgniter v4.3.8 and v4.4.0 Released! - cijagani - 08-25-2023

(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).

This is not clear.

Is hot reloading working for you now?

yes Hot reloading is working fine for me.

https://prnt.sc/tot4Aa0MiU0u


RE: CodeIgniter v4.3.8 and v4.4.0 Released! - sammyskills - 08-25-2023

Ok, great.


RE: CodeIgniter v4.3.8 and v4.4.0 Released! - ALTITUDE_DEV - 08-25-2023

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?


RE: CodeIgniter v4.3.8 and v4.4.0 Released! - sammyskills - 08-25-2023

(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.


[Image: qxmwTbn.png]


RE: CodeIgniter v4.3.8 and v4.4.0 Released! - Frederik - 08-25-2023

(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).

This is not clear.

Is hot reloading working for you now?
Yes. All is good. You just have to pay attention to all the config files that has been altered.


RE: CodeIgniter v4.3.8 and v4.4.0 Released! - kenjis - 08-25-2023

@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


RE: CodeIgniter v4.3.8 and v4.4.0 Released! - nc03061981 - 08-25-2023

Upgrade success to v4.4.0 -- thanks CI Teams