aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-12-04 19:00:14 -0500
committerBrett Profitt <brett.profitt@gmail.com>2012-12-04 19:00:14 -0500
commit8b6ef5a2081e0436a5135e8cfa954fd3ab158282 (patch)
tree13c48562dd817942db5aee65ed75eed212ed3cd7
parent389b508ce49d41ecbfab5822f3a04add3305fc2e (diff)
downloadelgg-8b6ef5a2081e0436a5135e8cfa954fd3ab158282.tar.gz
elgg-8b6ef5a2081e0436a5135e8cfa954fd3ab158282.tar.bz2
Bumped version to 1.8.10. Updated changes. Refs #4947.
-rw-r--r--CHANGES.txt28
-rw-r--r--version.php2
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';