From 2475f1f52c4097387839b9ccf19b8db1ac0458c0 Mon Sep 17 00:00:00 2001 From: Takayuki Miyoshi Date: Sun, 19 Feb 2023 13:30:48 +0900 Subject: [PATCH] Prepare for 5.7.4 release #1180 --- 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 02c0c3d9..e689dfb8 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: 6.0 Tested up to: 6.1 -Stable tag: 5.7.2 +Stable tag: 5.7.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.7.4 = + +[https://contactform7.com/contact-form-7-574/](https://contactform7.com/contact-form-7-574/) + = 5.7.3 = [https://contactform7.com/contact-form-7-573/](https://contactform7.com/contact-form-7-573/) diff --git a/wp-contact-form-7.php b/wp-contact-form-7.php index f641a4fd..c5153898 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.7.3 +Version: 5.7.4 */ -define( 'WPCF7_VERSION', '5.7.3' ); +define( 'WPCF7_VERSION', '5.7.4' ); define( 'WPCF7_REQUIRED_WP_VERSION', '6.0' );