diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-11 07:29:02 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-11 07:29:02 -0400 |
commit | 4d42fd0263948eee4a7c7a26ceca0647c01cce32 (patch) | |
tree | 61e219f20b92807056d7525bb8ad500d37a47386 | |
parent | 8832c48cfb8c54ea5fa13ffd80cfe0395b32967e (diff) | |
download | elgg-4d42fd0263948eee4a7c7a26ceca0647c01cce32.tar.gz elgg-4d42fd0263948eee4a7c7a26ceca0647c01cce32.tar.bz2 |
Updated for the 1.8.8 release
-rw-r--r-- | CHANGES.txt | 15 | ||||
-rw-r--r-- | version.php | 4 |
2 files changed, 17 insertions, 2 deletions
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'; |