summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authormikl <>2008-06-30 17:04:42 +0000
committermikl <>2008-06-30 17:04:42 +0000
commit81514767330333fdcfac3dd347718d3a585ea91f (patch)
tree793a3008a569549d185f2708cb23de997dcc3571 /UPGRADE
parent4fdb3675a79f80e8d9400aad7015250d125c92dd (diff)
Implemented MessageSource_Database
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index 89399c05..69fab95e 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -11,6 +11,12 @@ for both A and B.
Upgrading from v3.1.2
---------------------
+- The Translation configuration now also accepts type 'Database' to
+ ease the setup of DB base translation. A valid ConnectionID has to
+ be supplied in the source parameter:
+ <translation type="Database" source="db1" autosave="true" cache="false" />
+ Type 'MySQL' can still be used but is deprecated and might be removed
+ in a later release.
Upgrading from v3.1.1