Skip to content

Commit

Permalink
Merge pull request #589 from NHSLeadership/develop
Browse files Browse the repository at this point in the history
v2.5
  • Loading branch information
maheshmuralip authored Aug 2, 2023
2 parents 1bc9ccc + b99ad3d commit b90e9b4
Show file tree
Hide file tree
Showing 10 changed files with 189 additions and 627 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.13
<img src="https://img.shields.io/badge/nightingale-v2.4.13-blue">
# Nightingale 2.5.0
<img src="https://img.shields.io/badge/nightingale-v2.5.0-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.4.13",
"version": "2.5.0",
"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.13 15 jun 2023
* @version 2.5.0 31 jul 2023
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion inc/breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function nightingale_breadcrumb() {
} else {

printf(
'<nav class="nhsuk-breadcrumb" aria-label="Breadcrumb"><div class="nhsuk-width-container">%1$s <p class="nhsuk-breadcrumb__back"><a class="nhsuk-breadcrumb__backlink" href="%2$s"> %3$s %4$s</a></p></div></nav>',
'<nav class="nhsuk-breadcrumb" aria-label="Breadcrumb"><div class="nhsuk-width-container">%1$s <p class="nhsuk-breadcrumb__back"><a class="nhsuk-breadcrumb__backlink" href="%2$s"><span class="nhsuk-u-visually-hidden"> %3$s &nbsp;</span> %4$s</a></p></div></nav>',
$breadcrumbs, // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
esc_url( $back_one_level[0] ),
esc_html( 'Back to ', 'nightingale' ),
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.13 15th June 2023
* @version 2.5.0 31st July 2023
*/

get_header();
Expand Down
Loading

0 comments on commit b90e9b4

Please sign in to comment.