diff --git a/readme.txt b/readme.txt index 128a988..e24ab0b 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.1 +Stable tag: 1.3.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -98,7 +98,13 @@ In order to use v0.2.0+ of WPGraphQL Smart Cache, you will need WPGraphQL v1.12. == Changelog == -= 1.3.0 = += 1.3.2 = + +**Chores / Bugfixes** + +- [#278](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/278): ci: Update tests to run against WordPress 6.5 + += 1.3.1 = **Chores / Bugfixes** diff --git a/wp-graphql-smart-cache.php b/wp-graphql-smart-cache.php index f38ec6e..c77ba50 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.3.1 + * Version: 1.3.2 * License: GPL-3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html *