Skip to content

Commit a5f20ea

Browse files
committed
- update versions, changelog
1 parent 122d9ed commit a5f20ea

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.1.1
4+
5+
### Chores / Bugfixes
6+
7+
- [#167](https://github.com/wp-graphql/wpgraphql-acf/pull/167): fix: pagination on connection fields
8+
- [#166](https://github.com/wp-graphql/wpgraphql-acf/pull/166): fix: errors when querying fields of the `acfe_date_range_picker` field type
9+
- [#165](https://github.com/wp-graphql/wpgraphql-acf/pull/165): fix: user field returning all publicly queryable users
10+
311
## 2.1.0
412

513
## Upgrade Notice

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: GraphQL, ACF, API, NextJS, Faust, Headless, Decoupled, React, Vue, Svelte,
44
Requires at least: 6.0
55
Tested up to: 6.4
66
Requires PHP: 7.4
7-
Stable Tag: 2.1.0
7+
Stable Tag: 2.1.1
88
License: GPL-3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -116,6 +116,14 @@ This release is a complete re-architecture of WPGraphQL for ACF, introducing bre
116116

117117
== Changelog ==
118118

119+
= 2.1.1 =
120+
121+
**Chores / Bugfixes**
122+
123+
- [#167](https://github.com/wp-graphql/wpgraphql-acf/pull/167): fix: pagination on connection fields
124+
- [#166](https://github.com/wp-graphql/wpgraphql-acf/pull/166): fix: errors when querying fields of the `acfe_date_range_picker` field type
125+
- [#165](https://github.com/wp-graphql/wpgraphql-acf/pull/165): fix: user field returning all publicly queryable users
126+
119127
= 2.1.0 =
120128

121129
**New Features**

wpgraphql-acf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: WPGraphQL for ACF seamlessly integrates Advanced Custom Fields with WPGraphQL.
55
* Author: WPGraphQL, Jason Bahl
66
* Author URI: https://www.wpgraphql.com
7-
* Version: 2.1.0
7+
* Version: 2.1.1
88
* Text Domain: wpgraphql-acf
99
* Requires PHP: 7.3
1010
* Requires at least: 5.9
@@ -31,7 +31,7 @@
3131
}
3232

3333
if ( ! defined( 'WPGRAPHQL_FOR_ACF_VERSION' ) ) {
34-
define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.1.0' );
34+
define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.1.1' );
3535
}
3636

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

0 commit comments

Comments
 (0)