Skip to content

Commit

Permalink
1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
webmandesign committed Sep 26, 2022
1 parent c0483e9 commit 0cd48dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,32 @@
## 1.3.8, 20220926

### Updated
-
- Enabling "no gaps" block style for Group block
- Improving compatibility with WordPress 6.0 blocks functionality
- Improving accessibility

### Fixed
-
- Improving navigational menu accessibility
- WordPress 6.0 Columns block spacing and layout
- Wide and full aligned blocks spacing
- "No gaps" block style not working
- Left/right alignment issues
- Styling issues
- Block editor styles
- Site info privacy link separator spacing

### File updates
changelog.md
readme.txt
style.css
assets/js/editor-blocks.js
assets/scss/blocks.scss
assets/scss/editor-style-blocks.scss
assets/scss/global.scss
includes/Content/Block.php
includes/Content/Block_Styles.php
includes/Tool/AMP.php
templates/parts/footer/site-info.php


## 1.3.7, 20220604
Expand Down
2 changes: 1 addition & 1 deletion includes/Content/Block_Styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ public static function get_styles(): array {
'label' => _x( 'No gaps', 'Block style label.', 'michelle' ),
'blocks' => array(
'core/columns',
'core/cover',
'core/gallery',
'core/group',
),
),

Expand Down

0 comments on commit 0cd48dc

Please sign in to comment.