summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrojaro <>2011-05-29 15:10:25 +0000
committerrojaro <>2011-05-29 15:10:25 +0000
commit271a8d3a2c2b7c0b9b14075fca5c5305b09e9b62 (patch)
tree9ac4205ad37a8ee815dda253b62608be3334781d
parenta9f0ee7cd013e4426ccc63e03738becb4fb47f52 (diff)
added a few missing lines
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 608337e6..b6409020 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,4 +1,4 @@
-Version 3.1.8 May ??, 2011
+Version 3.1.8 May 29, 2011
BUG: Issue#16 - [684] TDatePicker problems (rojaro)
BUG: Issue#18 - [909] findAllBySql with non-column ORDER BY (rojaro)
@@ -42,6 +42,11 @@ ENH: Upgraded the phpunit ini file to work with PHPUnit 3.3 3.4 and 3.5. There a
ENH: Issue#264 - Prado wasting CPU by using ArrayAccess and IteratorAggregate interfaces (uacaman)
ENH: Issue#199/272 - Updated prototype to 1.7 scriptaculous to 1.9.0 and dropped json.js for json2.js. Adds IE9 support (ctrlaltca)
ENH: Updated tinyMCE to latest version (3.4.2). The package size grew up a bit (from 3.7 to 5.5 mb) since the new version is bigger in sizea and adds support for a lot of new localizations. Adds IE9 support (ctrlaltca)
+NEW: Added TActiveDataGrid control
+NEW: Added TActiveDataList control
+NEW: Added TTemplateControlInheritable control
+NEW: Added InType Bundle
+NEW: Added TActiveMultiView control
Version 3.1.7 February 22, 2010
ENH: Issue#24 - Specify needed fields on demand (Yves)