Skip to content

Commit 96cbd82

Browse files
authored
v1.1.0 (#637)
1 parent 2e2102b commit 96cbd82

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Remote Data Blocks ===
22
Contributors: chriszarate, maxschmeling, mhsdef and others.
33
Tested up to: 6.8
4-
Stable tag: 1.0.5
4+
Stable tag: 1.1.0
55
License: GPLv2 or later
66
License URI: http://www.gnu.org/licenses/gpl-2.0.html
77

remote-data-blocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author: Automattic
88
* Author URI: https://automattic.com
99
* Text Domain: remote-data-blocks
10-
* Version: 1.0.5
10+
* Version: 1.1.0
1111
* Requires at least: 6.7
1212
* Requires PHP: 8.1
1313
* License: GPLv2 or later
@@ -26,7 +26,7 @@
2626
define( 'REMOTE_DATA_BLOCKS__LOADED', true );
2727
define( 'REMOTE_DATA_BLOCKS__PLUGIN_ROOT', __FILE__ );
2828
define( 'REMOTE_DATA_BLOCKS__PLUGIN_DIRECTORY', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
29-
define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '1.0.5' );
29+
define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '1.1.0' );
3030

3131
define( 'REMOTE_DATA_BLOCKS__REST_NAMESPACE', 'remote-data-blocks/v1' );
3232

0 commit comments

Comments
 (0)