From bc849f770ba798a95df076ede2c9d5d4546c3ba6 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 9 Jul 2012 18:25:49 -0400 Subject: 1.8.7 version for tagging --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index 0fb757b9c..a867f1625 100644 --- a/version.php +++ b/version.php @@ -11,7 +11,7 @@ // YYYYMMDD = Elgg Date // XX = Interim incrementer -$version = 2012061800; +$version = 2012070900; // Human-friendly version name -$release = '1.8.6'; +$release = '1.8.7'; -- cgit v1.2.3 From 4d42fd0263948eee4a7c7a26ceca0647c01cce32 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Wed, 11 Jul 2012 07:29:02 -0400 Subject: Updated for the 1.8.8 release --- CHANGES.txt | 15 +++++++++++++++ version.php | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) (limited to 'version.php') diff --git a/CHANGES.txt b/CHANGES.txt index 45f561ab5..7a3422d7d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) diff --git a/version.php b/version.php index a867f1625..dda087c52 100644 --- a/version.php +++ b/version.php @@ -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'; -- cgit v1.2.3