From c59cf893feed10ae30e3187ecaa15cfacd42281f Mon Sep 17 00:00:00 2001 From: Takayuki Miyoshi Date: Wed, 10 Aug 2022 17:31:05 +0900 Subject: [PATCH] Prepare for 5.6.2 release #919 --- readme.txt | 6 +++++- wp-contact-form-7.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 66d35264..a9273744 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ 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 +Stable tag: 5.6.1 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.2 = + +[https://contactform7.com/contact-form-7-562/](https://contactform7.com/contact-form-7-562/) + = 5.6.1 = [https://contactform7.com/contact-form-7-561/](https://contactform7.com/contact-form-7-561/) diff --git a/wp-contact-form-7.php b/wp-contact-form-7.php index 78ccb8fb..14262238 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.1 +Version: 5.6.2 */ -define( 'WPCF7_VERSION', '5.6.1' ); +define( 'WPCF7_VERSION', '5.6.2' ); define( 'WPCF7_REQUIRED_WP_VERSION', '5.9' );