Skip to content

Commit 5e68d21

Browse files
authored
Merge pull request #5 from BeAPI/version/1.0.1
Release 1.0.1
2 parents da9130c + c61dc4e commit 5e68d21

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.plugin-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.1",
33
"slug": "multisite-shared-blocks"
44
}

multisite-shared-blocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Multisite Shared Blocks
44
* Plugin URI: https://github.com/BeAPI/multisite-shared-blocks
55
* Description: Share blocks between network's sites.
6-
* Version: 1.0.0
6+
* Version: 1.0.1
77
* Requires at least: 5.9
88
* Requires PHP: 7.2
99
* Author: Be API Technical team
@@ -31,7 +31,7 @@
3131
}
3232

3333
// Plugin constants
34-
define( 'MULTISITE_SHARED_BLOCKS_VERSION', '1.0.0' );
34+
define( 'MULTISITE_SHARED_BLOCKS_VERSION', '1.0.1' );
3535
define( 'MULTISITE_SHARED_BLOCKS_CACHE_VERSION', '1' );
3636
define( 'MULTISITE_SHARED_BLOCKS_VIEWS_FOLDER_NAME', 'multisite-shared-blocks' );
3737

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multisite-shared-blocks",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Share blocks between network's sites.",
55
"main": "build/index.js",
66
"scripts": {

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: beapi, momo360modena, rahe, asadowski10, petitphp
33
Tags: network, multisite, block, share, gutenberg
44
Requires at least: 5.9
55
Tested up to: 6.0
6-
Stable tag: 1.0.0
6+
Stable tag: 1.0.1
77
Requires PHP: 7.2
88
License: GPL v2 or later
99
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
2626

2727
== Changelog ==
2828

29+
= 1.0.1 - 2022-10-07 =
30+
* Add check for multisite installation
31+
* WP.org release
32+
2933
= 1.0.0 - 2022-09-02 =
3034
* Initial plugin release

0 commit comments

Comments
 (0)