Skip to content

Commit 5c2b464

Browse files
authored
Merge pull request #200 from wp-graphql/release/v2.3.0
2 parents 153761c + ce84c73 commit 5c2b464

22 files changed

+65181
-318
lines changed

.github/workflows/testing-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
wpgraphql_content_blocks: [ false ]
2525
acf_version: [ 5.12.4, 6.1.8 ]
2626
include:
27+
- php: '8.2'
28+
wordpress: '6.5'
29+
acf_pro: true
30+
wpgraphql_content_blocks: true
2731
- php: '8.2'
2832
wordpress: '6.4.0'
2933
acf_pro: true

CHANGELOG.md

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

3+
## 2.3.0
4+
5+
## Update Notice
6+
7+
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! 🙏
8+
9+
## New Features
10+
11+
- [#193](https://github.com/wp-graphql/wpgraphql-acf/pull/193): feat: improved handling of clone and group fields
12+
13+
## Chores / Bugfixes
14+
15+
- [#194](https://github.com/wp-graphql/wpgraphql-acf/pull/194): ci: test against WordPress 6.5
16+
317
## 2.2.0
418

519
## New Features

0 commit comments

Comments
 (0)