diff options
author | xue <> | 2008-04-21 18:11:58 +0000 |
---|---|---|
committer | xue <> | 2008-04-21 18:11:58 +0000 |
commit | a11ef9b1ad180e8a4a64232a605053d8598f22c4 (patch) | |
tree | 9e06cc1ed72e8e30e300b38ccc25b6d75be9f6cf | |
parent | bb4d2b044dbf4f6e4e8175431e9d921f02b9adcc (diff) |
post release adjustment.
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | UPGRADE | 6 | ||||
-rw-r--r-- | buildscripts/texbuilder/quickstart/quickstart.tex | 2 | ||||
-rw-r--r-- | framework/PradoBase.php | 2 | ||||
-rw-r--r-- | index.html | 4 |
5 files changed, 14 insertions, 6 deletions
@@ -1,4 +1,8 @@ -Version 3.1.2 To be released +Version 3.1.2 To Be Released +============================ + + +Version 3.1.2 April 21, 2008 ============================ BUG: Ticket#595 - ControlCssClass not applied correctly if using multiple validators on same control (Christophe) BUG: Ticket#622 - Changing Display-attribute of a TActiveCheckBox dynamically isn't possible (Michael) @@ -1,5 +1,5 @@ - Upgrading Instructions for PRADO Framework v3.1.2
+ Upgrading Instructions for PRADO Framework v3.1.3
=================================================
!!!IMPORTANT!!!
@@ -9,6 +9,10 @@ if you want to upgrade from version A to version C and there is version B between A and C, you need to following the instructions
for both A and B.
+Upgrading from v3.1.2
+---------------------
+
+
Upgrading from v3.1.1
---------------------
- The RELATIONS type declaration in Active Record classes for Many-to-Many using
diff --git a/buildscripts/texbuilder/quickstart/quickstart.tex b/buildscripts/texbuilder/quickstart/quickstart.tex index 192541a9..5172a718 100644 --- a/buildscripts/texbuilder/quickstart/quickstart.tex +++ b/buildscripts/texbuilder/quickstart/quickstart.tex @@ -52,7 +52,7 @@ %----------------- TITLE --------------
-\title{\Huge \bfseries PRADO v3.1.2 Quickstart Tutorial
+\title{\Huge \bfseries PRADO v3.1.3 Quickstart Tutorial
\thanks{Copyright 2004-2008. All Rights Reserved.}
}
\author{Qiang Xue and Wei Zhuo}
diff --git a/framework/PradoBase.php b/framework/PradoBase.php index b7a10b3e..d9e9444e 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -66,7 +66,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.1.2';
+ return '3.1.3a';
}
/**
@@ -8,7 +8,7 @@ <body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.1.2, April 21, 2008<br>
+<p>Version 3.1.3, To Be Released<br>
Copyright© 2004-2008 by <a href="http://www.pradosoft.com/">Prado Software</a><br>
All Rights Reserved.
</p>
@@ -139,7 +139,7 @@ The PRADO framework and the included demos are free software. They are released the terms of the following BSD License.
</p>
<p>
-Copyright 2004-2007 by The PRADO Group (http://www.pradosoft.com)<br/>
+Copyright 2004-2008 by The PRADO Group (http://www.pradosoft.com)<br/>
All rights reserved.
</p>
<p>
|