diff options
author | ctrlaltca <> | 2013-01-07 21:07:38 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-07 21:07:38 +0000 |
commit | b2b20b7b664b2e3c09c4adfb1e6b2590d5e9b8de (patch) | |
tree | b746e3046cbee50bb2f2881788e454892833f369 /demos/quickstart | |
parent | 67a8e014085216542d781ad66f1681206e9358a6 (diff) |
bumped version to 3.2.1
Diffstat (limited to 'demos/quickstart')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page | 4 | ||||
-rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page index 50f7bbb4..7baa16d6 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page @@ -1,9 +1,9 @@ <com:TContent ID="body">
<h1>TConditional Samples</h1>
-<com:TConditional Condition="Prado::getVersion()==='3.2.0'">
+<com:TConditional Condition="Prado::getVersion()==='3.2.1'">
<prop:TrueTemplate>
- <com:TLabel Text="You are using PRADO 3.2.0" />
+ <com:TLabel Text="You are using PRADO 3.2.1" />
</prop:TrueTemplate>
<prop:FalseTemplate>
<com:TLabel Text="You are using PRADO <%= Prado::getVersion() %>" />
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index 25ce6427..003790a4 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -6,6 +6,12 @@ This page summarizes the main new features that are introduced in each PRADO release. </p> +<h2>Version 3.2.1</h2> +<ul> +<li>TSecurityManager has been enhanced to support all the ciphers available in php</a></li> +<li>Updated external packages</a></li> +</ul> + <h2 id="8001">Version 3.2.0</h2> <ul> <li>Added methods quoteTableName, quoteColumnName, quoteColumnAlias to TDbMetaData & TDbConnection and added TDbConnection:getDbMetaData</li> |