Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .plugin-data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.0",
"version": "1.0.1",
"slug": "multisite-shared-blocks"
}
4 changes: 2 additions & 2 deletions multisite-shared-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' );

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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