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

Pages: 1 2 3 4


CodeIgniter 3.1.7 Released - jlp - 01-13-2018

CodeIgniter 3.1.7 was released today, with some changes and some bug fixes.

Changes: Updated the Cache, Email, Form Validation, Loader and Pagination libraries; deprecated the CAPTCHA helper's create_captcha() function.

Bug fixes: Database, Database Utilities, Query Builder and Session libraries; URL helper; $config['allow_get_array'] handling.

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


RE: CodeIgniter 3.1.7 Released - InsiteFX - 01-13-2018

Thank you James and The CodeIgniter Development Team...


RE: CodeIgniter 3.1.7 Released - MagicWarms - 01-14-2018

Thank you!!!!!!


RE: CodeIgniter 3.1.7 Released - DuoS - 01-14-2018

Changed version number and reverted back some previously screwedup PRs and now we have a new version. great thanks for the hard work and really appriciated. Smile


RE: CodeIgniter 3.1.7 Released - Elias - 01-15-2018

Thank you so much!


RE: CodeIgniter 3.1.7 Released - creativewebguys - 01-15-2018

Thanks for the updates!


RE: CodeIgniter 3.1.7 Released - daretana90 - 01-15-2018

Thank a lot from Mexico!


RE: CodeIgniter 3.1.7 Released - auphist - 01-15-2018

Thank you, amazing as always!


RE: CodeIgniter 3.1.7 Released - RicKx - 01-15-2018

Well done team!


RE: CodeIgniter 3.1.7 Released - ugy.astro - 01-15-2018

thanks for always update!

I just try a new version of codeigniter 3.1.7, I have a little bit problem, After extract fresh installation then setting up a connection database. I found "FORBIDDEN - You don't have permission to access *root_folder/* on this server. Server unable to read htaccess file, denying access to be safe"

.htaccess was created like codeigniter's documentation(about how to remove index.php on url) but still show the same problem. What's the problem?