From 705737294ee53b5b1a2f2a832a20ee3bd11691ab Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sat, 26 Oct 2013 10:33:18 +0200 Subject: Small fix for the quickstart tutorial --- demos/quickstart/protected/pages/GettingStarted/HelloWorld.page | 1 + 1 file changed, 1 insertion(+) (limited to 'demos/quickstart/protected/pages/GettingStarted') diff --git a/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page b/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page index c69921f8..557aa46d 100755 --- a/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page +++ b/demos/quickstart/protected/pages/GettingStarted/HelloWorld.page @@ -60,6 +60,7 @@ $application->run(); // run the application
  • Home.php - page class for the Home page. It mainly contains the method responding to the OnClick event of the button. + Date: Mon, 25 Nov 2013 19:48:58 +0100 Subject: Updated version to 3.2.3 --- UPGRADE | 5 ++++- .../protected/pages/Controls/Samples/TConditional/Home.page | 4 ++-- demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 2 ++ framework/PradoBase.php | 2 +- framework/Web/Javascripts/source/prado/prado.js | 2 +- index.html | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) (limited to 'demos/quickstart/protected/pages/GettingStarted') diff --git a/UPGRADE b/UPGRADE index 73a093bb..51f0304d 100644 --- a/UPGRADE +++ b/UPGRADE @@ -1,5 +1,5 @@ - Upgrading Instructions for PRADO Framework v3.2.2 + Upgrading Instructions for PRADO Framework v3.2.3 ================================================= !!!IMPORTANT!!! @@ -9,6 +9,9 @@ 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.2.2 +--------------------- + Upgrading from v3.2.1 --------------------- - TEmailAddressValidator's CheckMXRecord property now defaults to false. diff --git a/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page index 9e37b675..5702970a 100755 --- a/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page @@ -1,9 +1,9 @@

    TConditional Samples

    - + - + diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index 897b45f0..95bcc57f 100755 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -9,6 +9,8 @@ This page summarizes the main new features that are introduced in each PRADO rel

    Version 3.2.3

    • Added THtmlArea4 control based on TinyMCE4
    • +
    • Added support for Behaviors, Class Behaviors, fx global events, and dy one to one events
    • +
    • Added the ability to set a priority (order) to event handlers

    Version 3.2.2

    diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 84826f15..6e884cec 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -71,7 +71,7 @@ class PradoBase */ public static function getVersion() { - return '3.2.2'; + return '3.2.3'; } /** diff --git a/framework/Web/Javascripts/source/prado/prado.js b/framework/Web/Javascripts/source/prado/prado.js index b827b125..05f11dcd 100644 --- a/framework/Web/Javascripts/source/prado/prado.js +++ b/framework/Web/Javascripts/source/prado/prado.js @@ -8,7 +8,7 @@ var Prado = * Version of Prado clientscripts * @var Version */ - Version: '3.2.2', + Version: '3.2.3', /** * Registry for Prado components diff --git a/index.html b/index.html index fadd51ca..37a2a60d 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

    PRADO Framework for PHP 5

    -

    Version 3.2.2
    +

    Version 3.2.3
    Copyright© 2004-2013 by Prado Software
    All Rights Reserved.

    -- cgit v1.2.3