Skip to content

Commit e1dc75e

Browse files
committed
21.0.0
1 parent 5d9d435 commit e1dc75e

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

readme.txt

+36-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: inc2734, mayukojpn, livevalue, kmix39, kngsmym, kokuboyuki, richaber, witch_doktor, rocketmartue, kutsu, toru
33
Donate link: https://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
44
Tags: gutenberg, block, blocks, editor, gutenberg blocks
5-
Stable tag: 20.5.5
6-
Requires at least: 6.6-RC1
7-
Tested up to: 6.5
5+
Stable tag: 21.0.0
6+
Requires at least: 6.6
7+
Tested up to: 6.6
88
Requires PHP: 7.4
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -117,6 +117,39 @@ Yes! You can use Snow Monkey Blocks with any theme, but we recommend using our <
117117

118118
== Changelog ==
119119

120+
= 21.0.0 =
121+
* WordPress 6.6 compatible.
122+
* [Testimonials] Add gap setting.
123+
* [Tabs] Add color settings to chldren blocks.
124+
* [Step] Add title font size and color settings to chldren blocks.
125+
* [Section] Migration of padding settings to core functions.
126+
* [Section (Break the grid)] Migration of padding settings to core functions.
127+
* [Section (Side heading)] Migration of padding settings to core functions.
128+
* [Section (Background image/video)] Migration of padding settings to core functions.
129+
* [Rating box] Add color, padding and border settings. Add font size setting to children blocks.
130+
* [Pricing table] Add color settings to children blocks.
131+
* [Price menu] Add typography, padding, color and border settings. Add font size and padding settings to children blocks.
132+
* [Panels] Migration of color settings to core functions.
133+
* [Media text] Migration of gap settings to core functions.
134+
* [Items:Standard] Add color settings.
135+
* [Items:Block link] Add color settings.
136+
* [Items:Free] Add color and padding settings.
137+
* [Information] Add color settings to children blocks.
138+
* [Hero header] Add color, typography and border settings.
139+
* [FAQ] Add question color, question label color, answer label color and padding settings.
140+
* [Evaluation star] Add font size setting.
141+
* [Directory structure] Add typography, background, icon color, padding and border settings.
142+
* [Counddown timer] Add font size setting.
143+
* [Contents outline] Add color and border settings.
144+
* [Child pages] Add gap setting.
145+
* [Buttons] Add gap settings.
146+
* [Button] Add padding setting.
147+
* [Button box] Add padding setting.
148+
* [Box] Migration of padding setting to core functions.
149+
* [Alert] Add padding setting.
150+
* [Accordion] Add title background, text color and body padding settings.
151+
* `enqueue_block_editor_assets` to `enqueue_block_assets`.
152+
120153
= 20.5.5 =
121154
* [Contents slider] Fixed a bug that caused the appearance to be different on the editor and at the front.
122155
* [Slider] Fixed a bug that caused the appearance to be different on the editor and at the front.

snow-monkey-blocks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin name: Snow Monkey Blocks
4-
* Version: 20.5.5
4+
* Version: 21.0.0
55
* Description: Gutenberg blocks collection made by MonkeyWrench.
66
* Author: inc2734
77
* Author URI: https://2inc.org

0 commit comments

Comments
 (0)