Gutenberg - Version 10.0.1

Version Description

Download this release

Release Info

Developer gutenbergplugin
Plugin Icon 128x128 Gutenberg
Version 10.0.1
Comparing to
See all releases

Code changes from version 10.0.0 to 10.0.1

Files changed (3) hide show
  1. changelog.txt +7 -0
  2. gutenberg.php +3 -3
  3. readme.txt +2 -2
changelog.txt CHANGED
@@ -1,5 +1,12 @@
1
  == Changelog ==
2
 
 
 
 
 
 
 
 
3
  = 10.0.0 =
4
 
5
  ### Features
1
  == Changelog ==
2
 
3
+ = 10.0.1 =
4
+
5
+ ### Bug Fixes
6
+
7
+ - CSS-in-JS: Fix inline comment for select-dropdown (external module)
8
+
9
+
10
  = 10.0.0 =
11
 
12
  ### Features
gutenberg.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Printing since 1440. This is the development plugin for the new block editor in core.
6
  * Requires at least: 5.3
7
  * Requires PHP: 5.6
8
- * Version: 10.0.0
9
  * Author: Gutenberg Team
10
  * Text Domain: gutenberg
11
  *
@@ -13,8 +13,8 @@
13
  */
14
 
15
  ### BEGIN AUTO-GENERATED DEFINES
16
- define( 'GUTENBERG_VERSION', '10.0.0' );
17
- define( 'GUTENBERG_GIT_COMMIT', '2b3f1f7dfe7c4e394f9860e5a8a0352a0ed926e8' );
18
  ### END AUTO-GENERATED DEFINES
19
 
20
  gutenberg_pre_init();
5
  * Description: Printing since 1440. This is the development plugin for the new block editor in core.
6
  * Requires at least: 5.3
7
  * Requires PHP: 5.6
8
+ * Version: 10.0.1
9
  * Author: Gutenberg Team
10
  * Text Domain: gutenberg
11
  *
13
  */
14
 
15
  ### BEGIN AUTO-GENERATED DEFINES
16
+ define( 'GUTENBERG_VERSION', '10.0.1' );
17
+ define( 'GUTENBERG_GIT_COMMIT', '4d7eb5809330d3aa8fa88a80122cdc0228db66d4' );
18
  ### END AUTO-GENERATED DEFINES
19
 
20
  gutenberg_pre_init();
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: matveb, joen, karmatosed
3
  Requires at least: 5.5.0
4
  Tested up to: 5.6
5
  Requires PHP: 5.6
6
- Stable tag: 9.9.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -57,4 +57,4 @@ View <a href="https://developer.wordpress.org/block-editor/principles/versions-i
57
 
58
  == Changelog ==
59
 
60
- To read the changelog for Gutenberg 10.0.0, please navigate to the <a href="https://github.com/WordPress/gutenberg/releases/tag/v10.0.0">release page</a>.
3
  Requires at least: 5.5.0
4
  Tested up to: 5.6
5
  Requires PHP: 5.6
6
+ Stable tag: 10.0.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
57
 
58
  == Changelog ==
59
 
60
+ To read the changelog for Gutenberg 10.0.1, please navigate to the <a href="https://github.com/WordPress/gutenberg/releases/tag/v10.0.1">release page</a>.