summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-07-16 15:29:13 +0000
committerctrlaltca@gmail.com <>2011-07-16 15:29:13 +0000
commit880d67c83a2fe85cc141b52b243bdf2a78eaca3d (patch)
tree5e6adecb42e267364c3dbb6e0871786c22eac38f
parentd556b084312bf3fe1e50145b002bf33b1cf850f3 (diff)
branch 3.1: some doc/version update3.1.10
-rw-r--r--HISTORY11
-rw-r--r--UPGRADE7
-rw-r--r--framework/PradoBase.php2
3 files changed, 17 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 3fab5bbf..1c9398fd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,14 @@
+Version 3.1.10 Jul 17, 2011
+BUG: Added missing timeout on TCacheHttpSession (ctrlaltca)
+BUG: Issue#332 - Minor typos (ctrlaltca)
+BUG: Issue#333 - Wrong tracker url on quickstart (ctrlaltca)
+BUG: Issue#334 - Wrong variable acces in TTemplateControlInheritable (ctrlaltca)
+BUG: Issue#335 - setcookie() bug (ctrlaltca)
+BUG: Issue#343 - New TTabPanel breaks compatibility (ctrlaltca)
+BUG: Issue#349 - Security problem in TActiveFileUpload control (Gabor)
+ENH: Merged a bit TPager's view style with TDataGridPager's one adding first/last buttons to TDataGridPagerStyle (ctrlaltca)
+ENH: Reworked the patch for #103 so that it actually fixes the use of TActiveCustomValidator with normal Postback controls (ctrlaltca)
+
Version 3.1.9 June 3, 2011
BUG: Issue#280 - Documentation has been updated
BUG: Issue#311 - TDataList : FooterStyle not used (ctrlaltca)
diff --git a/UPGRADE b/UPGRADE
index cb49c79a..fbf9bdc5 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -1,6 +1,6 @@
- Upgrading Instructions for PRADO Framework v3.1.9
- =================================================
+ Upgrading Instructions for PRADO Framework v3.1.10
+ ==================================================
!!!IMPORTANT!!!
@@ -9,6 +9,9 @@ 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.9
+---------------------
+
Upgrading from v3.1.8
---------------------
- An new "TranslateDefaultCulture" option has been added to TGlobalization that lets you choose if Prado
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index 8333568c..64289174 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -71,7 +71,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.1.9';
+ return '3.1.10';
}
/**