From d832372540c0823ad50c7679b6ab2b9b0071e385 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Thu, 3 Aug 2023 14:20:11 -0600 Subject: [PATCH] - update versions, changelog for release --- readme.txt | 15 ++++++++++++++- wp-graphql-smart-cache.php | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index dffcb79d..1d33623b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: WPGraphQL, Cache, API, Invalidation, Persisted Queries, GraphQL, Performan Requires at least: 5.6 Tested up to: 6.1 Requires PHP: 7.4 -Stable tag: 1.1.3 +Stable tag: 1.1.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -73,6 +73,19 @@ In order to use v0.2.0+ of WPGraphQL Smart Cache, you will need WPGraphQL v1.12. == Changelog == += 1.1.4 = + +**Chores / Bugfixes** + +- [#237](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/237) fix: when creating a new query, do not show "something is wrong with form data" error +- [#242](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/242) ci: increase phpstan to level 7 +- [#241](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/241) ci: increase phpstan to level 5,6 +- [#240](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/240) ci: increase phpstan to level 3,4 +- [#239](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/239) ci: increase phpstan to level 2 +- [#236](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/236) ci: add phpstan workflow to check code quality +- [#234](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/234) fix: do not cache mutations to object cache results +- [#235](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/235) ci: tests failing after wpgraphql v1.14.5 release + = 1.1.3 = **Chores / Bugfixes** diff --git a/wp-graphql-smart-cache.php b/wp-graphql-smart-cache.php index 6041b1c7..d175bf7f 100644 --- a/wp-graphql-smart-cache.php +++ b/wp-graphql-smart-cache.php @@ -11,7 +11,7 @@ * Requires PHP: 7.4 * Text Domain: wp-graphql-smart-cache * Domain Path: /languages - * Version: 1.1.3 + * Version: 1.1.4 * License: GPL-3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html * @@ -44,7 +44,7 @@ } if ( ! defined( 'WPGRAPHQL_SMART_CACHE_VERSION' ) ) { - define( 'WPGRAPHQL_SMART_CACHE_VERSION', '1.1.3' ); + define( 'WPGRAPHQL_SMART_CACHE_VERSION', '1.1.4' ); } if ( ! defined( 'WPGRAPHQL_SMART_CACHE_WPGRAPHQL_REQUIRED_MIN_VERSION' ) ) {