From eaac4cb231b2dc5528f8dce4a025ae5c2bff5151 Mon Sep 17 00:00:00 2001 From: Peter Wilson <519727+peterwilsoncc@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:54:43 +1000 Subject: [PATCH] Relocate backport files for grid layout improvements (#64991). Moves the backport changelog file for https://github.com/WordPress/wordpress-develop/pull/6910 from the WordPress 6.7 directory to the WordPress 6.8 directory. These changes are now targeted for a future release and do not need to be merged in to WordPress 6.7 as part of the package update. See #57478. Co-authored-by: peterwilsoncc Co-authored-by: noisysocks Source: https://github.com/WordPress/gutenberg/commit/dcfddbe8c53d8e6d41284afa09a35ca247ed7f93 --- gutenberg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gutenberg.php b/gutenberg.php index e3d8075b..de82deae 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -14,7 +14,7 @@ ### BEGIN AUTO-GENERATED DEFINES define( 'GUTENBERG_VERSION', '19.1.0' ); -define( 'GUTENBERG_GIT_COMMIT', '825cdacb91c4787da63a2572999d8d6c568aff5a' ); +define( 'GUTENBERG_GIT_COMMIT', 'dcfddbe8c53d8e6d41284afa09a35ca247ed7f93' ); ### END AUTO-GENERATED DEFINES gutenberg_pre_init();