File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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".
Original file line number Diff line number Diff line change 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
2929}
3030
3131if ( ! 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
3535if ( ! defined ( 'WPGRAPHQL_FOR_ACF_VERSION_WPGRAPHQL_REQUIRED_MIN_VERSION ' ) ) {
You can’t perform that action at this time.
0 commit comments