Skip to content

Commit 8e8ecc4

Browse files
authored
Merge pull request #229 from wp-graphql/release/v2.4.0
release: v2.4.0
2 parents 8e525aa + c4ad8fc commit 8e8ecc4

File tree

8 files changed

+143
-91
lines changed

8 files changed

+143
-91
lines changed

.github/workflows/testing-integration.yml

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,37 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
php: [ '8.1', '8.0' ]
22-
wordpress: [ '6.2', '6.1' ]
23-
acf_pro: [ true, false ]
24-
wpgraphql_content_blocks: [ false ]
25-
acf_version: [ 5.12.4, 6.1.8 ]
2621
include:
2722
- php: '8.2'
2823
wordpress: '6.5'
2924
acf_pro: true
3025
wpgraphql_content_blocks: true
31-
- php: '8.2'
32-
wordpress: '6.4.0'
26+
coverage: 1
27+
- php: '8.1'
28+
wordpress: '6.5'
3329
acf_pro: true
3430
wpgraphql_content_blocks: true
35-
coverage: 1
31+
- php: '8.0'
32+
wordpress: '6.4'
33+
acf_pro: true
34+
wpgraphql_content_blocks: true
35+
- php: '8.2'
36+
wordpress: '6.5'
37+
acf_pro: false
38+
wpgraphql_content_blocks: false
3639
- php: '8.1'
37-
wordpress: '5.9'
40+
wordpress: '6.5'
41+
acf_pro: false
42+
wpgraphql_content_blocks: false
43+
- php: '8.0'
44+
wordpress: '6.4'
45+
acf_pro: false
46+
wpgraphql_content_blocks: false
3847
- php: '7.4'
3948
wordpress: '6.1'
40-
- php: '7.3'
41-
wordpress: '5.9'
49+
acf_pro: true
50+
wpgraphql_content_blocks: true
51+
acf_version: '6.1.8'
4252
fail-fast: false
4353
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}}
4454
steps:

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
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+
- [#231](https://github.com/wp-graphql/wpgraphql-acf/pull/231): fix: block type tests failing
15+
316
## 2.3.0
417

518
## Update Notice
619

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

9-
## New Features
22+
### New Features
1023

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

13-
## Chores / Bugfixes
26+
### Chores / Bugfixes
1427

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

1730
## 2.2.0
1831

19-
## New Features
32+
### New Features
2033

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

0 commit comments

Comments
 (0)