From bfc5248126c1011ab9bfd7f3223a879147d0ff6c Mon Sep 17 00:00:00 2001 From: gziolo Date: Sun, 2 Feb 2020 19:19:04 +0000 Subject: [PATCH] Build: Copy block metadata files for dynamic blocks. For dynamic blocks, there are several blocks whose metadata needs to be loaded in PHP. The attributes that are loaded via PHP are not exposed to the ReactNative components when Gutenberg loads the index.js files in the Mobile Apps. To support one master set of metadata that can be used to register in the PHP files and the Javascript files; with this patch, the block.json files are copied over with their corresponding PHP files. Props chipsnyder and azaozz. Fixes #49196. Built from https://develop.svn.wordpress.org/trunk@47168 git-svn-id: http://core.svn.wordpress.org/trunk@46968 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 11232a1155..a81ef22484 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47167'; +$wp_version = '5.4-alpha-47168'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.