diff --git a/CHANGELOG.md b/CHANGELOG.md index d779b3a..68efd17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to "Block Background" will be documented here +***v1.0.1*** + +Released on Released on 1th May + + - Make compatible with Gutenberg 2.7 ***v1.0.0*** diff --git a/block-background.php b/block-background.php index b14c4be..ed022e7 100644 --- a/block-background.php +++ b/block-background.php @@ -6,14 +6,14 @@ * Description: Extend gutenberg blocks with additional background options * Author: LUBUS * Author URI: https://lubus.in - * Version: 1.0 + * Version: 1.0.1 * Text Domain: blockbg * Domain Path: /languages * GitHub Plugin URI: https://github.com/lubusIN/block-background * Tags: gutenberg, block, background, image, gradient * Requires at least: 3.0.1 * Tested up to: 4.9.4 - * Stable tag: 1.0 + * Stable tag: 1.0.1 * License: GPLv3 or later * License URI: http://www.gnu.org/licenses/gpl-3.0.html * diff --git a/readme.txt b/readme.txt index e5f90f7..58ae2e1 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://www.lubus.in Tags: gutenberg, block, background, image, gradient Requires at least: 3.0.1 Tested up to: 4.9.4 -Stable tag: 1.0 +Stable tag: 1.0.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -46,6 +46,12 @@ If you have any suggestions/Feature request that you would like to see in the up == Changelog == +***v1.0.1*** + +Released on 1st May + + - Make compatible with Gutenberg 2.7 + ***v1.0*** Released on 5th April diff --git a/src/index.js b/src/index.js index 75899cc..77e72c5 100644 --- a/src/index.js +++ b/src/index.js @@ -41,7 +41,7 @@ const withInspectorControl = createHigherOrderComponent( ( BlockEdit ) => { return ( props ) => { return ( - + { props.isSelected && } );