aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt5
-rw-r--r--version.php2
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c23d30fd2..fcdc97969 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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
diff --git a/version.php b/version.php
index b5822b371..c5fc817d4 100644
--- a/version.php
+++ b/version.php
@@ -14,4 +14,4 @@
$version = 2013030600;
// Human-friendly version name
-$release = '1.8.14';
+$release = '1.8.15';