summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--UPGRADE5
-rw-r--r--framework/PradoBase.php2
-rw-r--r--index.html4
4 files changed, 5 insertions, 8 deletions
diff --git a/HISTORY b/HISTORY
index 68a01e06..ce47ed82 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,4 +1,4 @@
-Version 3.2 to be released
+Version 3.2-rc3 (first public rc) May 29, 2012
BUG: Fixed an inconsistency in TRegularExpressionValidator
ENH: Update TDraggable::revert property to accept "failure" value (Christophe)
CHG/ENH: Change behavior of THttpRequest::getBaseUrl() & THttpRequest::getAbsoluteApplicationUrl() to make it possible to force either http or https (Yves)
diff --git a/UPGRADE b/UPGRADE
index 0ff34d0d..fe7d1028 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -9,7 +9,7 @@ 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.x
+Upgrading from v3.1.10
---------------------
- Prado 3.2 requires PHP >= 5.3.3
- Prado 3.2 doesn't use anymore a separate clientscripts.php script to publish minified javascript files.
@@ -59,9 +59,6 @@ Upgrading from v3.1.x
validation on its own, while now it performs validation inside the main callback of the control that
triggered the validation.
-Upgrading from v3.1.10
-----------------------
-
Upgrading from v3.1.9
---------------------
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index 6171c6ab..19fd5772 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -71,7 +71,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.2-rc2';
+ return '3.2-rc3';
}
/**
diff --git a/index.html b/index.html
index fabe2c83..f3584b3b 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
<body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.2-rc2<br>
+<p>Version 3.2-rc3<br>
Copyright&copy; 2004-2012 by <a href="http://www.pradosoft.com/">Prado Software</a><br>
All Rights Reserved.
</p>
@@ -20,7 +20,7 @@ PRADO is a component-based and event-driven framework for Web application develo
PRADO is best suitable for creating Web applications that are highly user-interactive. It can be used to develop systems as simple as a blog system to those as complex as a content management system (CMS) or a complete e-commerce solution. Because PRADO promotes object-oriented programming (OOP) through its component-based methodology, it fits extremely well for team work and enterprise development. Its event-driven programming pattern helps developers gain better focus on business logic rather than distracted by various tedious and repetitive low-level coding handling.
</p>
<p>
-PRADO comes with many features that can cut down development time signficantly. In particular, it provides a rich set of pluggable Web controls, complete database support including both active record and complex object mapper, seamless AJAX support, theme and skin, internationalization and localization, various caching solutions, security measures, and many other features that are seldom found in other programming frameworks.
+PRADO comes with many features that can cut down development time significantly. In particular, it provides a rich set of pluggable Web controls, complete database support including both active record and complex object mapper, seamless AJAX support, theme and skin, internationalization and localization, various caching solutions, security measures, and many other features that are seldom found in other programming frameworks.
</p>
<p>
Developers who have sufficient OOP experience will find PRADO is easy to learn and understand. In fact, PRADO shares many similarities with ASP.NET and other RAD kits for Windows GUI development, such as Borland Delphi and Microsoft Visual Basic.