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 1ba5b9a commit b2e8b7aCopy full SHA for b2e8b7a
wp-graphql-acf.php
@@ -4,7 +4,7 @@
4
* Description: Re-imagining the WPGraphQL for ACF plugin
5
* Author: WPGraphQL, Jason Bahl
6
* Author URI: https://www.wpgraphql.com
7
- * Version: 2.0.0-beta.6.0.0
+ * Version: 2.0.0-beta.7.0.0
8
* Text Domain: wp-graphql-acf
9
* Requires PHP: 7.3
10
* Requires at least: 5.9
@@ -29,7 +29,7 @@
29
}
30
31
if ( ! defined( 'WPGRAPHQL_FOR_ACF_VERSION' ) ) {
32
- define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.0.0-beta.6.0.0' );
+ define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.0.0-beta.7.0.0' );
33
34
35
if ( ! defined( 'WPGRAPHQL_FOR_ACF_VERSION_WPGRAPHQL_REQUIRED_MIN_VERSION' ) ) {
0 commit comments