CodeIgniter 1.6.0 Is Released

CodeIgniterYesterday CodeIgniter released version 1.6.0. 68KB is developed on top of this framework and I wanted to assure all our users that we will be upgrading the script to use this release. This will be available in our next beta release.

From looking through the change log I do not see any issues that will make this a difficult transformation but I do see a lot of neat little features that will benefit both the development and you. I should be able to give more details on these once we get everything updated.

5 comments

1 Jakob Buis { 02.01.08 at 12:41 pm }

It’s released…and it’s awesome!
I instantly migrated my current project to 1.6.0 and it was a pretty smooth transition.
Just make sure you read the upgrade instructions or the database class will fail… (took me one hour to figure out I had better read the release notes :( )

2 Eric Barnes { 02.01.08 at 12:43 pm }

Thanks for the tips. Hopefully I will have some time over the weekend to start playing with it. I am honestly pretty excited about this release. ;)

3 Derek Allard { 02.01.08 at 3:12 pm }

I’m pretty excited also. We worked our asses off for that one ;) Hope you enjoy it.

4 Eric Barnes { 02.01.08 at 3:18 pm }

I just went through upgrading 68KB and it was actually very painless. I was very surprised. Deep in my mind I knew it would be easy because of the work you guys have put in but I was still a little worried. ;)

One issue I ran into which might be a bug is I had

$config['log_threshold'] = 1;

and kept getting just a blank screen. It took me forever to realize I needed to set the permissions on the log folder. ;) DUH.

But overall I am extremely happy and want to say thanks again for the framework and the work you put in. It is amazing. :)

5 A look inside CodeIgniters Database Forge — 68KB { 02.05.08 at 1:29 pm }

[...] released version 1.6.0 a few days ago and one of the new features is a Database Forge class which helps in managing a [...]

Leave a Comment