diff options
author | xue <> | 2006-04-26 21:15:34 +0000 |
---|---|---|
committer | xue <> | 2006-04-26 21:15:34 +0000 |
commit | f4437c190074be283d9297f8e2ad54bbb055bf2d (patch) | |
tree | 391812d18afb67918303d5f0b4e22bf4e77a6449 /UPGRADE | |
parent | 8b0c8f0d0557d8ab88409cd9691cd1ee279321d5 (diff) |
TLiteral will display body content if Text is empty.
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,11 +1,11 @@ - Upgrading Instructions for PRADO Framework v3.0.0 RC2
- =====================================================
+ Upgrading Instructions for PRADO Framework v3.0.0
+ =================================================
!!!IMPORTANT!!!
After upgrading, remember to delete everything under
-your PRADO application's cache and runtime directories.
+your PRADO application's assets and runtime directories.
The following upgrading instructions are cumulative. That is,
@@ -14,6 +14,11 @@ version B between A and C, you need to following the instructions for both A and B.
+Upgrading from v3.0.0 RC2
+-------------------------
+There should be no compatibility issues.
+
+
Upgrading from v3.0.0 RC1
-------------------------
- !!! Expressions appeared in a template are now evaluated in PreRender
@@ -27,6 +32,7 @@ Upgrading from v3.0.0 RC1 the integers as their list item values. Previously, it used the array
values as the list item values.
+
Upgrading from v3.0.0 beta
--------------------------
- THttpSession.UseCustomStorage replaces the previous Storage.
|