Skip to content

Commit

Permalink
Merge pull request #611 from NHSLeadership/develop
Browse files Browse the repository at this point in the history
v2.5.2
  • Loading branch information
maheshmuralip authored Nov 1, 2023
2 parents 68bcb9c + f540adb commit bb8cf54
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 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.5.1
<img src="https://img.shields.io/badge/nightingale-v2.5.1-blue">
# Nightingale 2.5.2
<img src="https://img.shields.io/badge/nightingale-v2.5.2-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
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.5.1",
"version": "2.5.2",
"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.5.1 01 nov 2023
* @version 2.5.2 01 nov 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.5.1 1st November 2023
* @version 2.5.2 1st November 2023
*/

get_header();
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

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.5.1",
"version": "2.5.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 6 additions & 3 deletions 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.5.1
Version: 2.5.2
Stable tag: 2.5


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

== Changelog

=2.5.1=
* Vulnerability fixes.
=2.5.2=
* Node package updates
* Style fix for gravity forms chained drop-downs
* Fix for action link block obscures text.

=2.5.1=
* Vulnerability fixes.
* Node package updates
* Code improvements

=2.5.0=
Expand Down
2 changes: 1 addition & 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.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.5.1
Version: 2.5.2
Requires at least: 5.0
Tested up to: 6
Requires PHP: 5.2.4
Expand Down

0 comments on commit bb8cf54

Please sign in to comment.