Version Description
Download this release
Release Info
Developer | gutenbergplugin |
Plugin | Gutenberg |
Version | 14.5.4 |
Comparing to | |
See all releases |
Code changes from version 14.5.3 to 14.5.4
- changelog.txt +29 -12
- gutenberg.php +3 -3
- lib/compat/wordpress-6.2/default-filters.php +1 -1
- readme.txt +1 -1
changelog.txt
CHANGED
@@ -1,28 +1,45 @@
|
|
1 |
== Changelog ==
|
2 |
|
3 |
-
= 14.5.
|
4 |
|
5 |
-
|
6 |
-
|
7 |
## Changelog
|
8 |
|
9 |
-
###
|
10 |
|
11 |
#### Global Styles
|
12 |
-
-
|
13 |
-
|
14 |
-
|
15 |
-
## First time contributors
|
16 |
-
|
17 |
-
The following PRs were merged by first time contributors:
|
18 |
-
|
19 |
-
|
20 |
|
21 |
## Contributors
|
22 |
|
23 |
The following contributors merged PRs in this release:
|
24 |
|
25 |
@oandregal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
|
28 |
= 14.5.2 =
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 14.5.4 =
|
4 |
|
|
|
|
|
5 |
## Changelog
|
6 |
|
7 |
+
### Fixes
|
8 |
|
9 |
#### Global Styles
|
10 |
+
- Fix the `upgrader_process_complete` hook for `wp_theme_has_theme_json`. ([45881](https://github.com/WordPress/gutenberg/pull/45881))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
## Contributors
|
13 |
|
14 |
The following contributors merged PRs in this release:
|
15 |
|
16 |
@oandregal
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
= 14.5.3 =
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
## Changelog
|
25 |
+
|
26 |
+
### Performance
|
27 |
+
|
28 |
+
#### Global Styles
|
29 |
+
- Update `wp_theme_has_theme_json` to use `WP_Object_Cache`. ([45543](https://github.com/WordPress/gutenberg/pull/45543))
|
30 |
+
|
31 |
+
|
32 |
+
## First time contributors
|
33 |
+
|
34 |
+
The following PRs were merged by first time contributors:
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
+
## Contributors
|
39 |
+
|
40 |
+
The following contributors merged PRs in this release:
|
41 |
+
|
42 |
+
@oandregal
|
43 |
|
44 |
|
45 |
= 14.5.2 =
|
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.9
|
7 |
* Requires PHP: 5.6
|
8 |
-
* Version: 14.5.
|
9 |
* Author: Gutenberg Team
|
10 |
* Text Domain: gutenberg
|
11 |
*
|
@@ -13,8 +13,8 @@
|
|
13 |
*/
|
14 |
|
15 |
### BEGIN AUTO-GENERATED DEFINES
|
16 |
-
define( 'GUTENBERG_VERSION', '14.5.
|
17 |
-
define( 'GUTENBERG_GIT_COMMIT', '
|
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.9
|
7 |
* Requires PHP: 5.6
|
8 |
+
* Version: 14.5.4
|
9 |
* Author: Gutenberg Team
|
10 |
* Text Domain: gutenberg
|
11 |
*
|
13 |
*/
|
14 |
|
15 |
### BEGIN AUTO-GENERATED DEFINES
|
16 |
+
define( 'GUTENBERG_VERSION', '14.5.4' );
|
17 |
+
define( 'GUTENBERG_GIT_COMMIT', '5c1374d6ab97b28e8f340aa02877ab60cd783ea2' );
|
18 |
### END AUTO-GENERATED DEFINES
|
19 |
|
20 |
gutenberg_pre_init();
|
lib/compat/wordpress-6.2/default-filters.php
CHANGED
@@ -19,4 +19,4 @@
|
|
19 |
|
20 |
add_action( 'switch_theme', 'wp_theme_has_theme_json_clean_cache' );
|
21 |
add_action( 'start_previewing_theme', 'wp_theme_has_theme_json_clean_cache' );
|
22 |
-
add_action( 'upgrader_process_complete', '_wp_theme_has_theme_json_clean_cache_upon_upgrading_active_theme' );
|
19 |
|
20 |
add_action( 'switch_theme', 'wp_theme_has_theme_json_clean_cache' );
|
21 |
add_action( 'start_previewing_theme', 'wp_theme_has_theme_json_clean_cache' );
|
22 |
+
add_action( 'upgrader_process_complete', '_wp_theme_has_theme_json_clean_cache_upon_upgrading_active_theme', 10, 2 );
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== Gutenberg ===
|
2 |
Contributors: matveb, joen, karmatosed
|
3 |
Tested up to: 6.0
|
4 |
-
Stable tag: 14.5.
|
5 |
License: GPLv2 or later
|
6 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
7 |
|
1 |
=== Gutenberg ===
|
2 |
Contributors: matveb, joen, karmatosed
|
3 |
Tested up to: 6.0
|
4 |
+
Stable tag: 14.5.3
|
5 |
License: GPLv2 or later
|
6 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
7 |
|