We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9017a5 commit ad7eeedCopy full SHA for ad7eeed
remote-data-blocks.php
@@ -7,7 +7,7 @@
7
* Author: WPVIP
8
* Author URI: https://wpvip.com
9
* Text Domain: remote-data-blocks
10
- * Version: 0.2.1
+ * Version: 0.2.2
11
* Requires at least: 6.6
12
* Requires PHP: 8.1
13
*/
@@ -18,7 +18,7 @@
18
19
define( 'REMOTE_DATA_BLOCKS__PLUGIN_ROOT', __FILE__ );
20
define( 'REMOTE_DATA_BLOCKS__PLUGIN_DIRECTORY', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
21
-define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '0.2.1' );
+define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '0.2.2' );
22
23
define( 'REMOTE_DATA_BLOCKS__REST_NAMESPACE', 'remote-data-blocks/v1' );
24
0 commit comments