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



CodeIgniter 3.0.2 Released - jlp - 10-08-2015

CodeIgniter 3.0.2 was released today with a number of bugfixes and minor features. This is recommended for all users of version 3.


New updates include, but are not limited to:

    Fixed a number of XSS attack vectors in Security Library method xss_clean() (thanks to Frans Rosén from Detectify).

    Updated the application/config/constants.php file to check if constants aren’t already defined before doing that.
    Changed Loader Library method model() to only apply ucfirst() and not strtolower() to the requested class name.
    Changed Config Library methods base_url(), site_url() to allow protocol-relative URLs by passing an empty string as the protocol.


Download v3.0.2 now, and we encourage you to read the changelog.


RE: CodeIgniter 3.0.2 Released - ardhie1032 - 10-08-2015

Can not download userguide v3.0.2.zip offline

http://www.codeigniter.com/data/CodeIgniter-3.0.2-userguide.zip

404 Page Not Found


RE: CodeIgniter 3.0.2 Released - ciadmin - 10-08-2015

(10-08-2015, 11:07 AM)ardhie1032 Wrote: Can not download userguide v3.0.2.zip offline

http://www.codeigniter.com/data/CodeIgniter-3.0.2-userguide.zip

404 Page Not Found

It took a few minutes to get all the downloads in place. I just tested the download and it works fine.


RE: CodeIgniter 3.0.2 Released - Narf - 10-08-2015

(10-08-2015, 11:07 AM)ardhie1032 Wrote: Can not download userguide v3.0.2.zip offline

http://www.codeigniter.com/data/CodeIgniter-3.0.2-userguide.zip

404 Page Not Found

You do know that the user guide is included together with the framework, right?
I don't get why anybody would need to download it separately (or download it at all for that matter) ...


RE: CodeIgniter 3.0.2 Released - sampoyigi - 10-09-2015

Sweet... *updating the Security Library in all my CI projects now.*


RE: CodeIgniter 3.0.2 Released - jinbatsu - 10-09-2015

Upgrading from 3.0.1 to 3.0.2
For my small app (login and crud).
Using additional:
- HMVC Modular System
- Session using Database

Smooth.. successfull.
Thank You

Reference Upgrading: http://www.codeigniter.com/user_guide/installation/upgrade_302.html


RE: CodeIgniter 3.0.2 Released - ardhie1032 - 10-09-2015

(10-08-2015, 01:20 PM)ciadmin Wrote:
(10-08-2015, 11:07 AM)ardhie1032 Wrote: Can not download userguide v3.0.2.zip offline

http://www.codeigniter.com/data/CodeIgniter-3.0.2-userguide.zip

404 Page Not Found

It took a few minutes to get all the downloads in place. I just tested the download and it works fine.

Done. Thanks @ciadmin Wink


RE: CodeIgniter 3.0.2 Released - ardhie1032 - 10-09-2015

(10-08-2015, 03:01 PM)Narf Wrote:
(10-08-2015, 11:07 AM)ardhie1032 Wrote: Can not download userguide v3.0.2.zip offline

http://www.codeigniter.com/data/CodeIgniter-3.0.2-userguide.zip

404 Page Not Found

You do know that the user guide is included together with the framework, right?
I don't get why anybody would need to download it separately (or download it at all for that matter) ...

hhehe I don't know, I always downloaded CI without UserGuide on github (dev-version). My connnection is fine for download it, Thanks @Narf.