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 62cdd19 commit 9bbecc1Copy full SHA for 9bbecc1
nextjs-wordpress-plugin.php
@@ -3,7 +3,7 @@
3
* Plugin Name: Next.js WordPress Plugin
4
* Plugin URI: https://github.com/gregrickaby/nextjs-wordpress-plugin
5
* Description: A plugin to help turn WordPress into a headless CMS.
6
- * Version: 1.0.2
+ * Version: 1.0.3
7
* Author: Greg Rickaby <greg@gregrickaby.com>
8
* Author URI: https://gregrickaby.com
9
* License: MIT
@@ -21,7 +21,7 @@
21
// Define constants.
22
define( 'NEXTJS_WORDPRESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
23
define( 'NEXTJS_WORDPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
24
-define( 'NEXTJS_WORDPRESS_VERSION', '1.0.2' );
+define( 'NEXTJS_WORDPRESS_VERSION', '1.0.3' );
25
26
// Require files.
27
require_once 'inc/blocks.php';
0 commit comments