From c20f294a01297cc288a2b0b5075dfa15107c3b78 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Fri, 20 Oct 2023 15:59:17 -0600 Subject: [PATCH] - update version, changelog for release --- CHANGELOG.md | 9 +++++++++ wp-graphql-acf.php | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd67f6da..a13c1a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.0.0-beta.5.1.0 + +### Chores / Bugfixes + +- [#102](https://github.com/wp-graphql/wpgraphql-acf/pull/102): fix: ACF Field Group Location Rules -> GraphQL Schema mapping bugs +- [#100](https://github.com/wp-graphql/wpgraphql-acf/pull/100): fix: bug with CPTUI Imports, post type/taxonomy graphql_single_name not being respected +- [#99](https://github.com/wp-graphql/wpgraphql-acf/pull/99): fix: Repeater, Group, File field not resolving properly when used as a field on ACF Blocks + + ## 2.0.0-beta.5.0.0 [read more](https://github.com/wp-graphql/wpgraphql-acf/releases/tag/v2.0.0-beta.5.0.0) diff --git a/wp-graphql-acf.php b/wp-graphql-acf.php index acc38004..8f5b2b3f 100644 --- a/wp-graphql-acf.php +++ b/wp-graphql-acf.php @@ -4,7 +4,7 @@ * Description: Re-imagining the WPGraphQL for ACF plugin * Author: WPGraphQL, Jason Bahl * Author URI: https://www.wpgraphql.com - * Version: 2.0.0-beta.5.0.1 + * Version: 2.0.0-beta.5.1.0 * Text Domain: wp-graphql-acf * Requires PHP: 7.3 * Requires at least: 5.9 @@ -29,7 +29,7 @@ } if ( ! defined( 'WPGRAPHQL_FOR_ACF_VERSION' ) ) { - define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.0.0-beta.5.0.0' ); + define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.0.0-beta.5.1.0' ); } if ( ! defined( 'WPGRAPHQL_FOR_ACF_VERSION_WPGRAPHQL_REQUIRED_MIN_VERSION' ) ) {