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:
whyisjake 2019-09-04 21:37:50 +00:00
parent 65d7b91757
commit f99c8057e0
3 changed files with 3 additions and 3 deletions

View File

@ -11602,7 +11602,7 @@ var shortcode_settings = {
attributes: {
text: {
type: 'string',
source: 'text'
source: 'html'
}
},
transforms: {

File diff suppressed because one or more lines are too long

View File

@ -229,7 +229,7 @@ function wp_default_packages_scripts( &$scripts ) {
'annotations' => '1.0.5',
'autop' => '2.0.2',
'blob' => '2.1.0',
'block-library' => '2.2.12',
'block-library' => '2.2.17',
'block-serialization-default-parser' => '2.0.3',
'blocks' => '6.0.5',
'components' => '7.0.5',