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 a3069cd commit 39f2fa1Copy full SHA for 39f2fa1
wp-graphql-acf.php
@@ -7,7 +7,7 @@
7
* Author URI: https://www.wpgraphql.com
8
* Text Domain: wp-graphql-acf
9
* Domain Path: /languages
10
- * Version: 0.6.1
+ * Version: 0.6.2
11
* Requires PHP: 7.0
12
* GitHub Plugin URI: https://github.com/wp-graphql/wp-graphql-acf
13
*
@@ -26,7 +26,7 @@
26
* Define constants
27
*/
28
const WPGRAPHQL_REQUIRED_MIN_VERSION = '0.4.0';
29
-const WPGRAPHQL_ACF_VERSION = '0.6.1';
+const WPGRAPHQL_ACF_VERSION = '0.6.2';
30
31
/**
32
* Initialize the plugin
0 commit comments