From 5fe1679cc0b2ea81e48eaa6b5cab59595d0f3143 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Tue, 29 May 2012 10:25:40 +0000 Subject: version bump 3.2-rc3 --- HISTORY | 2 +- UPGRADE | 5 +---- framework/PradoBase.php | 2 +- index.html | 4 ++-- 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 @@

PRADO Framework for PHP 5

-

Version 3.2-rc2
+

Version 3.2-rc3
Copyright© 2004-2012 by Prado Software
All Rights Reserved.

@@ -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.

-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.

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. -- cgit v1.2.3