From 7575bf04213b7fe5512c95f88a730658ebbdb396 Mon Sep 17 00:00:00 2001 From: Takayuki Miyoshi Date: Wed, 19 Oct 2022 18:11:41 +0900 Subject: [PATCH] Prepare for 5.6.4 release #1010 --- readme.txt | 8 ++++++-- wp-contact-form-7.php | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 65da6a59..d1f483a4 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: takayukister Donate link: https://contactform7.com/donate/ Tags: contact, form, contact form, feedback, email, ajax, captcha, akismet, multilingual Requires at least: 5.9 -Tested up to: 6.0 -Stable tag: 5.6.2 +Tested up to: 6.1 +Stable tag: 5.6.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -77,6 +77,10 @@ Do you have questions or issues with Contact Form 7? Use these support channels For more information, see [Releases](https://contactform7.com/category/releases/). += 5.6.4 = + +[https://contactform7.com/contact-form-7-564/](https://contactform7.com/contact-form-7-564/) + = 5.6.3 = [https://contactform7.com/contact-form-7-563/](https://contactform7.com/contact-form-7-563/) diff --git a/wp-contact-form-7.php b/wp-contact-form-7.php index 0cbdb70a..7c771a6b 100644 --- a/wp-contact-form-7.php +++ b/wp-contact-form-7.php @@ -7,10 +7,10 @@ Author URI: https://ideasilo.wordpress.com/ Text Domain: contact-form-7 Domain Path: /languages/ -Version: 5.6.3 +Version: 5.6.4 */ -define( 'WPCF7_VERSION', '5.6.3' ); +define( 'WPCF7_VERSION', '5.6.4' ); define( 'WPCF7_REQUIRED_WP_VERSION', '5.9' );