Update the block library to 2.2.17 to fix an issue with invalid shortcode blocks.
Props aduth, flaviozavan, epiqueras Built from https://develop.svn.wordpress.org/branches/5.0@46003 git-svn-id: http://core.svn.wordpress.org/branches/5.0@45814 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
65d7b91757
commit
f99c8057e0
|
@ -11602,7 +11602,7 @@ var shortcode_settings = {
|
||||||
attributes: {
|
attributes: {
|
||||||
text: {
|
text: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
source: 'text'
|
source: 'html'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
transforms: {
|
transforms: {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -229,7 +229,7 @@ function wp_default_packages_scripts( &$scripts ) {
|
||||||
'annotations' => '1.0.5',
|
'annotations' => '1.0.5',
|
||||||
'autop' => '2.0.2',
|
'autop' => '2.0.2',
|
||||||
'blob' => '2.1.0',
|
'blob' => '2.1.0',
|
||||||
'block-library' => '2.2.12',
|
'block-library' => '2.2.17',
|
||||||
'block-serialization-default-parser' => '2.0.3',
|
'block-serialization-default-parser' => '2.0.3',
|
||||||
'blocks' => '6.0.5',
|
'blocks' => '6.0.5',
|
||||||
'components' => '7.0.5',
|
'components' => '7.0.5',
|
||||||
|
|
Loading…
Reference in New Issue