]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated for the 1.8.8 release
authorCash Costello <cash.costello@gmail.com>
Wed, 11 Jul 2012 11:29:02 +0000 (07:29 -0400)
committerCash Costello <cash.costello@gmail.com>
Wed, 11 Jul 2012 11:29:02 +0000 (07:29 -0400)
CHANGES.txt
version.php

index 45f561ab587f37431bda40d2e3dbd442ad016341..7a3422d7d8e58fabd15bed660a81febcdd286ad2 100644 (file)
@@ -1,3 +1,18 @@
+Version 1.8.8
+(July 11, 2012 from https://github.com/Elgg/Elgg/tree/1.8)
+
+ Contributing Developers:
+  * Cash Costello
+  * Miguel Rodriguez
+  * Sem
+
+ Enhancements:
+  * Added a delete button on river items for admins
+
+ Bugfixes:
+  * Fixed the significant bug with htmlawed plugin that caused duplicate tags
+
+
 Version 1.8.7
 (July 10, 2012 from https://github.com/Elgg/Elgg/tree/1.8)
 
index a867f1625ff5b178278c0455a54cfaf3eda40c71..dda087c524833ac42c82de33f1def5bf7575f444 100644 (file)
@@ -11,7 +11,7 @@
 
 // YYYYMMDD = Elgg Date
 // XX = Interim incrementer
-$version = 2012070900;
+$version = 2012071100;
 
 // Human-friendly version name
-$release = '1.8.7';
+$release = '1.8.8';