We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35df436 commit 1dea106Copy full SHA for 1dea106
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.13.0
+ * Version: 0.14.0
11
* Requires at least: 6.7
12
* Requires PHP: 8.1
13
*/
@@ -24,7 +24,7 @@
24
define( 'REMOTE_DATA_BLOCKS__LOADED', true );
25
define( 'REMOTE_DATA_BLOCKS__PLUGIN_ROOT', __FILE__ );
26
define( 'REMOTE_DATA_BLOCKS__PLUGIN_DIRECTORY', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
27
-define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '0.13.0' );
+define( 'REMOTE_DATA_BLOCKS__PLUGIN_VERSION', '0.14.0' );
28
29
define( 'REMOTE_DATA_BLOCKS__REST_NAMESPACE', 'remote-data-blocks/v1' );
30
0 commit comments