From b81ae0c78a27bb1b35ebc249c858e8062e747c41 Mon Sep 17 00:00:00 2001 From: Takayuki Miyoshi Date: Wed, 23 Feb 2022 18:28:17 +0900 Subject: [PATCH] Prepare for 5.5.6 release #723 --- 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 4d13ea7b..418c4c16 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.7 Tested up to: 5.9 -Stable tag: 5.5.4 +Stable tag: 5.5.5 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.5.6 = + +[https://contactform7.com/contact-form-7-556/](https://contactform7.com/contact-form-7-556/) + = 5.5.5 = [https://contactform7.com/contact-form-7-555/](https://contactform7.com/contact-form-7-555/) diff --git a/wp-contact-form-7.php b/wp-contact-form-7.php index 7a2bec7d..47045094 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.5.5 +Version: 5.5.6 */ -define( 'WPCF7_VERSION', '5.5.5' ); +define( 'WPCF7_VERSION', '5.5.6' ); define( 'WPCF7_REQUIRED_WP_VERSION', '5.7' );