summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorwei <>2006-10-19 00:57:08 +0000
committerwei <>2006-10-19 00:57:08 +0000
commita36595a1470db259ce9e723f2ad13b63fd5e8eb6 (patch)
tree3633aff35a82e566d5b89dcfb3c50c284ccfc9d9 /UPGRADE
parentec1c561946e785fb34a4809b8b154e2e4f0ffb8b (diff)
BC BREAK: Changed Validator property names:
- Validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess, - Validators ClientSide.OnError becomes ClientSide.OnValidationError, - Validators OnSuccess event becomes OnValidationSuccess. - Validators OnError event becomes OnValidationError.
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index e8f11de3..ba0a999f 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -13,6 +13,15 @@ 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.0.x
+---------------------
+- Validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess,
+- Validators ClientSide.OnError becomes ClientSide.OnValidationError,
+- Validator OnSuccess event becomes OnValidationSuccess.
+- Validator OnError event becomes OnValidationError.
+
+
Upgrading from v3.0.4
---------------------
- TFileUpload::saveAs() will return false instead of raising an exception