diff options
| author | ctrlaltca <> | 2013-02-08 16:49:58 +0000 | 
|---|---|---|
| committer | ctrlaltca <> | 2013-02-08 16:49:58 +0000 | 
| commit | 0f34cca749fade963acd014aff526067b00bc49e (patch) | |
| tree | 91cd48dbcff32aad4cb75cbd4dee8017b1912375 /demos/quickstart/protected/pages/GettingStarted | |
| parent | 6b390ff3a048b93e1a5feab758cdab7bfdc9b3d1 (diff) | |
merged to trunk/ all the changes from branch/3.2 up to r3270
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted')
| -rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 12 | 
1 files changed, 9 insertions, 3 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index 98adc925..3db90fdc 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -6,11 +6,17 @@  This page summarizes the main new features that are introduced in each PRADO release.  </p> +<h2>Version 3.2.2</h2> +<ul> +<li>TUrlMappingPattern support for constant parameters</li> +<li>Lazy module loading in application configuration</li> +</ul> +  <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> +<li>TSecurityManager has been enhanced to support all the ciphers available in php</li> +<li>Added a new UrlFormat for TUrlManager: HiddenPath; works like the 'Path' format, but hides the entryscript.php name</li> +<li>Updated external packages</li>  </ul>  <h2 id="8001">Version 3.2.0</h2>  | 
