From 5ffd6f59538800342ec2257754b7d9e5d8638c9e Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Wed, 4 Sep 2024 11:01:56 -0600 Subject: [PATCH] - update versions, changelog for release --- readme.txt | 12 +++++++++++- wp-graphql-smart-cache.php | 6 +++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index e24ab0b..fbe9523 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.5 Requires PHP: 7.4 -Stable tag: 1.3.2 +Stable tag: 1.3.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -98,6 +98,16 @@ In order to use v0.2.0+ of WPGraphQL Smart Cache, you will need WPGraphQL v1.12. == Changelog == += 1.3.3 = + +**Chores / Bugfixes** + +- [#294](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/294): fix: queryid not returning X-GraphQL-Keys headers +- [#292](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/292): chore: update test workflow to use docker compose instead of docker-compose +- [#291](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/291): fix: restore whitespace rules for PHPCBF +- [#286](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/286): chore: update .wordpress-org assets +- [#284](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/284): chore: Note that hosts might set a limit on caching + = 1.3.2 = **Chores / Bugfixes** diff --git a/wp-graphql-smart-cache.php b/wp-graphql-smart-cache.php index c77ba50..d987b4f 100644 --- a/wp-graphql-smart-cache.php +++ b/wp-graphql-smart-cache.php @@ -7,11 +7,11 @@ * Author: WPGraphQL * Author URI: http://www.wpgraphql.com * Requires at least: 5.6 - * Tested up to: 6.5 + * Tested up to: 6.6.1 * Requires PHP: 7.4 * Text Domain: wp-graphql-smart-cache * Domain Path: /languages - * Version: 1.3.2 + * Version: 1.3.3 * License: GPL-3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html * @@ -46,7 +46,7 @@ } if ( ! defined( 'WPGRAPHQL_SMART_CACHE_VERSION' ) ) { - define( 'WPGRAPHQL_SMART_CACHE_VERSION', '1.3.1' ); + define( 'WPGRAPHQL_SMART_CACHE_VERSION', '1.3.3' ); } if ( ! defined( 'WPGRAPHQL_SMART_CACHE_WPGRAPHQL_REQUIRED_MIN_VERSION' ) ) {