Skip to content

Commit

Permalink
Merge pull request #1400 from rocklobster-in/dev/5.9
Browse files Browse the repository at this point in the history
Prepare for 5.9.1 release
  • Loading branch information
takayukister committed Mar 11, 2024
2 parents 4dd3903 + 9fc7643 commit 5c616ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Expand Up @@ -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

Expand Down Expand Up @@ -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/)
Expand Down
4 changes: 2 additions & 2 deletions wp-contact-form-7.php
Expand Up @@ -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' );

Expand Down

0 comments on commit 5c616ca

Please sign in to comment.