Skip to content

Commit

Permalink
Merge pull request #176 from NHSLeadership/develop
Browse files Browse the repository at this point in the history
v1.3.17
  • Loading branch information
maheshmuralip authored and Tawmu committed Nov 25, 2024
2 parents 51fd4e0 + 512af05 commit cd7cce7
Show file tree
Hide file tree
Showing 7 changed files with 448 additions and 441 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react'), 'version' => '0fba4a3fd14162328083');
<?php return array('dependencies' => array('lodash', 'react'), 'version' => '49619a2c5a6eff094434');
4 changes: 2 additions & 2 deletions build/index.js

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions nhsblocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@
* Requires at least: 5.0
* Tested up to: 6.2
*
* Version: 1.3.16
* Stable tag: 1.3.16
* Version: 1.3.17
* Stable tag: 1.3.17
*
* @package nhsblocks
*/

defined( 'ABSPATH' ) || exit;

if (!function_exists('get_plugin_data')) {
require_once ABSPATH . 'wp-admin/includes/plugin.php';
}
/**
* Load translations (if any) for the plugin from the /languages/ folder.
*
Expand Down
866 changes: 433 additions & 433 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Plugin Name:: NHS Blocks
Plugin URI: https://digital.leadershipacademy.nhs.uk/digital-capabilities/websites/nhs-blocks-user-guide/
Requires at least: 5.3
Tested up to: 6.6
Stable tag: 1.3.16
Stable tag: 1.3.17
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -55,6 +55,10 @@ This plugin has been built specifically for use in the NHS, but it is open sourc

== Changelog ==

= 1.3.17 =
* Fix error when trying to activate this plugin before theme selection
* Security update

= 1.3.16 =
* Security update
* Fix for simple reveal block
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: nhsblocks
Tags: NHS, NHS Digital, NHS Frontend, National Health Service, Leadership Academy
Description: Gutenberg native custom blocks companion plugin for the NHS Nightingale theme (can also be standalone).
Version: 1.3.16
Version: 1.3.17
**********************************************************************************************/
/* stylelint-disable color-no-hex */
Expand Down
2 changes: 1 addition & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: nhsblocks
Tags: NHS, NHS Digital, NHS Frontend, National Health Service, Leadership Academy
Description: Gutenberg native custom blocks companion plugin for the NHS Nightingale theme (can also be standalone).
Version: 1.3.16
Version: 1.3.17
**********************************************************************************************/

Expand Down

0 comments on commit cd7cce7

Please sign in to comment.