-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.txt
More file actions
30 lines (19 loc) · 877 Bytes
/
changelog.txt
File metadata and controls
30 lines (19 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
= 1.1.5 =
* Added Block Icon support for `core/navigation-submenu` block.
* Added (bool) `hasInnerBlocks` to `$block` array.
* Added `vgtbt_block_data` filter on `$block` array.
* Fixed a race condition preventing using some filters.
* Fixed a bug that cascaded icons too deep while in the editor.
= 1.1.4 =
* Changes Responsive display styles to use `inherit` instead of `block`.
= 1.1.3 =
* Adds FAQPage Schema support to Core Accordion blocks.
= 1.1.2 =
* Fixes a bug when ACF passes stdClass into renderCallback.
* Adds Navigation Slug reference to core Navigation block.
= 1.1.1 =
* Bumps Tested up to version to 6.8.
* Fixes a bug where the `block.json` `tagName` was not supported correctly.
* Fixes a bug when the core function `wp_style_engine_get_styles` does not return the `css` array key index.
= 1.1.0 =
* Initial Release