Skip to content

Commit 9be4b73

Browse files
authored
Merge pull request #232 from wp-graphql/release/v2.4.1
release: v2.4.1
2 parents 8e8ecc4 + 1504aa9 commit 9be4b73

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

CHANGELOG.md

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

3+
## 2.4.1
4+
5+
### Chores / Bugfixes
6+
7+
- chore: update "tested up to" and stable version tags.
8+
39
## 2.4.0
410

511
### New Features

readme.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== WPGraphQL for ACF ===
2-
Contributors: jasonbahl, wpgraphql
3-
Tags: GraphQL, ACF, API, NextJS, Faust, Headless, Decoupled, React, Vue, Svelte, JSON, REST
2+
Contributors: jasonbahl
3+
Tags: GraphQL, ACF, API, NextJS, Headless
44
Requires at least: 5.9
55
Tested up to: 6.5
66
Requires PHP: 7.3
7-
Stable Tag: 2.2.0
7+
Stable Tag: 2.4.1
88
License: GPL-3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -120,6 +120,12 @@ This release is a complete re-architecture of WPGraphQL for ACF, introducing bre
120120

121121
== Changelog ==
122122

123+
= 2.4.1 =
124+
125+
**Chores / Bugfixes**
126+
127+
- chore: update "tested up to" and stable version tags.
128+
123129
= 2.4.0 =
124130

125131
**New Features**

wpgraphql-acf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* Plugin Name: WPGraphQL for ACF
44
* Description: WPGraphQL for ACF seamlessly integrates Advanced Custom Fields with WPGraphQL.
5-
* Author: WPGraphQL, Jason Bahl
5+
* Author: WPGraphQL
66
* Author URI: https://www.wpgraphql.com
7-
* Version: 2.4.0
7+
* Version: 2.4.1
88
* Text Domain: wpgraphql-acf
99
* Requires PHP: 7.3
1010
* Requires at least: 5.9
@@ -32,7 +32,7 @@
3232
}
3333

3434
if ( ! defined( 'WPGRAPHQL_FOR_ACF_VERSION' ) ) {
35-
define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.4.0' );
35+
define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.4.1' );
3636
}
3737

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

0 commit comments

Comments
 (0)