summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page4
-rw-r--r--demos/quickstart/protected/pages/GettingStarted/NewFeatures.page6
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>