From 0676db1a1f5f8178311b65545c9064474d0aebc1 Mon Sep 17 00:00:00 2001 From: thewilkybarkid Date: Wed, 23 Apr 2014 12:13:53 +0100 Subject: [PATCH] Ready for 7.x-1.1 --- CHANGELOG.md | 14 ++++++++++++++ raven.info | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c258ad..eece157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +7.x-1.1 +------- + +23 April 2014. + +* Made compatible with PHP 5.2. +* Fixed bug where certain characters in the website description (eg ampersands) broke the redirect to the Raven login page. +* Added option to authenticate [Raven for Life accounts](http://www.ucs.cam.ac.uk/accounts/ravenleaving). +* Added option to use the [Demo Raven service](https://demo.raven.cam.ac.uk/). +* Fixed bug where language prefixes in multilingual sites broke login page overriding. +* Fixed bug where disabling clean URLs broke the ability to log in. +* Fixed bug where saving the configuration form could stop the website description from appearing on the Raven login page. +* The login failure redirect path is now validated. + 7.x-1.0 ------- diff --git a/raven.info b/raven.info index 4dc45d6..16fb90d 100644 --- a/raven.info +++ b/raven.info @@ -2,7 +2,7 @@ name = Raven authentication description = Allows users to authenticate with Raven. core = 7.x package = University of Cambridge -version = 7.x-1.1-dev +version = 7.x-1.1 configure = admin/config/people/raven dependencies[] = user