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



v4.3.3 released - kenjis - 03-25-2023

Hi all! We have released new patch version of the framework.

It includes two security related fixes (and five fixes in the User Guide).
  • Email: Added missing TLS 1.3 support.
  • Text Helper: The random_string() type alpha, alnum, numeric, and nozero are now cryptographically secure.
Note that the random_string() type basic, md5, and sha1 are not cryptographically secure as before. I recommend you don't use them.

ChangeLog: https://codeigniter4.github.io/userguide/changelogs/v4.3.3.html
Upgrading Guide: https://codeigniter4.github.io/userguide/installation/upgrade_433.html

Note: Unfortunately, due to deployment trouble, the official User Guide in codeigniter.com is not yet updated.
Please read the User Guide in GitHub Pages.


RE: v4.3.3 released - nc03061981 - 03-25-2023

Thanks CI Teams, Thanks @kenjis


RE: v4.3.3 released - tgix - 03-25-2023

Thank you!


RE: v4.3.3 released - InsiteFX - 03-26-2023

Thank you CodeIgniter Development Team for your fast and hard work on this.


RE: v4.3.3 released - datamweb - 03-26-2023

I am really happy, that the CI team is very active in improving and increasing the functionality of the framework.
Thank you good men.


RE: v4.3.3 released - marciano.dili - 03-26-2023

Thank you CI team.


RE: v4.3.3 released - luckmoshy - 03-26-2023

Personally have forgotten all other PHP frameworks where do you think am I? a framework which gives you freedom, a framework that gives you an idea, and a framework that fastens your project. learn it(simple,none monolithic paradigm fr (Thank you)


RE: v4.3.3 released - ijurisic - 03-26-2023

Thanks for new released  CI4


RE: v4.3.3 released - kenjis - 03-28-2023

The official UG was updated. https://codeigniter.com/user_guide/changelogs/v4.3.3.html