diff --git a/readme.txt b/readme.txt index 698c4248..910aa95a 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: 6.0 +Stable tag: 6.0.1 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.2 = + +* Removes unnecessary type declaration from nullable arguments to avoid deprecation warnings in PHP 8.4. + = 6.0.1 = [https://contactform7.com/contact-form-7-601/](https://contactform7.com/contact-form-7-601/) diff --git a/wp-contact-form-7.php b/wp-contact-form-7.php index fec44f4e..0fd6eaf4 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.1 + * Version: 6.0.2 * Requires at least: 6.6 * Requires PHP: 7.4 */ -define( 'WPCF7_VERSION', '6.0.1' ); +define( 'WPCF7_VERSION', '6.0.2' ); define( 'WPCF7_REQUIRED_WP_VERSION', '6.6' );