diff options
Diffstat (limited to 'demos')
5 files changed, 11 insertions, 4 deletions
diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index 2faaf1b0..b9e36e40 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -50,7 +50,7 @@  </table>
  <div id="footer">
 -Copyright © 2005-2012 <a href="http://www.pradosoft.com">PradoSoft</a>.
 +Copyright © 2005-2013 <a href="http://www.pradosoft.com">PradoSoft</a>.
  <br/><br/>
  <%= Prado::poweredByPrado() %>
  <a href="http://validator.w3.org/check?uri=referer"><img border="0" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
 diff --git a/demos/quickstart/protected/controls/SampleLayout.tpl b/demos/quickstart/protected/controls/SampleLayout.tpl index fc023add..5a5ca898 100644 --- a/demos/quickstart/protected/controls/SampleLayout.tpl +++ b/demos/quickstart/protected/controls/SampleLayout.tpl @@ -19,7 +19,7 @@  </div>
  <div class="samplemenu">
      <div class="copyright">
 -        Copyright © 2005-2011 <a href="http://www.pradosoft.com">PradoSoft</a>
 +        Copyright © 2005-2013 <a href="http://www.pradosoft.com">PradoSoft</a>
      </div>
  </div>
 diff --git a/demos/quickstart/protected/controls/es/SampleLayout.tpl b/demos/quickstart/protected/controls/es/SampleLayout.tpl index 906f6aaf..24f0575a 100644 --- a/demos/quickstart/protected/controls/es/SampleLayout.tpl +++ b/demos/quickstart/protected/controls/es/SampleLayout.tpl @@ -19,7 +19,7 @@  </div>
  <div class="samplemenu">
      <div class="copyright">
 -        Copyright © 2005-2011 <a href="http://www.pradosoft.com">PradoSoft</a>
 +        Copyright © 2005-2013 <a href="http://www.pradosoft.com">PradoSoft</a>
      </div>
  </div>
 diff --git a/demos/quickstart/protected/controls/fr/SampleLayout.tpl b/demos/quickstart/protected/controls/fr/SampleLayout.tpl index b9f6a4a2..e421604c 100644 --- a/demos/quickstart/protected/controls/fr/SampleLayout.tpl +++ b/demos/quickstart/protected/controls/fr/SampleLayout.tpl @@ -19,7 +19,7 @@  </div>
  <div class="samplemenu">
      <div class="copyright">
 -        Copyright © 2005-2011 <a href="http://www.pradosoft.com">PradoSoft</a>
 +        Copyright © 2005-2013 <a href="http://www.pradosoft.com">PradoSoft</a>
      </div>
  </div>
 diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index 25ce6427..98adc925 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -6,6 +6,13 @@  This page summarizes the main new features that are introduced in each PRADO release.  </p> +<h2 id="8001">Version 3.2.1</h2> +<ul> +<li>TSecurityManager has been enhanced to support all the ciphers available in php</a></li> +<li>Added a new UrlFormat for TUrlManager: HiddenPath; works like the 'Path' format, but hides the entryscript.php name</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>  | 
