CodeIgniter Forums
CodeIgniter 3.0.1 Release Candidate - 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.0.1 Release Candidate (/showthread.php?tid=62548)



CodeIgniter 3.0.1 Release Candidate - kilishan - 07-27-2015

CodeIgniter 3.0.1 Release Candidate is now available with a few new features, and 32 bugs stomped.

This release adds SSL connections to MySQLi and pdo_mysql connections, adds list_fields() support to SQLite driver, add DoS mitigation to hash_pbkdf2() compatibility function, improved error handling in the File Upload library, added Unicode support to the url_title() function, and more.

You are encouraged to read the full changelog.


RE: CodeIgniter 3.0.1 Release Candidate - Narf - 07-27-2015

Just as this was announced I had to revert one of the changes ... see here for more details: https://github.com/bcit-ci/CodeIgniter/issues/4001


RE: CodeIgniter 3.0.1 Release Candidate - solidcodes - 07-28-2015

support to SQLite driver, very cool.
thanks for your hardwork.


RE: CodeIgniter 3.0.1 Release Candidate - ignitedcms - 07-28-2015

Thanks Narf, solid contribution as always. downloading my first 3.0 tests as we speak.


RE: CodeIgniter 3.0.1 Release Candidate - InsiteFX - 07-29-2015

Thanks @Narf, Staying right on top of things as always.


RE: CodeIgniter 3.0.1 Release Candidate - kilishan - 07-31-2015

Release Candidate 2 was is now available with more bugfixes and documentation updates.


RE: CodeIgniter 3.0.1 Release Candidate - ignitedcms - 07-31-2015

I've just migrated from 2.x to 3.0 and I must say the migration process was a breeze. Worth while if anyone else is looking to use the new sessions in 3.0 and security measures. Plus the new documentation is a lot better, the search function is great without needing internet access. Great work guys.