summaryrefslogtreecommitdiff
path: root/lib/prado/HISTORY
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-04-20 16:43:14 +0200
committeremkael <emkael@tlen.pl>2016-04-20 16:43:14 +0200
commit07dc0f74569f5ad990f34c01944fe5a93181a26d (patch)
tree05bf14945cbd9e38a4352a8ace042cf62f94386c /lib/prado/HISTORY
parentabd4940ea913e9dddc8d143d00fe1003c7bc9b6b (diff)
* upgrade to Prado 3.3.1
Diffstat (limited to 'lib/prado/HISTORY')
-rw-r--r--lib/prado/HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/prado/HISTORY b/lib/prado/HISTORY
index 3679f27..89cea5c 100644
--- a/lib/prado/HISTORY
+++ b/lib/prado/HISTORY
@@ -1,4 +1,4 @@
-Version 3.3.1 XXX XX, 2016
+Version 3.3.1 April 19, 2016
BUG: Issue #540 - Fix TActiveFileUpload on IE11 (ctrlaltca)
BUG: Issue #574 - Fix TActiveCustomValidator validation after error (ctrlaltca)
@@ -15,6 +15,7 @@ BUG: TJuiDialog: avoid "cannot call methods on dialog prior to initialization" e
BUG: Fix callback update of TActiveCheckBoxList when initially empty (LCSKJ)
ENH: Issue #562 - Added TClientStyleSheet::PradoStyles (ctrlaltca)
ENH: Issue #569 - Improved TJavascriptLogger / browser console logging of errors (ctrlaltca)
+ENH: Issue #587 - Misc fixes for PHP7 compatibility (emkael)
ENH: Applied some misc optimizations to class serialization (ctrlaltca)
ENH: Intercept fatal errors using register_shutdown_function (ctrlaltca)
ENH: Activecontrols: avoid updating client side if the value didn't change (ctrlaltca)