Skip to content

Commit

Permalink
Merge pull request #229 from wp-graphql/release/v2.4.0
Browse files Browse the repository at this point in the history
release: v2.4.0
  • Loading branch information
jasonbahl authored Jul 25, 2024
2 parents 8e525aa + c4ad8fc commit 8e8ecc4
Show file tree
Hide file tree
Showing 8 changed files with 143 additions and 91 deletions.
32 changes: 21 additions & 11 deletions .github/workflows/testing-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,37 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.0' ]
wordpress: [ '6.2', '6.1' ]
acf_pro: [ true, false ]
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'
coverage: 1
- php: '8.1'
wordpress: '6.5'
acf_pro: true
wpgraphql_content_blocks: true
coverage: 1
- php: '8.0'
wordpress: '6.4'
acf_pro: true
wpgraphql_content_blocks: true
- php: '8.2'
wordpress: '6.5'
acf_pro: false
wpgraphql_content_blocks: false
- php: '8.1'
wordpress: '5.9'
wordpress: '6.5'
acf_pro: false
wpgraphql_content_blocks: false
- php: '8.0'
wordpress: '6.4'
acf_pro: false
wpgraphql_content_blocks: false
- php: '7.4'
wordpress: '6.1'
- php: '7.3'
wordpress: '5.9'
acf_pro: true
wpgraphql_content_blocks: true
acf_version: '6.1.8'
fail-fast: false
name: WordPress ${{ matrix.wordpress }}, PHP ${{ matrix.php }}, ACF ${{matrix.acf_version}}, ACF & ACF EXTENDED PRO ${{matrix.acf_pro}}, WPGRAPHQL Content Blocks ${{matrix.wpgraphql_content_blocks}}
steps:
Expand Down
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,35 @@
# Changelog

## 2.4.0

### New Features

- [#211](https://github.com/wp-graphql/wpgraphql-acf/pull/211): feat: add wp-graphql as required plugin dependency. Thanks @stefanmomm!

### Chores / Bugfixes

- [#224](https://github.com/wp-graphql/wpgraphql-acf/pull/224): chore: update issue templates config.yml to link to Discord instead of Slack
- [#223](https://github.com/wp-graphql/wpgraphql-acf/pull/223): chore: update branding assets
- [#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
- [#231](https://github.com/wp-graphql/wpgraphql-acf/pull/231): fix: block type tests failing

## 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
### New Features

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

## Chores / Bugfixes
### Chores / Bugfixes

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

## 2.2.0

## New Features
### New Features

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

Expand Down
Loading

0 comments on commit 8e8ecc4

Please sign in to comment.