diff --git a/readme.txt b/readme.txt index aebd85db..ee4a4b5e 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.5 -Stable tag: 5.9.4 +Stable tag: 5.9.5 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.6 = + +[https://contactform7.com/contact-form-7-596/](https://contactform7.com/contact-form-7-596/) + = 5.9.5 = [https://contactform7.com/contact-form-7-595/](https://contactform7.com/contact-form-7-595/) diff --git a/wp-contact-form-7.php b/wp-contact-form-7.php index d748fd23..8947a152 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.5 + * Version: 5.9.6 * Requires at least: 6.3 * Requires PHP: 7.4 */ -define( 'WPCF7_VERSION', '5.9.5' ); +define( 'WPCF7_VERSION', '5.9.6' ); define( 'WPCF7_REQUIRED_WP_VERSION', '6.3' );