diff --git a/CHANGELOG.md b/CHANGELOG.md index 506109b..8466e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ Changelog ========= +7.x-1.1 +------- + +27 May 2014. + +* Remove bottom padding from local tasks. +* Don't show empty content containers. +* Don't show the page title if it's the same as the site name. +* Style taxonomy term pages. +* Fix PHP 5.2 compatibility. +* Force menu block configuration. +* Position the contextual links menu for the horizontal navigation correctly. +* Fix styling of blocks in the Partnership region. +* Fix bugs with the vertical navigation. +* Prevent inaccessible items from breaking the positioning of leading images. +* Fix the mobile navigation from opening at the level above the current page when on an 'overview' page. +* Stop Internet Explorer from using compatibility mode. +* Allow modules (such as CKEditor) which place JavaScript in `$page_bottom` rather than `$scripts` to work. +* Don't automatically add table classes to tables outside of text fields. +* Add pagination styling. +* Stop text areas from being only 18px high. + 7.x-1.0 ------- diff --git a/cambridge_theme.info b/cambridge_theme.info index 25fda8d..b899b36 100644 --- a/cambridge_theme.info +++ b/cambridge_theme.info @@ -2,7 +2,7 @@ name = University of Cambridge description = The University of Cambridge's house style. core = 7.x engine = phptemplate -version = 1.1-dev +version = 1.1 stylesheets[all][] = "css/full-stylesheet.css" stylesheets[all][] = "css/drupal.css"