From cb50ebacdc458e1e6b1d1239c3c22dce9f998b40 Mon Sep 17 00:00:00 2001 From: Takayuki Miyoshi Date: Wed, 27 Nov 2024 17:31:22 +0900 Subject: [PATCH] Prepare for 6.0.1 release #1514 --- 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 eba412fc..698c4248 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: contact form, schema-woven validation Tested up to: 6.7 Requires at least: 6.6 Requires PHP: 7.4 -Stable tag: 5.9.8 +Stable tag: 6.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -67,6 +67,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/). += 6.0.1 = + +[https://contactform7.com/contact-form-7-601/](https://contactform7.com/contact-form-7-601/) + = 6.0 = [https://contactform7.com/contact-form-7-60/](https://contactform7.com/contact-form-7-60/) diff --git a/wp-contact-form-7.php b/wp-contact-form-7.php index 9b25db95..fec44f4e 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: 6.0 + * Version: 6.0.1 * Requires at least: 6.6 * Requires PHP: 7.4 */ -define( 'WPCF7_VERSION', '6.0' ); +define( 'WPCF7_VERSION', '6.0.1' ); define( 'WPCF7_REQUIRED_WP_VERSION', '6.6' );