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

Pages: 1 2 3


CodeIgniter 3.0.6 Released - jlp - 03-21-2016

CodeIgniter 3.0.6 was released today, with some bug fixes and a minor feature.

Most importantly - it fixes a critical bug where a manually-crafted input could bypass Form Validation rules, so if you're using the Form Validation library, please update your application ASAP!

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

Bug fixes address the Form Validation, Session and Migration libraries.
The minor feature is an enhancement to the Cache library.


RE: CodeIgniter 3.0.6 Released - acsv - 03-21-2016

Thank you for keeping on top of the security bugs.


RE: CodeIgniter 3.0.6 Released - nplaviola - 03-21-2016

This feels like a silly question, but if I'm on 3.0.0 do I have to upgrade to each previous version, all the way up to 3.0.6? Or can I upgrade straight to 3.0.6?


RE: CodeIgniter 3.0.6 Released - John_Betong - 03-21-2016

Many thanks to all the team for the security update and will install when on the desktop.


RE: CodeIgniter 3.0.6 Released - CiAngle - 03-21-2016

(03-21-2016, 03:50 PM)nplaviola Wrote: This feels like a silly question, but if I'm on 3.0.0 do I have to upgrade to each previous version, all the way up to 3.0.6? Or can I upgrade straight to 3.0.6?

Just copy system folder in 3.0.6 and paste to replace your system folder 3.0.0 ... upgradedĀ  Angel


RE: CodeIgniter 3.0.6 Released - PaulD - 03-21-2016

Thanks for the fixes. The fact that people find, report, investigate, fix, and remove these issues means that for me, my life is 1000 times easier than it would have been otherwise. Thank you.

@nplaviola
I believe you should check all the upgrade docs from the version you are using to the latest one. There are only six docs to flick through (assuming you are on 3.0) to see what needs updating and they are very clear and well documented. Just make a quick note about everything you need to overwrite with the new files, and you are done. CI and the CI team are fantastic at keeping accurate, clear and comprehensive documentation :-)


RE: CodeIgniter 3.0.6 Released - nplaviola - 03-21-2016

(03-21-2016, 06:48 PM)PaulD Wrote: Thanks for the fixes. The fact that people find, report, investigate, fix, and remove these issues means that for me, my life is 1000 times easier than it would have been otherwise. Thank you.

@nplaviola
I believe you should check all the upgrade docs from the version you are using to the latest one. There are only six docs to flick through (assuming you are on 3.0) to see what needs updating and they are very clear and well documented. Just make a quick note about everything you need to overwrite with the new files, and you are done. CI and the CI team are fantastic at keeping accurate, clear and comprehensive documentation :-)

Thanks for the reply. I will do just that.


RE: CodeIgniter 3.0.6 Released - Php - 03-21-2016

Thank you.


RE: CodeIgniter 3.0.6 Released - codeigniter1932 - 03-21-2016

thank you very much. Heart Heart


RE: CodeIgniter 3.0.6 Released - arma7x - 03-22-2016

thank you very much.