Skip to content

Commit 2a7fd8c

Browse files
committed
release 1.1.0
1 parent 758e311 commit 2a7fd8c

File tree

6 files changed

+126
-121
lines changed

6 files changed

+126
-121
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.1",
2+
"version": "1.1.0",
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.1
6+
* Version: 1.1.0
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.1' );
34+
define( 'MULTISITE_SHARED_BLOCKS_VERSION', '1.1.0' );
3535
define( 'MULTISITE_SHARED_BLOCKS_CACHE_VERSION', '1' );
3636
define( 'MULTISITE_SHARED_BLOCKS_VIEWS_FOLDER_NAME', 'multisite-shared-blocks' );
3737

0 commit comments

Comments
 (0)