CodeIgniter Forums
CodeIgniter 3.1.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 3.1.0 Released (/showthread.php?tid=65803)

Pages: 1 2 3


CodeIgniter 3.1.0 Released - jlp - 07-26-2016

CodeIgniter 3.1.0 was released today, with some security fixes, bug fixes and enhancements.

Most importantly - it fixes a critical SQL injection bug in the ODBC database driver. The fixes to the ODBC driver mean that you can no longer use the query builder with it, nor the escape() functions. On the plus side, it now has actual query binding, as opposed to emulated.

The ODBC fixes are not backwards compatible, hence the bump in version number. We are also bumping the minimum PHP version to 5.3.7. Any previous in-progress changes, for CI3.1.0, will now be targeted for CI3.2.0.

This release includes bug fixes for the Cache, Config, Database, Database Forge, Email, File Uploading, Form Validation, Image Manipulation, Input Library, Query Builder, Session, and User Agent libraries; as well as the file and path helpers, and some common functions.

Enhancements have been made to the Database Forge, Encryption, Image Manipulation and Session libraries.

This is recommended for all users of version 3. Download v3.1.0 now, and we encourage you to read the changelog, and to check the directions for upgrading from a previous version.


RE: CodeIgniter 3.1.0 Released - PaulD - 07-26-2016

Just upgraded the site I am building at the moment, no issues or problems, everything went perfectly. Thank you!

PS the upgrade link in your post is not working.


RE: CodeIgniter 3.1.0 Released - albertleao - 07-26-2016

Your link is incorrect:

http://www.codeigniter.com/user_guide/installation/upgrade_310.html


RE: CodeIgniter 3.1.0 Released - ciadmin - 07-26-2016

I fixed the link, thanks @PaulD & @albertleao


RE: CodeIgniter 3.1.0 Released - tapan29bd - 07-26-2016

Wow, I just update one of my site and its running smoothly. No issue at all.
Thanks mate Smile


RE: CodeIgniter 3.1.0 Released - Phillinger - 07-26-2016

Just updated my application - flawless. Smile

Thank you so much for your great work!


RE: CodeIgniter 3.1.0 Released - CallHimX - 07-27-2016

Thanks guys for the great update and your awesome work.
I will update my projects later on this day. Smile


RE: CodeIgniter 3.1.0 Released - fakhrawy - 07-27-2016

Good news thanks for all team members


RE: CodeIgniter 3.1.0 Released - marksman - 07-27-2016

Well done CI!!!


RE: CodeIgniter 3.1.0 Released - basenic - 07-28-2016

Thank you for your work!