diff --git a/blocks.php b/blocks.php index 861444a..3e6aedd 100644 --- a/blocks.php +++ b/blocks.php @@ -2,7 +2,7 @@ /** * Plugin Name: Noor Blocks * Description: Collection of custom blocks. - * Version: 1.1.4 + * Version: 1.1.5 * Author: Noor Digital Agency * Author URI: https://noordigital.com * Text Domain: blocks diff --git a/build/index.asset.php b/build/index.asset.php index 8b7570e..31828d8 100644 --- a/build/index.asset.php +++ b/build/index.asset.php @@ -1 +1 @@ - array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => 'b272959f1e9ea39ae01ce48f310d8aa3'), 'accordion.js' => array('dependencies' => array('wp-polyfill'), 'version' => '667f7b37f3c5299d2fe9a3111cca5cee')); \ No newline at end of file + array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => '2da94a544408b91c3d45dc4074651b37'), 'accordion.js' => array('dependencies' => array('wp-polyfill'), 'version' => '667f7b37f3c5299d2fe9a3111cca5cee')); \ No newline at end of file diff --git a/build/index.js b/build/index.js index 8dd6c04..7455908 100644 --- a/build/index.js +++ b/build/index.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{18:function(e,t,n){}}]),function(e){function t(t){for(var o,a,l=t[0],i=t[1],s=t[2],b=0,d=[];be.length)&&(t=e.length);for(var n=0,o=new Array(t);ne.length)&&(t=e.length);for(var n=0,o=new Array(t);n { } // wp-bootstrap-blocks plugin - if ( 'wp-bootstrap-blocks' === name ) { + if ( 'wp-bootstrap-blocks/button' === name ) { Object.assign(settings.attributes, { ...inlineIconAttributes, diff --git a/src/filters/blockEdit.js b/src/filters/blockEdit.js index 4f886ce..bae7ab1 100644 --- a/src/filters/blockEdit.js +++ b/src/filters/blockEdit.js @@ -24,7 +24,7 @@ export const blockEdit = compose( {props.name === 'core/column' && } {props.name === 'core/button' && } - {props.name === 'wp-bootstrap-blocks' && } + {props.name === 'wp-bootstrap-blocks/button' && } )