From e11fef5502358a4530c9111881bc951ce4023dec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 20:53:10 +0000 Subject: [PATCH] v1.7.0 --- readme.txt | 2 +- remote-data-blocks.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 468a2995..df453f6d 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Remote Data Blocks === Contributors: czarate, maxschmeling, hew Tested up to: 6.9 -Stable tag: 1.6.0 +Stable tag: 1.7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/remote-data-blocks.php b/remote-data-blocks.php index 6f5b983a..eb69dfde 100644 --- a/remote-data-blocks.php +++ b/remote-data-blocks.php @@ -7,7 +7,7 @@ * Author: Automattic * Author URI: https://automattic.com * Text Domain: remote-data-blocks - * Version: 1.6.0 + * Version: 1.7.0 * Requires at least: 6.7 * Requires PHP: 8.1 * License: GPLv2 or later @@ -28,7 +28,7 @@ define( 'REMOTE_DATA_BLOCKS__LOADED', true ); define( 'REMOTE_DATA_BLOCKS__PLUGIN_ROOT', __FILE__ ); define( 'REMOTE_DATA_BLOCKS__PLUGIN_DIRECTORY', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); -define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '1.6.0' ); +define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '1.7.0' ); define( 'REMOTE_DATA_BLOCKS__REST_NAMESPACE', 'remote-data-blocks/v1' );