From a11ef9b1ad180e8a4a64232a605053d8598f22c4 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 21 Apr 2008 18:11:58 +0000 Subject: post release adjustment. --- HISTORY | 6 +++++- UPGRADE | 6 +++++- buildscripts/texbuilder/quickstart/quickstart.tex | 2 +- framework/PradoBase.php | 2 +- index.html | 4 ++-- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index 19de7a2c..0fb50104 100644 --- a/HISTORY +++ b/HISTORY @@ -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) diff --git a/UPGRADE b/UPGRADE index 3a0a8852..89399c05 100644 --- a/UPGRADE +++ b/UPGRADE @@ -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'; } /** diff --git a/index.html b/index.html index 55462d83..07f10f4e 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

PRADO Framework for PHP 5

-

Version 3.1.2, April 21, 2008
+

Version 3.1.3, To Be Released
Copyright© 2004-2008 by Prado Software
All Rights Reserved.

@@ -139,7 +139,7 @@ The PRADO framework and the included demos are free software. They are released the terms of the following BSD License.

-Copyright 2004-2007 by The PRADO Group (http://www.pradosoft.com)
+Copyright 2004-2008 by The PRADO Group (http://www.pradosoft.com)
All rights reserved.

-- cgit v1.2.3