public this repo is viewable by everyone
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Updates the changelog and the version.php file for 1.1.1


git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@4073 
3d254a34-79dc-0310-9e5f-be208747d8a0
calguy1000 (author)
9 months ago
commit  23e7fb669858ec19ae047f45e50bc1b98b5a9624
tree    515d58df5c5b8dac8cad00cb0527c38201d28553
parent  40f30e2ac7fbd097588c843f8e4bd533823bae08
...
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0
@@ -1,3 +1,16 @@
0
+Version 1.1.1 "Upolu" -- Aug 09 2007
0
+-----------------
0
+- Fixes to wysiwyg handling in GCB's
0
+- Fixes to some over zealous input parameter cleaning
0
+- Fixes so that modules that used showtemplate=false wouldn't generate an error
0
+- Rationalization to the order of buttons (apply/submit/cancel)
0
+- Fixes to the umask test and global umask settings
0
+- Fixes to the apply button in WYSIWYGS
0
+- Fixes for installing on postgres
0
+- Fixes to the wordage (rows/columns) in the CreateTextArea method
0
+- Fixes to News pagination and upgrade issues (2.3.0.2 is now the version of
0
+ news released with 1.1.1
0
+
0
 Version 1.1 "Samoa" -- Jul 13 2007
0
 -----------------
0
 - Numerous changes to attempt to minimize the potential for XSS attacks
...
18
19
20
21
22
 
 
23
24
25
...
18
19
20
 
 
21
22
23
24
25
0
@@ -18,8 +18,8 @@
0
 #
0
 #$Id$
0
 
0
-$CMS_VERSION = "1.1";
0
-$CMS_VERSION_NAME = "Samoa";
0
+$CMS_VERSION = "1.1.1";
0
+$CMS_VERSION_NAME = "Upolu";
0
 $CMS_SCHEMA_VERSION = "28";
0
 
0
 # vim:ts=4 sw=4 noet

Comments

    No one has commented yet.