Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter v4.3.8 and v4.4.0 Released!
#1

(This post was last modified: 08-26-2023, 01:21 AM by kenjis.)

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
Reply
#2

(This post was last modified: 08-25-2023, 05:53 AM by Frederik.)

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!
Reply
#3

(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?
Reply
#4

(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
Reply
#5

Ok, great.
Reply
#6

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?
Reply
#7

(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]
Reply
#8

(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.
Reply
#9

@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
Reply
#10

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

Reply




Theme © iAndrew 2016 - Forum software by © MyBB