[eluser]Michael Wales[/eluser]
If your like me you have a folder on your machine that updates from the SVN repository on a regular basis (mine auto-updates at 9PM PST, there are rarely any commits after that time and it seems to be when I can actually sit down and work uninterrupted). I don't always use the latest SVN version, especially if I'm already in the middle of a project, but at least I know I always have the latest.
Regardless, if you've been checking the logs (and you are aren't you - how do you know what's changed) you will see that CodeIgniter has received a ton of attention lately. The dynamic duo of Derek & Derek have been working their tails off.
Derek Jones has been absent from CI development for awhile now, but this week he comes in with 36% of the commits. Derek Allard, who keeps pretty busy committing code that takes in all of our suggestions and bug reports, has committed 40 changes this week - a 660% increase over last week.
But, the most telling of all - this log entry:
Quote:Revision 837, derekallard, 9:45:14 AM, Saturday. January 19, 2008
change CI_VERSION
and the corresponding changes to
/system/codeigniter/CodeIgniter.php:
Code:
// CI Version
define('CI_VERSION', '1.6.0');
HOORAY!