From 4f6e62acc93e5218eb2417ffabd90be6812c1db0 Mon Sep 17 00:00:00 2001 From: Shekhar Wagh Date: Fri, 21 Feb 2025 19:29:22 +0530 Subject: [PATCH] v0.9.0 (#382) --- remote-data-blocks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remote-data-blocks.php b/remote-data-blocks.php index d65e5794..f36ecf97 100644 --- a/remote-data-blocks.php +++ b/remote-data-blocks.php @@ -7,7 +7,7 @@ * Author: WPVIP * Author URI: https://wpvip.com * Text Domain: remote-data-blocks - * Version: 0.8.0 + * Version: 0.9.0 * Requires at least: 6.7 * Requires PHP: 8.1 */ @@ -18,7 +18,7 @@ define( 'REMOTE_DATA_BLOCKS__PLUGIN_ROOT', __FILE__ ); define( 'REMOTE_DATA_BLOCKS__PLUGIN_DIRECTORY', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); -define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '0.8.0' ); +define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '0.9.0' ); define( 'REMOTE_DATA_BLOCKS__REST_NAMESPACE', 'remote-data-blocks/v1' );