diff options
author | ctrlaltca@gmail.com <> | 2011-05-22 14:43:11 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-05-22 14:43:11 +0000 |
commit | 8aa27c48cd1b620e3a7dee1e2de2cdc67f4e9874 (patch) | |
tree | 005e4f8f6b698acfc6f16a36fc873c0ef9b4842f /UPGRADE | |
parent | 948a32434d4e72765dd26c803e94129b5c2f7769 (diff) |
branch 3.1: misc doc updates
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ - Upgrading Instructions for PRADO Framework v3.1.7 + Upgrading Instructions for PRADO Framework v3.1.8 ================================================= !!!IMPORTANT!!! @@ -9,6 +9,12 @@ if you want to upgrade from version A to version C and there is version B between A and C, you need to following the instructions for both A and B. +Upgrading from v3.1.7 +--------------------- +- tinyMCE has been updated to support Internet Explorer 9; a lot of new languages and plugins are now supported, +but some of the old ones changed their name. If you have problems in getting THtmlArea localized with your language, +check if the language code for your locale has changed and update it. + Upgrading from v3.1.6 --------------------- - The different SQLMap cache engines (TSQLMapFifoCache, TSQLMapLRUCache, TSQLMapApplicationCache) doesn't |