diff --git a/functions.php b/functions.php index e75dee52..acdb6594 100644 --- a/functions.php +++ b/functions.php @@ -5,7 +5,7 @@ * @link https://developer.wordpress.org/themes/basics/theme-functions/ * @package Nightingale * @copyright NHS Leadership Academy, Tony Blacker - * @version 2.1.7.1 30th April 2020 + * @version 2.1.7.2 19th May 2020 */ /** diff --git a/readme.txt b/readme.txt index a989a848..98156732 100644 --- a/readme.txt +++ b/readme.txt @@ -43,6 +43,12 @@ one level only. To show further levels, we recommend using the right (or left) h == Changelog += 2.1.7.2 = +Maintenance release + * Modified hover actions on header to ensure consistency with nhsuk library + * Tweaked LearnDash completion flag styling + * Repaired Gravity Forms inc file to set vars correctly + = 2.1.7.1 = Maintenance release * style.min.css updated (error on previous upload had min out of step with the uncompressed css) diff --git a/style.css b/style.css index 323ef265..04898113 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ /* Theme Name: Nightingale Text Domain: nightingale -Version: 2.1.7.1 +Version: 2.1.7.2 Requires at least: 5.0 Requires PHP: 5.2.4 Description: Theme for NHS organisations based on the NHS Digital frontend framework. Highly customisable for all types of NHS organisations, from campaign sites to primary care providers to arms length bodies to community practices. This can also be used for non NHS organisations. diff --git a/style.scss b/style.scss index a39fa88d..d1dfdd33 100644 --- a/style.scss +++ b/style.scss @@ -2,7 +2,7 @@ /* Theme Name: Nightingale Text Domain: nightingale -Version: 2.1.7.1 +Version: 2.1.7.2 Requires at least: 5.0 Requires PHP: 5.2.4 Description: Theme for NHS organisations based on the NHS Digital frontend framework. Highly customisable for all types of NHS organisations, from campaign sites to primary care providers to arms length bodies to community practices. This can also be used for non NHS organisations.