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