Changeset 2449
- Timestamp:
- 04/21/2008 01:11:58 PM
- Files:
-
- trunk/HISTORY (modified) (1 diff)
- trunk/UPGRADE (modified) (2 diffs)
- trunk/buildscripts/texbuilder/quickstart/quickstart.tex (modified) (1 diff)
- trunk/framework/PradoBase.php (modified) (1 diff)
- trunk/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/HISTORY
r2444 r2449 1 Version 3.1.2 To be released 1 Version 3.1.2 To Be Released 2 ============================ 3 4 5 Version 3.1.2 April 21, 2008 2 6 ============================ 3 7 BUG: Ticket#595 - ControlCssClass not applied correctly if using multiple validators on same control (Christophe) trunk/UPGRADE
r2433 r2449 1 1 2 Upgrading Instructions for PRADO Framework v3.1. 22 Upgrading Instructions for PRADO Framework v3.1.3 3 3 ================================================= 4 4 … … 9 9 version B between A and C, you need to following the instructions 10 10 for both A and B. 11 12 Upgrading from v3.1.2 13 --------------------- 14 11 15 12 16 Upgrading from v3.1.1 trunk/buildscripts/texbuilder/quickstart/quickstart.tex
r2447 r2449 53 53 %----------------- TITLE -------------- 54 54 55 \title{\Huge \bfseries PRADO v3.1. 2Quickstart Tutorial55 \title{\Huge \bfseries PRADO v3.1.3 Quickstart Tutorial 56 56 \thanks{Copyright 2004-2008. All Rights Reserved.} 57 57 } trunk/framework/PradoBase.php
r2446 r2449 67 67 public static function getVersion() 68 68 { 69 return '3.1. 2';69 return '3.1.3a'; 70 70 } 71 71 trunk/index.html
r2446 r2449 9 9 <body> 10 10 <h1>PRADO Framework for PHP 5 </h1> 11 <p>Version 3.1. 2, April 21, 2008<br>11 <p>Version 3.1.3, To Be Released<br> 12 12 Copyright© 2004-2008 by <a href="http://www.pradosoft.com/">Prado Software</a><br> 13 13 All Rights Reserved. … … 140 140 </p> 141 141 <p> 142 Copyright 2004-200 7by The PRADO Group (http://www.pradosoft.com)<br/>142 Copyright 2004-2008 by The PRADO Group (http://www.pradosoft.com)<br/> 143 143 All rights reserved. 144 144 </p>
