Skip to content

Commit 948d4e3

Browse files
committed
Auto-merge master back to develop
2 parents 271b5ee + e8b265b commit 948d4e3

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG.md

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

3+
## 1.29.3
4+
5+
### Chores / Bugfixes
6+
7+
- [#3245](https://github.com/wp-graphql/wp-graphql/pull/3245): fix: update appsero/client to v2.0.4 to prevent conflicts with WP6.7
8+
- [#3243](https://github.com/wp-graphql/wp-graphql/pull/3243): chore: fix Composer autoloader for WPGraphQL.php
9+
- [#3242](https://github.com/wp-graphql/wp-graphql/pull/3242): chore: update Composer dev deps
10+
- [#3235](https://github.com/wp-graphql/wp-graphql/pull/3235): chore: general updates to README.md and readme.txt
11+
- [#3234](https://github.com/wp-graphql/wp-graphql/pull/3234): chore: update quick-start.md to provide more clarity around using wpackagist
12+
313
## 1.29.2
414

15+
### Chores / Bugfixes
16+
517
- fix: move assets/blueprint.json under .wordpress-org directory
618

719
## 1.29.1

constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function graphql_setup_constants() {
1818

1919
// Plugin version.
2020
if ( ! defined( 'WPGRAPHQL_VERSION' ) ) {
21-
define( 'WPGRAPHQL_VERSION', '1.29.2' );
21+
define( 'WPGRAPHQL_VERSION', '1.29.3' );
2222
}
2323

2424
// Plugin Folder Path.

readme.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: GraphQL, Headless, REST API, Decoupled, React
44
Requires at least: 5.0
55
Tested up to: 6.6
66
Requires PHP: 7.1
7-
Stable tag: 1.29.2
7+
Stable tag: 1.30.0
88
License: GPL-3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -263,8 +263,21 @@ Composer dependencies are no longer versioned in Github. Recommended install sou
263263

264264
== Changelog ==
265265

266+
= 1.29.3 =
267+
268+
**Chores / Bugfixes**
269+
270+
- [#3245](https://github.com/wp-graphql/wp-graphql/pull/3245): fix: update appsero/client to v2.0.4 to prevent conflicts with WP6.7
271+
- [#3243](https://github.com/wp-graphql/wp-graphql/pull/3243): chore: fix Composer autoloader for WPGraphQL.php
272+
- [#3242](https://github.com/wp-graphql/wp-graphql/pull/3242): chore: update Composer dev deps
273+
- [#3235](https://github.com/wp-graphql/wp-graphql/pull/3235): chore: general updates to README.md and readme.txt
274+
- [#3234](https://github.com/wp-graphql/wp-graphql/pull/3234): chore: update quick-start.md to provide more clarity around using wpackagist
275+
276+
266277
= 1.29.2 =
267278

279+
**Chores / Bugfixes**
280+
268281
- fix: move assets/blueprint.json under .wordpress-org directory
269282

270283
= 1.29.1 =

wp-graphql.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Description: GraphQL API for WordPress
77
* Author: WPGraphQL
88
* Author URI: http://www.wpgraphql.com
9-
* Version: 1.29.2
9+
* Version: 1.29.3
1010
* Text Domain: wp-graphql
1111
* Domain Path: /languages/
1212
* Requires at least: 5.9
@@ -18,7 +18,7 @@
1818
* @package WPGraphQL
1919
* @category Core
2020
* @author WPGraphQL
21-
* @version 1.29.2
21+
* @version 1.29.3
2222
*/
2323

2424
// Exit if accessed directly.

0 commit comments

Comments
 (0)