]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
updated version and changes.txt
authorcash <cash.costello@gmail.com>
Thu, 12 Jan 2012 03:40:38 +0000 (22:40 -0500)
committercash <cash.costello@gmail.com>
Thu, 12 Jan 2012 03:40:38 +0000 (22:40 -0500)
CHANGES.txt
version.php

index 5232deadc3d9245bc36eb1950947a132db455dc3..af126c3d3184b2a5b581fbf1fc63f2f4b4531dc7 100644 (file)
@@ -1,3 +1,26 @@
+Version 1.8.3
+(January 12, 2012 from https://github.com/Elgg/Elgg/tree/1.8)
+
+ Enhancements:
+  * Adds a white list for ajax views
+  * Improved navigation tab options
+  * Added group specific search
+  * Added button for reverting avatar
+  * Improved documentation for core class attributes
+  * Adds a server info page under administer -> statistics
+  * Improving caching of icons and js/css
+  * Deprecation notices not displayed to non-admin users
+
+ Bugfixes:
+  * Fixed upgrade scripts for blog posts and groups forum posts
+  * Can now delete invitations to invisible groups
+  * Fixed several widget bugs
+  * Fixed access level on add to group river item
+  * Fixed recursive entity enabling
+  * Fixed limit on pages in sidebar navigation
+  * Fixed deletion of large numbers of annotations
+
+
 Version 1.8.2
 (December 21, 2011 from https://github.com/Elgg/Elgg/tree/1.8)
 
index 455f77ad1835d11fc5df7a0ae8ff24547edb1b24..c491e06cea6f0bd61ebe8e202fc029b6ef25b40e 100644 (file)
@@ -14,4 +14,4 @@
 $version = 2011123101;
 
 // Human-friendly version name
-$release = '1.8.2';
+$release = '1.8.3';