Skip to content

Commit

Permalink
Merge pull request #145 from NHSLeadership/develop
Browse files Browse the repository at this point in the history
v1.3.11
  • Loading branch information
maheshmuralip committed Nov 8, 2023
2 parents c5fcb7c + 873e4c5 commit ef87408
Show file tree
Hide file tree
Showing 9 changed files with 12,867 additions and 7,558 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'wp-element'), 'version' => 'fa36f98533791ea412eb');
<?php return array('dependencies' => array('lodash', 'react'), 'version' => 'c6b5fcca40b62ab3d81c');
4 changes: 2 additions & 2 deletions build/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions nhsblocks.php
Expand Up @@ -8,8 +8,8 @@
* Requires at least: 5.0
* Tested up to: 6.0
*
* Version: 1.3.10
* Stable tag: 1.3.10
* Version: 1.3.11
* Stable tag: 1.3.11
*
* @package nhsblocks
*/
Expand Down
20,389 changes: 12,847 additions & 7,542 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -3,9 +3,9 @@
"license": "GPL-3.0-or-later",
"main": "src/index.js",
"devDependencies": {
"@wordpress/scripts": "^23.2.0",
"eslint-plugin-prettier": "^4.0.0",
"jsdoc": "^3.6.6",
"@wordpress/scripts": "^26.14.0",
"eslint-plugin-prettier": "^5.0.1",
"jsdoc": "^4.0.2",
"wp-hookdoc": "^0.2.0"
},
"scripts": {
Expand All @@ -28,10 +28,10 @@
"build:docs": "rm -rf hookdocs/ && jsdoc -c hookdoc-conf.json"
},
"dependencies": {
"cssnano": "^5.1.11",
"cssnano": "^6.0.1",
"nhsuk-frontend": "^6.1.0",
"node-sass": "^7.0.1",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1"
"node-sass": "^9.0.0",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0"
}
}
6 changes: 5 additions & 1 deletion readme.txt
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.0
Stable tag: 1.3.10
Stable tag: 1.3.11
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.11 =
* Package updates
* Vulnerability fixes

= 1.3.10 =
* Fix for deprecated block_categories
* Fix for simple reveal content edit
Expand Down
2 changes: 1 addition & 1 deletion style.css
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.10
Version: 1.3.11
**********************************************************************************************/
/* stylelint-disable color-no-hex */
Expand Down
2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style.scss
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.10
Version: 1.3.11
**********************************************************************************************/

Expand Down

0 comments on commit ef87408

Please sign in to comment.