From 0dd36c458d41e77521c36ae572fe73114ad4bc5a Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Sat, 11 Jan 2014 19:54:34 -0500 Subject: Prepare for 1.8.18 release --- CHANGES.txt | 10 ++++++++++ version.php | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 819378e12..f6974a3ae 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,13 @@ +Version 1.8.18 +(January 11, 2014 from https://github.com/Elgg/Elgg/tree/1.8) + Contributing Developers: + * Juho Jaakkola + * Steve Clay + + Bugfixes: + * Fixes notify_user() broken in 1.8.17 + + Version 1.8.17 (January 1, 2014 from https://github.com/Elgg/Elgg/tree/1.8) Contributing Developers: diff --git a/version.php b/version.php index c29b44c07..a7a4776a4 100644 --- a/version.php +++ b/version.php @@ -11,7 +11,7 @@ // YYYYMMDD = Elgg Date // XX = Interim incrementer -$version = 2014010100; +$version = 2014110100; // Human-friendly version name -$release = '1.8.17'; +$release = '1.8.18'; -- cgit v1.2.3