From 9fc7643407a4315beb423ea55b55bbe983000533 Mon Sep 17 00:00:00 2001 From: Takayuki Miyoshi Date: Mon, 11 Mar 2024 16:46:40 +0900 Subject: [PATCH] Prepare for 5.9.1 release #1398 --- 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 d1fd1a36..e89ee0f0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Donate link: https://contactform7.com/donate/ Tags: contact form, schema-woven validation Requires at least: 6.3 Requires PHP: 7.4 -Tested up to: 6.4 -Stable tag: 5.8.7 +Tested up to: 6.5 +Stable tag: 5.9 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -78,6 +78,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.9.1 = + +[https://contactform7.com/contact-form-7-591/](https://contactform7.com/contact-form-7-591/) + = 5.9 = [https://contactform7.com/contact-form-7-59/](https://contactform7.com/contact-form-7-59/) diff --git a/wp-contact-form-7.php b/wp-contact-form-7.php index 46bb76c5..627acbc5 100644 --- a/wp-contact-form-7.php +++ b/wp-contact-form-7.php @@ -7,12 +7,12 @@ * Author URI: https://ideasilo.wordpress.com/ * License: GPL v2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html - * Version: 5.9 + * Version: 5.9.1 * Requires at least: 6.3 * Requires PHP: 7.4 */ -define( 'WPCF7_VERSION', '5.9' ); +define( 'WPCF7_VERSION', '5.9.1' ); define( 'WPCF7_REQUIRED_WP_VERSION', '6.3' );