Skip to content

Commit

Permalink
Prepare for 5.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
takayukister committed Nov 16, 2023
1 parent f313073 commit 6bb8237
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Expand Up @@ -5,7 +5,7 @@ Tags: contact, form, contact form, feedback, email, ajax, captcha, akismet, mult
Requires at least: 6.2
Requires PHP: 7.4
Tested up to: 6.4
Stable tag: 5.8.1
Stable tag: 5.8.2
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.8.3 =

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

= 5.8.2 =

[https://contactform7.com/contact-form-7-582/](https://contactform7.com/contact-form-7-582/)
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.8.2
* Version: 5.8.3
* Requires at least: 6.2
* Requires PHP: 7.4
*/

define( 'WPCF7_VERSION', '5.8.2' );
define( 'WPCF7_VERSION', '5.8.3' );

define( 'WPCF7_REQUIRED_WP_VERSION', '6.2' );

Expand Down

0 comments on commit 6bb8237

Please sign in to comment.