Skip to content

Commit

Permalink
- update changelog, versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Nov 10, 2022
1 parent c37583a commit 5826cb8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.12.2

### Chores / Bugfixes

- ([#2605](https://github.com/wp-graphql/wp-graphql/pull/2605)): chore: bump tested version of WordPress to 6.1. Thanks @justlevine!
- ([#2606](https://github.com/wp-graphql/wp-graphql/pull/2606)): fix: update resolver in post->author connection to be more strict about the value of the author ID
- ([#2609](https://github.com/wp-graphql/wp-graphql/pull/2609)): chore(deps): bump loader-utils from 2.0.2 to 2.0.3

## 1.12.1

### New Features
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: GraphQL, API, Gatsby, Headless, Decoupled, React, Nextjs, Vue, Apollo, RES
Requires at least: 5.0
Tested up to: 5.9.1
Requires PHP: 7.1
Stable tag: 1.12.1
Stable tag: 1.12.2
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.12.2 =

**Chores / Bugfixes**

- ([#2605](https://github.com/wp-graphql/wp-graphql/pull/2605)): chore: bump tested version of WordPress to 6.1. Thanks @justlevine!
- ([#2606](https://github.com/wp-graphql/wp-graphql/pull/2606)): fix: update resolver in post->author connection to be more strict about the value of the author ID
- ([#2609](https://github.com/wp-graphql/wp-graphql/pull/2609)): chore(deps): bump loader-utils from 2.0.2 to 2.0.3


= 1.12.1 =

**New Features**
Expand Down
2 changes: 1 addition & 1 deletion src/WPGraphQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private function setup_constants() {

// Plugin version.
if ( ! defined( 'WPGRAPHQL_VERSION' ) ) {
define( 'WPGRAPHQL_VERSION', '1.12.1' );
define( 'WPGRAPHQL_VERSION', '1.12.2' );
}

// Plugin Folder Path.
Expand Down
4 changes: 2 additions & 2 deletions wp-graphql.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: GraphQL API for WordPress
* Author: WPGraphQL
* Author URI: http://www.wpgraphql.com
* Version: 1.12.1
* Version: 1.12.2
* Text Domain: wp-graphql
* Domain Path: /languages/
* Requires at least: 5.0
Expand All @@ -18,7 +18,7 @@
* @package WPGraphQL
* @category Core
* @author WPGraphQL
* @version 1.12.1
* @version 1.12.2
*/

// Exit if accessed directly.
Expand Down

0 comments on commit 5826cb8

Please sign in to comment.