From bf6e5adc19475973d0615152825d98d8bae5bae2 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Fri, 2 Dec 2022 15:26:52 -0700 Subject: [PATCH] - update versions, changelog for release --- readme.txt | 6 +++++- wp-graphql-smart-cache.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 3b12359d..53ef8455 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: 0.3.4 +Stable tag: 0.3.5 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -24,6 +24,10 @@ In order to use v0.2.0+ of WPGraphQL Smart Cache, you will need WPGraphQL v1.12. == Changelog == += 0.3.5 = + +- ([#189](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/189)): chore: add workflow to deploy to the WordPress.org repo + = 0.3.4 = - ([#188](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/188)): fix: update constant name for min required version of WPGraphQL. Conflict with constant name defined in WPGraphQL for ACF. diff --git a/wp-graphql-smart-cache.php b/wp-graphql-smart-cache.php index 43462b5f..4644a6cc 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.4 + * Version: 0.3.5 * 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', '0.3.4' ); + define( 'WPGRAPHQL_SMART_CACHE_VERSION', '0.3.5' ); } if ( ! defined( 'WPGRAPHQL_SMART_CACHE_WPGRAPHQL_REQUIRED_MIN_VERSION' ) ) {