Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 1313110

Browse files
authored
Merge pull request #390 from wp-graphql/release/v0.6.2
release: v0.6.2
2 parents a76b8ac + a23da25 commit 1313110

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://wpgraphql.com/acf
44
Tags: WPGraphQL, GraphQL, API, Advanced Custom Fields, ACF
55
Requires at least: 5.0
66
Tested up to: 5.1.1
7-
Stable tag: 0.6.1
7+
Stable tag: 0.6.2
88
License: GPL-3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -21,6 +21,11 @@ SEE: https://github.com/wp-graphql/wp-graphql-acf/releases
2121

2222
== Upgrade Notice ==
2323

24+
= 0.6.2 =
25+
26+
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.
27+
28+
2429
= 0.1.1 =
2530
ACF Field groups were not properly being added to the GraphQL Schema for Custom Post Types. This
2631
addresses that issue, so now Field groups that are set to "show_in_graphql" and are assigned to a

wp-graphql-acf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://www.wpgraphql.com
88
* Text Domain: wp-graphql-acf
99
* Domain Path: /languages
10-
* Version: 0.6.1
10+
* Version: 0.6.2
1111
* Requires PHP: 7.0
1212
* GitHub Plugin URI: https://github.com/wp-graphql/wp-graphql-acf
1313
*
@@ -26,7 +26,7 @@
2626
* Define constants
2727
*/
2828
const WPGRAPHQL_REQUIRED_MIN_VERSION = '0.4.0';
29-
const WPGRAPHQL_ACF_VERSION = '0.6.1';
29+
const WPGRAPHQL_ACF_VERSION = '0.6.2';
3030

3131
/**
3232
* Initialize the plugin

0 commit comments

Comments
 (0)