Skip to content

Commit

Permalink
Merge pull request #200 from wp-graphql/release/v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl authored Apr 24, 2024
2 parents 153761c + ce84c73 commit 5c2b464
Show file tree
Hide file tree
Showing 22 changed files with 65,181 additions and 318 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
wpgraphql_content_blocks: [ false ]
acf_version: [ 5.12.4, 6.1.8 ]
include:
- php: '8.2'
wordpress: '6.5'
acf_pro: true
wpgraphql_content_blocks: true
- php: '8.2'
wordpress: '6.4.0'
acf_pro: true
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.3.0

## Update Notice

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! 🙏

## New Features

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

## Chores / Bugfixes

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

## 2.2.0

## New Features
Expand Down
Loading

0 comments on commit 5c2b464

Please sign in to comment.