[Cs-content-commits] SF.net SVN: cs-content:[505] trunk/current/VERSION
PHP Templating & Includes System
Brought to you by:
crazedsanity
From: <cra...@us...> - 2011-11-23 23:40:01
|
Revision: 505 http://cs-content.svn.sourceforge.net/cs-content/?rev=505&view=rev Author: crazedsanity Date: 2011-11-23 23:39:55 +0000 (Wed, 23 Nov 2011) Log Message: ----------- *** RELEASE 1.0.1 *** Summary of changes: * changes for CLI use * new local variables (e.g. $fullSectionArr) * fixes for PHP warnings/notices * remove deprecated PHP functions * __autoload hints to avoid slowness on sluggish disks with lots of classes * many more unit tests * script to (attempt to) automatically create __autoload hints file * minor cookie tweaks * tweaks for filesystem stuff (such as mkdir) * no empty indexes in local "sectionArr" variable/array Modified Paths: -------------- trunk/current/VERSION Modified: trunk/current/VERSION =================================================================== --- trunk/current/VERSION 2011-11-22 06:37:15 UTC (rev 504) +++ trunk/current/VERSION 2011-11-23 23:39:55 UTC (rev 505) @@ -1,5 +1,6 @@ ## Stores the current version of the cs-content system, and it's source. Please do NOT modify this file. -VERSION: 1.0-BETA1 +VERSION: 1.0.1 PROJECT: cs-content -$HeadURL$ \ No newline at end of file +$HeadURL$ + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |