diff options
author | emkael <emkael@tlen.pl> | 2016-04-20 16:43:14 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-04-20 16:43:14 +0200 |
commit | 07dc0f74569f5ad990f34c01944fe5a93181a26d (patch) | |
tree | 05bf14945cbd9e38a4352a8ace042cf62f94386c /lib/prado/UPGRADE | |
parent | abd4940ea913e9dddc8d143d00fe1003c7bc9b6b (diff) |
* upgrade to Prado 3.3.1
Diffstat (limited to 'lib/prado/UPGRADE')
-rw-r--r-- | lib/prado/UPGRADE | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/prado/UPGRADE b/lib/prado/UPGRADE index e445c32..1230a15 100644 --- a/lib/prado/UPGRADE +++ b/lib/prado/UPGRADE @@ -9,6 +9,13 @@ 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.3.0 +--------------------- +- The long-time deprecated 'MySQL' translation source has been removed. + The 'Database' source can be used instead, specifying a valid ConnectionID + in the source parameter: + <translation type="Database" source="db1" autosave="true" cache="false" /> + Upgrading from v3.2.x --------------------- - Since PRADO 3.3.0, jQuery is the javascript framework of choice. All the existing PRADO controls have |