Skip to content

Commit 52dbb34

Browse files
authored
v1.5.0 (#703)
1 parent ed1fb07 commit 52dbb34

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: czarate, maxschmeling, hew
33
Tested up to: 6.9
4-
Stable tag: 1.4.3
4+
Stable tag: 1.5.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.4.3
10+
* Version: 1.5.0
1111
* Requires at least: 6.7
1212
* Requires PHP: 8.1
1313
* License: GPLv2 or later
@@ -28,7 +28,7 @@
2828
define( 'REMOTE_DATA_BLOCKS__LOADED', true );
2929
define( 'REMOTE_DATA_BLOCKS__PLUGIN_ROOT', __FILE__ );
3030
define( 'REMOTE_DATA_BLOCKS__PLUGIN_DIRECTORY', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
31-
define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '1.4.3' );
31+
define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '1.5.0' );
3232

3333
define( 'REMOTE_DATA_BLOCKS__REST_NAMESPACE', 'remote-data-blocks/v1' );
3434

0 commit comments

Comments
 (0)