]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Version bump. Updated changes.
authorBrett Profitt <brett.profitt@gmail.com>
Fri, 4 Jan 2013 21:29:43 +0000 (16:29 -0500)
committerBrett Profitt <brett.profitt@gmail.com>
Fri, 4 Jan 2013 21:29:43 +0000 (16:29 -0500)
CHANGES.txt
version.php

index ca1bdc675d5180af01594423f4e1f26ebac12d32..acfb7055ef81c61925c7eedc45d7c8b0ab87c495 100644 (file)
@@ -1,3 +1,39 @@
+Version 1.8.12
+(January 4th, 2013 from https://github.com/Elgg/Elgg/tree/1.8)
+  Contributing Developers:
+   * Brett Profitt
+   * Cash Costello
+   * Jerome Bakker
+   * Matt Beckett
+   * PaweÅ‚ Sroka
+   * Sem
+   * Srokap
+   * Steve Clay
+
+  Bugfixes:
+   * Added an AJAX workaround for the rewrite test.
+   * Code cleanup to prevent some notices and warnings.
+   * Removed "original_order" in menu item anchor tags.
+   * Site menu's selected item correctly persists through content pages.
+   * Static caches rewritten and improved to prevent stale data being returned.
+   * Installation: Invalid characters in admin username are handled correctly.
+   * Messages: Fixed inbox link in email notifications.
+   * The Wire: Fixed objects not displaying correctly when upgrading from 1.7.
+
+  Enhancements:
+   * Performance improvements and improved caching in entity loading.
+   * Added upgrade locking to prevent concurrent upgrade attempts.
+   * Replaced xml_to_object() and autop() with GPL / MIT-compatible code.
+   * Error messages (register_error()) only fade after being clicked.
+   * Groups: Added a sidebar entry to display membership status and a link to
+     group notification settings.
+   * Groups: Added pending membership and invitation requests to the sidebar.
+   * Groups: Better redirection for invisible and closed groups.
+   * Search: User profile fields are searched.
+   * Pages: Subpages can be reassigned to new parent pages.
+   * Twitter: Login with twitter supports persistent login and correctly forwards
+     after login.
+
 Version 1.8.11
 (December 5th, 2012 from https://github.com/Elgg/Elgg/tree/1.8)
 
index 77d151bb62aa50999a36caa6f9bef766c9fd8fa9..858877cfd17b493d6c0befdfebcf589a16bb8e16 100644 (file)
@@ -14,4 +14,4 @@
 $version = 2012120500;
 
 // Human-friendly version name
-$release = '1.8.11';
+$release = '1.8.12';