]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
updates changes and version for 1.8.15 release
authorcash <cash.costello@gmail.com>
Sat, 20 Apr 2013 17:11:22 +0000 (13:11 -0400)
committercash <cash.costello@gmail.com>
Sat, 20 Apr 2013 17:11:22 +0000 (13:11 -0400)
CHANGES.txt
version.php

index c23d30fd23360b9ea3498b0fe956baba4edc6e86..fcdc979694e778f2d828353dd735917305e40b59 100644 (file)
@@ -1,5 +1,5 @@
 Version 1.8.15
-(April xx, 2013 from https://github.com/Elgg/Elgg/tree/1.8)
+(April 23, 2013 from https://github.com/Elgg/Elgg/tree/1.8)
   Contributing Developers:
    * Cash Costello
    * Ismayil Khayredinov
@@ -21,13 +21,14 @@ Version 1.8.15
 
   Enhancements:
    * Added browser caching of language JS files
+   * Adding nofollow on user posted URLs for spam deterrence (thanks to Hellekin)
    * Auto-registering views for simplecache when their URL is requested
    * Display helpful message for those who have site URL configuration issues
    * Can revert to a previous revision with pages plugin
    * Site owners can turn off posting wire messages to Twitter
    * Search results are sorted by relevance
 
-  Dropped Support:
+  Dropped Plugins:
    * Twitter widget due to changes in Twitter API and terms of service
    * OAuth API plugin due to conflicts with the Twitter API plugin
 
index b5822b371544b17575438382f97ed9028bf5f81f..c5fc817d4137a093c4def44bbd02283ed03c3c12 100644 (file)
@@ -14,4 +14,4 @@
 $version = 2013030600;
 
 // Human-friendly version name
-$release = '1.8.14';
+$release = '1.8.15';