From 15422a01c483e11fbbdb0b71ab334259572e9ef2 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Mon, 22 Jul 2024 11:57:56 -0600 Subject: [PATCH 1/2] - update readme for release --- readme.txt | 2 +- wp-graphql-acf.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 0d966cd..7428f1c 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://wpgraphql.com/acf Tags: WPGraphQL, GraphQL, API, Advanced Custom Fields, ACF Requires at least: 5.0 Tested up to: 5.1.1 -Stable tag: 0.6.1 +Stable tag: 0.6.2 License: GPL-3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/wp-graphql-acf.php b/wp-graphql-acf.php index 520764a..f358e7c 100644 --- a/wp-graphql-acf.php +++ b/wp-graphql-acf.php @@ -7,7 +7,7 @@ * Author URI: https://www.wpgraphql.com * Text Domain: wp-graphql-acf * Domain Path: /languages - * Version: 0.6.1 + * Version: 0.6.2 * Requires PHP: 7.0 * GitHub Plugin URI: https://github.com/wp-graphql/wp-graphql-acf * @@ -26,7 +26,7 @@ * Define constants */ const WPGRAPHQL_REQUIRED_MIN_VERSION = '0.4.0'; -const WPGRAPHQL_ACF_VERSION = '0.6.1'; +const WPGRAPHQL_ACF_VERSION = '0.6.2'; /** * Initialize the plugin From a23da2536bcd93f8cea5293fdc97d8279d551928 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Mon, 22 Jul 2024 11:59:41 -0600 Subject: [PATCH 2/2] - add upgrade notice calling out the final release of the plugin --- readme.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.txt b/readme.txt index 7428f1c..ec87d7f 100644 --- a/readme.txt +++ b/readme.txt @@ -21,6 +21,11 @@ SEE: https://github.com/wp-graphql/wp-graphql-acf/releases == Upgrade Notice == += 0.6.2 = + +NOTE: This is the final release of this plugin. Please migrate to the [new WPGraphQL for ACF](https://github.com/wp-graphql/wpgraphql-acf) at your earliest convenience. + + = 0.1.1 = ACF Field groups were not properly being added to the GraphQL Schema for Custom Post Types. This addresses that issue, so now Field groups that are set to "show_in_graphql" and are assigned to a