Skip to content

Commit

Permalink
Auto-merge master back to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 9, 2023
2 parents 3d3d3c2 + 20efbec commit b3b83e7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docker-image.yml
Expand Up @@ -20,6 +20,8 @@ jobs:
wordpress: '6.1'
- php: '8.2'
wordpress: '6.2'
- php: '8.2'
wordpress: '6.4.0'
- php: '8.2'
wordpress: '6.3'
- php: '8.1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-integration.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
wordpress: '6.2'
multisite: true
- php: '8.2'
wordpress: '6.4'
wordpress: '6.4.0'
coverage: 1
- php: '8.1'
wordpress: '6.0'
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 1.18.2

### Chores / Bugfixes

- ci: update tests to run against WordPress 6.4.1. Update Docker Deploy to include WP 6.4.1. Update README, plugin file's "tested up to" to reflect.


## 1.18.1

### Chores / Bugfixes
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Expand Up @@ -2,9 +2,9 @@
Contributors: jasonbahl, tylerbarnes1, ryankanner, hughdevore, chopinbach, kidunot89
Tags: GraphQL, JSON, API, Gatsby, Faust, Headless, Decoupled, Svelte, React, Nextjs, Vue, Apollo, REST, JSON, HTTP, Remote, Query Language
Requires at least: 5.0
Tested up to: 6.4
Tested up to: 6.4.1
Requires PHP: 7.1
Stable tag: 1.18.1
Stable tag: 1.18.2
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -252,6 +252,12 @@ Composer dependencies are no longer versioned in Github. Recommended install sou

== Changelog ==

= 1.18.2 =

**Chores / Bugfixes**

- ci: update tests to run against WordPress 6.4.1. Update Docker Deploy to include WP 6.4.1. Update README, plugin file's "tested up to" to reflect.

= 1.18.1 =

**Chores / Bugfixes**
Expand Down
6 changes: 3 additions & 3 deletions wp-graphql.php
Expand Up @@ -6,19 +6,19 @@
* Description: GraphQL API for WordPress
* Author: WPGraphQL
* Author URI: http://www.wpgraphql.com
* Version: 1.18.1
* Version: 1.18.2
* Text Domain: wp-graphql
* Domain Path: /languages/
* Requires at least: 5.0
* Tested up to: 6.4
* Tested up to: 6.4.1
* Requires PHP: 7.1
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*
* @package WPGraphQL
* @category Core
* @author WPGraphQL
* @version 1.18.1
* @version 1.18.2
*/

// Exit if accessed directly.
Expand Down

0 comments on commit b3b83e7

Please sign in to comment.