From 9d2109125a17987c8f6f99bbc784eb11fd26e623 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Thu, 10 Nov 2022 12:00:01 -0700 Subject: [PATCH] - update changelog - update version number in main plugin file --- readme.txt | 2 +- wp-graphql-smart-cache.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 422ae61b..6d4fefe2 100644 --- a/readme.txt +++ b/readme.txt @@ -24,7 +24,7 @@ In order to use v0.2.0+ of WPGraphQL Smart Cache, you will need WPGraphQL v1.12. == Changelog == -= 0.3.1 = += 0.3.1 = - chore: update readme.txt with tags, updated "tested up to" version - chore: update testing matrix to run tests on more versions of WordPress and PHP diff --git a/wp-graphql-smart-cache.php b/wp-graphql-smart-cache.php index f21827d1..0b085c78 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: 0.3.0 + * Version: 0.3.1 * License: GPL-3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html * @@ -36,7 +36,7 @@ } const WPGRAPHQL_REQUIRED_MIN_VERSION = '1.2.0'; -const WPGRAPHQL_SMART_CACHE_VERSION = '0.3.0'; +const WPGRAPHQL_SMART_CACHE_VERSION = '0.3.1'; require __DIR__ . '/vendor/autoload.php';