Version Description
Download this release
Release Info
Developer | aduth |
Plugin | Gutenberg |
Version | 5.6.1 |
Comparing to | |
See all releases |
Code changes from version 5.6.0 to 5.6.1
- changelog.txt +6 -0
- gutenberg.php +3 -3
- readme.txt +7 -1
changelog.txt
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
= 5.6.0 =
|
4 |
|
5 |
## Enhancements
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 5.6.1 =
|
4 |
+
|
5 |
+
## Miscellaneous
|
6 |
+
|
7 |
+
- Republish Gutenberg 5.6.0.
|
8 |
+
|
9 |
= 5.6.0 =
|
10 |
|
11 |
## Enhancements
|
gutenberg.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Gutenberg
|
4 |
* Plugin URI: https://github.com/WordPress/gutenberg
|
5 |
* Description: Printing since 1440. This is the development plugin for the new block editor in core.
|
6 |
-
* Version: 5.
|
7 |
* Author: Gutenberg Team
|
8 |
* Text Domain: gutenberg
|
9 |
*
|
@@ -11,8 +11,8 @@
|
|
11 |
*/
|
12 |
|
13 |
### BEGIN AUTO-GENERATED DEFINES
|
14 |
-
define( 'GUTENBERG_VERSION', '5.
|
15 |
-
define( 'GUTENBERG_GIT_COMMIT', '
|
16 |
### END AUTO-GENERATED DEFINES
|
17 |
|
18 |
gutenberg_pre_init();
|
3 |
* Plugin Name: Gutenberg
|
4 |
* Plugin URI: https://github.com/WordPress/gutenberg
|
5 |
* Description: Printing since 1440. This is the development plugin for the new block editor in core.
|
6 |
+
* Version: 5.6.1
|
7 |
* Author: Gutenberg Team
|
8 |
* Text Domain: gutenberg
|
9 |
*
|
11 |
*/
|
12 |
|
13 |
### BEGIN AUTO-GENERATED DEFINES
|
14 |
+
define( 'GUTENBERG_VERSION', '5.6.1' );
|
15 |
+
define( 'GUTENBERG_GIT_COMMIT', '1e4b861cda99b8e9681cf8cffcfac39b4125389b' );
|
16 |
### END AUTO-GENERATED DEFINES
|
17 |
|
18 |
gutenberg_pre_init();
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: matveb, joen, karmatosed
|
3 |
Requires at least: 5.0.0
|
4 |
Tested up to: 5.1
|
5 |
-
Stable tag: 5.
|
6 |
License: GPLv2 or later
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
|
@@ -79,6 +79,12 @@ See also <a href="https://github.com/WordPress/gutenberg/blob/master/CONTRIBUTIN
|
|
79 |
|
80 |
== Changelog ==
|
81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
For 5.6.0.
|
83 |
|
84 |
= Enhancements =
|
2 |
Contributors: matveb, joen, karmatosed
|
3 |
Requires at least: 5.0.0
|
4 |
Tested up to: 5.1
|
5 |
+
Stable tag: 5.6.0
|
6 |
License: GPLv2 or later
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
|
79 |
|
80 |
== Changelog ==
|
81 |
|
82 |
+
For 5.6.1.
|
83 |
+
|
84 |
+
= Miscellaneous =
|
85 |
+
|
86 |
+
- Republish Gutenberg 5.6.0.
|
87 |
+
|
88 |
For 5.6.0.
|
89 |
|
90 |
= Enhancements =
|