@wordpress/block-serialization-default-parser 5.21.0 → 5.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -36,7 +36,7 @@ class WP_Block_Parser {
|
|
|
36
36
|
* List of parsed blocks
|
|
37
37
|
*
|
|
38
38
|
* @since 5.0.0
|
|
39
|
-
* @var
|
|
39
|
+
* @var array[]
|
|
40
40
|
*/
|
|
41
41
|
public $output;
|
|
42
42
|
|
|
@@ -303,7 +303,7 @@ class WP_Block_Parser {
|
|
|
303
303
|
* Returns a new block object for freeform HTML
|
|
304
304
|
*
|
|
305
305
|
* @internal
|
|
306
|
-
* @since
|
|
306
|
+
* @since 5.0.0
|
|
307
307
|
*
|
|
308
308
|
* @param string $inner_html HTML content of block.
|
|
309
309
|
* @return WP_Block_Parser_Block freeform block object.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/block-serialization-default-parser",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.22.0",
|
|
4
4
|
"description": "Block serialization specification parser for WordPress posts.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "01a314d7e46a50101e328fdb11959c441e49372d"
|
|
39
39
|
}
|