Skip to content

Commit

Permalink
Merge pull request #127 from NHSLeadership/develop
Browse files Browse the repository at this point in the history
v1.3.7
  • Loading branch information
maheshmuralip authored Jul 12, 2023
2 parents 94bc669 + 2d17adc commit fa80b9a
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 6 deletions.
6 changes: 6 additions & 0 deletions assets/scss/style_variations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,9 @@
margin: 0;
}
}

.components-panel__header.edit-post-sidebar__panel-tabs ul {
padding: 0px;
margin-bottom: 0px;
list-style: none;
}
4 changes: 2 additions & 2 deletions nhsblocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* Requires at least: 5.0
* Tested up to: 6.0
*
* Version: 1.3.6
* Stable tag: 1.3.6
* Version: 1.3.7
* Stable tag: 1.3.7
*
* @package nhsblocks
*/
Expand Down
5 changes: 4 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.0
Stable tag: 1.3.6
Stable tag: 1.3.7
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,9 @@ This plugin has been built specifically for use in the NHS, but it is open sourc

== Changelog ==

= 1.3.7 =
* Fix for Bullet-points in admin screens

= 1.3.6 =
* Removed composer requirement

Expand Down
12 changes: 12 additions & 0 deletions style-gutenburg.css

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

8 changes: 7 additions & 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.6
Version: 1.3.7
**********************************************************************************************/
/* stylelint-disable color-no-hex */
Expand Down Expand Up @@ -9283,6 +9283,12 @@ figure.is-style-nhsuk-table-responsive figcaption {
margin: 0;
}

.components-panel__header.edit-post-sidebar__panel-tabs ul {
padding: 0px;
margin-bottom: 0px;
list-style: none;
}

section.nhsuk-section:nth-of-type(odd) {
background: #f0f4f5;
}
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
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.6
Version: 1.3.7
**********************************************************************************************/

Expand Down

0 comments on commit fa80b9a

Please sign in to comment.