Skip to content

Commit

Permalink
Prepare for 5.9.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
takayukister committed Jul 17, 2024
1 parent 7edcee9 commit c159492
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 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.5
Stable tag: 5.9.5
Tested up to: 6.6
Stable tag: 5.9.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -36,7 +36,7 @@ If you activate certain features in this plugin, the contact form submitter's pe

* reCAPTCHA ([Google](https://policies.google.com/?hl=en))
* Akismet ([Automattic](https://automattic.com/privacy/))
* Constant Contact ([Endurance International Group](https://www.endurance.com/privacy))
* [Constant Contact](https://www.constantcontact.com/legal/privacy-center)
* [Brevo](https://www.brevo.com/legal/privacypolicy/)
* [Stripe](https://stripe.com/privacy)

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.7 =

[https://contactform7.com/contact-form-7-597/](https://contactform7.com/contact-form-7-597/)

= 5.9.6 =

[https://contactform7.com/contact-form-7-596/](https://contactform7.com/contact-form-7-596/)
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.6
* Version: 5.9.7
* Requires at least: 6.3
* Requires PHP: 7.4
*/

define( 'WPCF7_VERSION', '5.9.6' );
define( 'WPCF7_VERSION', '5.9.7' );

define( 'WPCF7_REQUIRED_WP_VERSION', '6.3' );

Expand Down

0 comments on commit c159492

Please sign in to comment.