diff --git a/readme.txt b/readme.txt index 66a277d5..c0c8b33d 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: contact form, schema-woven validation Requires at least: 6.3 Requires PHP: 7.4 Tested up to: 6.6 -Stable tag: 5.9.6 +Stable tag: 5.9.7 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.8 = + +* Fixes a bug that prevents the contact form selector block from working on 6.3-6.5 versions of WordPress. + = 5.9.7 = [https://contactform7.com/contact-form-7-597/](https://contactform7.com/contact-form-7-597/) diff --git a/wp-contact-form-7.php b/wp-contact-form-7.php index e55c37ce..7c10e6e8 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.7 + * Version: 5.9.8 * Requires at least: 6.3 * Requires PHP: 7.4 */ -define( 'WPCF7_VERSION', '5.9.7' ); +define( 'WPCF7_VERSION', '5.9.8' ); define( 'WPCF7_REQUIRED_WP_VERSION', '6.3' );