CodeIgniter Forums
CodeIgniter v4.0.4 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.0.4 released (/showthread.php?tid=77054)

Pages: 1 2 3 4 5


CodeIgniter v4.0.4 released - kilishan - 07-15-2020

Hey all - thanks to huge help from the community I'm happy to announce the release of version 4.0.4.

There are a quite a number of bug-fixes as people use the framework more. Along with that there's a pretty long list of enhancements (see changelog).

In particular, though, I'm really proud to see new testing capabilities made available to you with Fabricators added to allow easily generating sample data for your Models while testing. Also a number of things streamlined within Feature testing. Thanks to MGatner for those updates.

There's a new command() helper that will let you call any CLI commands within your code. This can be useful for testing and for use within cron jobs.

A new command, cache:clear allows you to purge your cache storage from the cli.

The image library now supports webp images, thanks to nicojmb and michalsn.

Testing of the framework has increased, mostly due to the diligent efforts of samsonasik.

Devorama has added field type and length to the database method getFieldData across all supported databases.

And much more!

This could never have happened without the combined effort of all of the volunteers that pour their time, energy, and passion into this project, especially michalsn, MGatner, samsonasik, paulbalandan. And also to jreklund, InsiteFX, and others for all of the time spent helping out on the forums.

---

What's in the future?

We have a date for 4.1 - November 1st. That coincides with PHP 7.2 becoming EOL, so we will switch the minimum supported PHP version to 7.3.

We hope to have MSSQL and Oracle database drivers fixed up by then, which I know are huge things for a number of people.

And more, of course.


RE: CodeIgniter v4.0.4 released - seunex - 07-15-2020

Welcome abroad 4.0.4


RE: CodeIgniter v4.0.4 released - John_Betong - 07-15-2020

@kilishan,

Congratulations on another milestone. 

I must admit I was apprehensive concerning the version number Smile

I am also delighted to say that there were no errors or warnings when updating the latest version to conform to the latest PHP Strict Standards.


RE: CodeIgniter v4.0.4 released - seunex - 07-15-2020

Run into problem upgrading to version 4.0.4 from version 4.0.3

https://forum.codeigniter.com/thread-77056.html


RE: CodeIgniter v4.0.4 released - yahyaerturan - 07-16-2020

Nice one and thanks for devotion. Codeigniter must long live. Others like Symfony, Laravel are strong though but eveything goes around behind the scenes. I love CI.


RE: CodeIgniter v4.0.4 released - marcogmonteiro - 07-16-2020

Great news! Awesome work.


RE: CodeIgniter v4.0.4 released - InsiteFX - 07-16-2020

Thank you, Development Team.


RE: CodeIgniter v4.0.4 released - Avega Soft - 07-16-2020

Thank's CI team!!! Great work!!!


RE: CodeIgniter v4.0.4 released - Leo - 07-16-2020

YESSS! Thank you CI team. P.S. So happy to see my tiny contribution made it in (Unicode characters are not escaped when saving JSON from Entities.) - P.P.S. not bragging, just genuinely awesome to see a tool made by-for the people to grow and develop.


RE: CodeIgniter v4.0.4 released - MGatner - 07-16-2020

Thanks for the work Lonnie! (And the shout-out)

Module plug - if you want help updating your application try Patches. It will integrate framework changes into app, public, etc, and assist with detecting any merge issues that you need to deal with:
https://github.com/tattersoftware/codeigniter4-patches