diff --git a/CHANGELOG.md b/CHANGELOG.md index eece157..8ce6c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ Changelog ========= +7.x-1.2 +------- + +10 September 2014. + +* Log the real email address when creating a user in case another module has changed it (from the generic `CRSid@cam.ac.uk` form). +* Let Drupal construct the query string when redirecting to Raven. +* Fixed a typo on the help page. +* Fixed a bug where the `destination` query string parameter was not handled correctly. +* Made compatible with the [Redirect 403 to User Login](https://www.drupal.org/project/r4032login) module. +* Use sensible defaults for variables in case they are unavailable. +* Use php.net short URLs. + 7.x-1.1 ------- diff --git a/raven.info b/raven.info index 12a9941..2469a6e 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.2-dev +version = 7.x-1.2 configure = admin/config/people/raven dependencies[] = user