Skip to content

Commit

Permalink
Prepare for 5.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
takayukister committed Mar 11, 2024
1 parent 898f5a2 commit 9fc7643
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 9fc7643

Please sign in to comment.