Skip to content

Commit

Permalink
Merge pull request #445 from NHSLeadership/v2.3.3
Browse files Browse the repository at this point in the history
Preparing for new v2.3.3 release
  • Loading branch information
Tawmu authored Sep 23, 2021
2 parents 2aed820 + 3169d0f commit 90ee6c4
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 43 deletions.
2 changes: 1 addition & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
<?php
$blog_404sitemap_display = get_theme_mod( 'blog_404sitemap_display', 'true' );
if ( 'true ' === $blog_404sitemap_display ) {
if ( 'true' === $blog_404sitemap_display ) {
get_template_part( 'template-parts/sitemap' );
}
?>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nightingale 2.2.4
# Nightingale 2.3.3
<img src="https://img.shields.io/badge/nightingale-v2.2.4-blue"> <a href="https://github.com/nhsuk/nhsuk-frontend
"><img src="https://img.shields.io/badge/nhsuk--frontend-v3.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
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.3.2.2 22nd July 2021
* @version 2.3.3 23nd September 2021
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/NHSLeadership/nightingale-2-0.git"
},
"version": "2.3.1",
"version": "2.3.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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.3.2.2
Stable tag: 2.3.2.2
Version: 2.3.3
Stable tag: 2.3.3


== Description ==
Expand Down
19 changes: 8 additions & 11 deletions style-gutenburg.css

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

32 changes: 9 additions & 23 deletions 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.3.2.2
Version: 2.3.3
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 5.2.4
Expand Down

0 comments on commit 90ee6c4

Please sign in to comment.