Skip to content

Commit

Permalink
Merge pull request #565 from NHSLeadership/develop
Browse files Browse the repository at this point in the history
v2.4.11
  • Loading branch information
maheshmuralip authored Jan 11, 2023
2 parents e20f88b + e81feff commit 83f4dc5
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Nightingale 2.4.10
<img src="https://img.shields.io/badge/nightingale-v2.4.10-blue">
# Nightingale 2.4.11
<img src="https://img.shields.io/badge/nightingale-v2.4.11-blue">
<a href="https://github.com/nhsuk/nhsuk-frontend">
<img src="https://img.shields.io/badge/nhsuk--frontend-v6.1.0-blue"></a> <a href="https://www.gnu.org/licenses/gpl-3.0.en.html"><img src="https://img.shields.io/badge/license-GPL%20(%3E%3D3)-green"></a> <a href="https://wordpress.org"><img src="https://img.shields.io/badge/WordPress-v5.5%20%2B-lightgrey"></a> <img src="https://img.shields.io/badge/php-5.6%2B-red"> <img src="https://img.shields.io/badge/pull%20requests-welcome-blueviolet"> <a href="https://wordpress.org/themes/nightingale"><img src="https://img.shields.io/badge/theme%20install-WP%20repo-lightgrey"></a>

Expand Down
4 changes: 4 additions & 0 deletions assets/scss/gravity-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@
vertical-align: top;
width: auto;
}
// Fix for gravity form submit button when legacy markup is enabled.
& > .nhsuk-button {
font-size: 19px !important;
}
}

#ui-datepicker-div {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nhsleadership/nightingale",
"version": "2.4.10",
"version": "2.4.11",
"description": " NHSUK Frontend style theme for WordPress",
"repositories":[{"type":"composer","url":"https://wpackagist.org"}],
"type": "wordpress-theme",
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @link https://developer.wordpress.org/themes/basics/theme-functions/
* @package Nightingale
* @copyright NHS Leadership Academy, Tony Blacker
* @version 2.4.10 09 jan 2023
* @version 2.4.11 11 jan 2023
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
* @package Nightingale
* @copyright NHS Leadership Academy, Tony Blacker
* @version 2.4.10 9th January 2023
* @version 2.4.11 11th January 2023
*/

get_header();
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires PHP: 5.6
License: GPL v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Theme URI: https://digital.leadershipacademy.nhs.uk/digital-capabilities/websites/nightingale-theme-user-guide/
Version: 2.4.10
Version: 2.4.11
Stable tag: 2.4


Expand Down Expand Up @@ -43,6 +43,9 @@ one level only. To show further levels, we recommend using the right (or left) h

== Changelog

=2.4.11=
* Button style fix for gravity forms with legacy markup enabled

=2.4.10=
* Style fixes for learndash version 4
* Breadcrumb fix in category pages
Expand Down
3 changes: 3 additions & 0 deletions style-gutenburg.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Theme Name: Nightingale
Text Domain: nightingale
Version: 2.4.10
Version: 2.4.11
Requires at least: 5.0
Tested up to: 6
Requires PHP: 5.2.4
Expand Down

0 comments on commit 83f4dc5

Please sign in to comment.