Skip to content

Commit d27f1a2

Browse files
committed
Merge commit '4e38b10925d1717ecfd0be6d20698ff5f2834d74' into develop
1 parent 5c2b464 commit d27f1a2

File tree

3 files changed

+33
-5
lines changed

3 files changed

+33
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,34 @@
11
# Changelog
22

3+
## 2.4.0
4+
5+
### New Features
6+
7+
- [#211](https://github.com/wp-graphql/wpgraphql-acf/pull/211): feat: add wp-graphql as required plugin dependency. Thanks @stefanmomm!
8+
9+
### Chores / Bugfixes
10+
11+
- [#224](https://github.com/wp-graphql/wpgraphql-acf/pull/224): chore: update issue templates config.yml to link to Discord instead of Slack
12+
- [#223](https://github.com/wp-graphql/wpgraphql-acf/pull/223): chore: update branding assets
13+
- [#214](https://github.com/wp-graphql/wpgraphql-acf/pull/214): chore: bump composer/composer from 2.7.4 to 2.7.7 in the composer group across 1 directory
14+
315
## 2.3.0
416

517
## Update Notice
618

719
This release refactored some internals regarding how Clone fields and Group fields behave. There was no intentional breaking changes to the Schema, but if you are using Clone and Group fields there is a chance that if you were benefiting from a "bug as a feature" there might be some changes that could impact your Schema and/or resolvers, we recommend testing this update on a staging site to ensure things are still working for you as expected. Should you run into any problems, please [open a new issue](https://github.com/wp-graphql/wpgraphql-acf/issues/new/choose) and provide as much detail as possible to help us reproduce the scenario. Thanks! 🙏
820

9-
## New Features
21+
### New Features
1022

1123
- [#193](https://github.com/wp-graphql/wpgraphql-acf/pull/193): feat: improved handling of clone and group fields
1224

13-
## Chores / Bugfixes
25+
### Chores / Bugfixes
1426

1527
- [#194](https://github.com/wp-graphql/wpgraphql-acf/pull/194): ci: test against WordPress 6.5
1628

1729
## 2.2.0
1830

19-
## New Features
31+
### New Features
2032

2133
- [#181](https://github.com/wp-graphql/wpgraphql-acf/pull/181): feat: update docs Date fields to link to the RFC3339 spec
2234

readme.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,28 @@ This release is a complete re-architecture of WPGraphQL for ACF, introducing bre
120120

121121
== Changelog ==
122122

123+
= 2.4.0 =
124+
125+
**New Features**
126+
127+
- [#211](https://github.com/wp-graphql/wpgraphql-acf/pull/211): feat: add wp-graphql as required plugin dependency. Thanks @stefanmomm!
128+
129+
**Chores / Bugfixes**
130+
131+
- [#224](https://github.com/wp-graphql/wpgraphql-acf/pull/224): chore: update issue templates config.yml to link to Discord instead of Slack
132+
- [#223](https://github.com/wp-graphql/wpgraphql-acf/pull/223): chore: update branding assets
133+
- [#214](https://github.com/wp-graphql/wpgraphql-acf/pull/214): chore: bump composer/composer from 2.7.4 to 2.7.7 in the composer group across 1 directory
134+
123135
= 2.3.0 =
124136

125137
**New Features**
126138

139+
- [#193](https://github.com/wp-graphql/wpgraphql-acf/pull/193): feat: improved handling of clone and group fields
140+
127141
**Chores / Bugfixes**
128142

143+
- [#194](https://github.com/wp-graphql/wpgraphql-acf/pull/194): ci: test against WordPress 6.5
144+
129145
= 2.2.0 =
130146

131147
**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.3.0
7+
* Version: 2.4.0
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.3.0' );
34+
define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.4.0' );
3535
}
3636

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

0 commit comments

Comments
 (0)