CodeIgniter Forums
CodeIgniter v4.6.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.6.0 released! (/showthread.php?tid=92343)

Pages: 1 2 3


RE: CodeIgniter v4.6.0 released! - MrWhite - 01-26-2025

Thank you so much @paulbalandan and the team!!!

Upgrade went smooth, it's feels like performance got improved. Wink

CodeIgniter is the best!


RE: CodeIgniter v4.6.0 released! - manek - 01-27-2025

Hello everyone,

I'm new to the forum.

This is great news for us, as this version comes with numerous enhancements, new features, and bug fixes.


RE: CodeIgniter v4.6.0 released! - riyadhul - 02-03-2025

Config > Routing > autoroute = true for use dynamic parameter is not works on this version..



RE: CodeIgniter v4.6.0 released! - minsk832 - 02-05-2025

Many thanks for the further development and PHP 8.4 support!
Will soon test the update with https://packagist.org/packages/tatter/patches Smile


RE: CodeIgniter v4.6.0 released! - codeus - 02-13-2025

(01-23-2025, 01:28 AM)ALTITUDE_DEV Wrote:
(01-22-2025, 10:26 AM)michalsn Wrote: @titounnes  You may try to run
Code:
composer clear-cache

and then
Code:
composer create-project codeigniter4/appstarter myproject

Hi,
Just change the content in app/Config/Kint.php to the new version here : 
Kint 4.6.0

After updating to v4.6 (composer update), copying new version of Kint.php fixed the issue, thanks.

(01-19-2025, 11:02 PM)mehmet Wrote: Why aren't there any new features? For a long time, updates have only included bug fixes and version upgrades, with no announcements of new features.

Your website is not very user-friendly. The user guide lacks realistic examples in many sections and doesn’t provide detailed explanations. I think this is one of the main reasons why other frameworks are preferred. Although CI4 is very simple, the documentation is not entirely clear.

Personally, I'm happy that CI4 is fairly stable. The main remit of CI is to provide PHP with web capabilities, with very good performance, and a light footprint. Adding several "nice to have" features may result in a larger, slower framework.

A colleague of mine has been learning Laravel. It has grown into a very large framework. It offers much, but takes a *long* time to learn how to use properly. And it is of course considerably slower than CI4.

Regarding the documentation, it's pretty good in my opinion. It's not perfect, but I've read far worse commercially based documentation. I guess if anyone has suggestions to improve the docs they can AFAIK get involved.

Mike


RE: CodeIgniter v4.6.0 released! - wuuyun - 02-22-2025

There are some unclear expressions in the document, such as: 
https://codeigniter.com/user_guide/models/model.html#model-events

beforeDelete  afterDelete
"id = primary key of row being passed to.."
The id here should be an array collection


RE: CodeIgniter v4.6.0 released! - ALTITUDE_DEV - 03-14-2025

(02-13-2025, 09:33 AM)codeus Wrote:
(01-23-2025, 01:28 AM)ALTITUDE_DEV Wrote:
(01-22-2025, 10:26 AM)michalsn Wrote: @titounnes  You may try to run
Code:
composer clear-cache

and then
Code:
composer create-project codeigniter4/appstarter myproject

Hi,
Just change the content in app/Config/Kint.php to the new version here : 
Kint 4.6.0

After updating to v4.6 (composer update), copying new version of Kint.php fixed the issue, thanks.

(01-19-2025, 11:02 PM)mehmet Wrote: Why aren't there any new features? For a long time, updates have only included bug fixes and version upgrades, with no announcements of new features.

Your website is not very user-friendly. The user guide lacks realistic examples in many sections and doesn’t provide detailed explanations. I think this is one of the main reasons why other frameworks are preferred. Although CI4 is very simple, the documentation is not entirely clear.

Personally, I'm happy that CI4 is fairly stable. The main remit of CI is to provide PHP with web capabilities, with very good performance, and a light footprint. Adding several "nice to have" features may result in a larger, slower framework.

A colleague of mine has been learning Laravel. It has grown into a very large framework. It offers much, but takes a *long* time to learn how to use properly. And it is of course considerably slower than CI4.

Regarding the documentation, it's pretty good in my opinion. It's not perfect, but I've read far worse commercially based documentation. I guess if anyone has suggestions to improve the docs they can AFAIK get involved.

Mike

Nice Wink