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.1",
"version": "1.1.0",
"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.1
* Version: 1.1.0
* 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.1' );
define( 'MULTISITE_SHARED_BLOCKS_VERSION', '1.1.0' );
define( 'MULTISITE_SHARED_BLOCKS_CACHE_VERSION', '1' );
define( 'MULTISITE_SHARED_BLOCKS_VIEWS_FOLDER_NAME', 'multisite-shared-blocks' );

Expand Down
Loading