diff options
-rw-r--r-- | CHANGES.txt | 28 | ||||
-rw-r--r-- | version.php | 2 |
2 files changed, 29 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5eb9aca0d..e2f9f4e3f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,31 @@ +Version 1.8.10 +(December 4th, 2012 from https://github.com/Elgg/Elgg/tree/1.8) + + Contributing Developers: + * Krzysztof Różalski + * Lars Hærvig + * Paweł Sroka + * RiverVanRain + * Sem + * Steve Clay + + Security Enhancements: + * Cached metadata respects access restrictions to fix problems with profile + field display. + * Group RSS feeds are restricted to valid entities + + Enhancements: + * UX: Added a list of Administrators in the admin area + * UX: Limiting message board activity stream entries to excerpts + * Performance: Prefetching river entries + * Performance: Plugin entities are cached + + Bugfixes: + * Removed superfluous commas in JS files to fix IE compatibility. + * API: Fixed Twitter API. + * Performance: Outputting valid ETags and expires headers. + + Version 1.8.9 (November 11, 2012 from https://github.com/Elgg/Elgg/tree/1.8) diff --git a/version.php b/version.php index a2417d848..67f8fd480 100644 --- a/version.php +++ b/version.php @@ -14,4 +14,4 @@ $version = 2012111100; // Human-friendly version name -$release = '1.8.9'; +$release = '1.8.10'; |