From 0f480b7a1ac2d8874b63367379341d1e840df88f Mon Sep 17 00:00:00 2001 From: Takayuki Miyoshi Date: Thu, 20 Jan 2022 15:35:26 +0900 Subject: [PATCH] Prepare for 5.5.4 release #673 --- license.txt | 2 +- readme.txt | 8 ++++++-- wp-contact-form-7.php | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/license.txt b/license.txt index 2f36aeaa..f0a27f69 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ -Contact Form 7 WordPress Plugin, 2007-2021 Takayuki Miyoshi +Contact Form 7 WordPress Plugin, 2007-2022 Takayuki Miyoshi Contact Form 7 is distributed under the terms of the GNU GPL This program is free software; you can redistribute it and/or modify diff --git a/readme.txt b/readme.txt index dabe7ac8..f7cc9aac 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.7 -Tested up to: 5.8 -Stable tag: 5.5.2 +Tested up to: 5.9 +Stable tag: 5.5.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.5.4 = + +[https://contactform7.com/contact-form-7-554/](https://contactform7.com/contact-form-7-554/) + = 5.5.3 = [https://contactform7.com/contact-form-7-553/](https://contactform7.com/contact-form-7-553/) diff --git a/wp-contact-form-7.php b/wp-contact-form-7.php index ab38bc11..fabda971 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.3 +Version: 5.5.4 */ -define( 'WPCF7_VERSION', '5.5.3' ); +define( 'WPCF7_VERSION', '5.5.4' ); define( 'WPCF7_REQUIRED_WP_VERSION', '5.7' );