Skip to content

Commit ca994ef

Browse files
committed
Merge branch 'release/v2.0.0-beta.2'
2 parents 2bdfbf1 + 5f3876b commit ca994ef

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 2.0.0-beta.2
4+
5+
- [#31](https://github.com/wp-graphql/wpgraphql-acf/pull/31) fix: Prevent fatal error when editing ACF Field Groups
6+
7+
## 2.0.0-beta-1
8+
9+
- Initial public release. "Quiet Beta".

wpgraphql-acf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Re-imagining the WPGraphQL for ACF plugin
55
* Author: WPGraphQL, Jason Bahl
66
* Author URI: https://www.wpgraphql.com
7-
* Version: 2.0.0-beta.1
7+
* Version: 2.0.0-beta.2
88
* Text Domain: wpgraphql-acf
99
* Requires PHP: 7.3
1010
* Requires at least: 5.9
@@ -29,7 +29,7 @@
2929
}
3030

3131
if ( ! defined( 'WPGRAPHQL_FOR_ACF_VERSION' ) ) {
32-
define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.0.0-beta.1' );
32+
define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.0.0-beta.2' );
3333
}
3434

3535
if ( ! defined( 'WPGRAPHQL_FOR_ACF_VERSION_WPGRAPHQL_REQUIRED_MIN_VERSION' ) ) {

0 commit comments

Comments
 (0)