diff --git a/.plugin-data b/.plugin-data index 8d7b4ce..8f2a0a8 100644 --- a/.plugin-data +++ b/.plugin-data @@ -1,4 +1,4 @@ { - "version": "1.0.0", + "version": "1.0.1", "slug": "multisite-shared-blocks" } \ No newline at end of file diff --git a/multisite-shared-blocks.php b/multisite-shared-blocks.php index 5480036..3baf657 100644 --- a/multisite-shared-blocks.php +++ b/multisite-shared-blocks.php @@ -3,7 +3,7 @@ * Plugin Name: Multisite Shared Blocks * Plugin URI: https://github.com/BeAPI/multisite-shared-blocks * Description: Share blocks between network's sites. - * Version: 1.0.0 + * Version: 1.0.1 * Requires at least: 5.9 * Requires PHP: 7.2 * Author: Be API Technical team @@ -31,7 +31,7 @@ } // Plugin constants -define( 'MULTISITE_SHARED_BLOCKS_VERSION', '1.0.0' ); +define( 'MULTISITE_SHARED_BLOCKS_VERSION', '1.0.1' ); define( 'MULTISITE_SHARED_BLOCKS_CACHE_VERSION', '1' ); define( 'MULTISITE_SHARED_BLOCKS_VIEWS_FOLDER_NAME', 'multisite-shared-blocks' ); diff --git a/package.json b/package.json index fea7d43..1edac0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multisite-shared-blocks", - "version": "1.0.0", + "version": "1.0.1", "description": "Share blocks between network's sites.", "main": "build/index.js", "scripts": { diff --git a/readme.txt b/readme.txt index 46f076a..be35451 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: beapi, momo360modena, rahe, asadowski10, petitphp Tags: network, multisite, block, share, gutenberg Requires at least: 5.9 Tested up to: 6.0 -Stable tag: 1.0.0 +Stable tag: 1.0.1 Requires PHP: 7.2 License: GPL v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -26,5 +26,9 @@ This plugin allow contributors to share blocks from posts on the network. Other == Changelog == += 1.0.1 - 2022-10-07 = +* Add check for multisite installation +* WP.org release + = 1.0.0 - 2022-09-02 = * Initial plugin release