Skip to content

Commit

Permalink
Merge pull request #867 from takayukister/dev/5.6
Browse files Browse the repository at this point in the history
Prepare for 5.6 release
  • Loading branch information
takayukister authored Jun 17, 2022
2 parents 1226c37 + 10092f0 commit 21ceba9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://contactform7.com/donate/
Tags: contact, form, contact form, feedback, email, ajax, captcha, akismet, multilingual
Requires at least: 5.9
Tested up to: 6.0
Stable tag: 5.5.6
Stable tag: 5.5.6.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -77,6 +77,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.6 =

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

= 5.5.6 =

[https://contactform7.com/contact-form-7-556/](https://contactform7.com/contact-form-7-556/)
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,10 +7,10 @@
Author URI: https://ideasilo.wordpress.com/
Text Domain: contact-form-7
Domain Path: /languages/
Version: 5.6-beta
Version: 5.6
*/

define( 'WPCF7_VERSION', '5.6-beta' );
define( 'WPCF7_VERSION', '5.6' );

define( 'WPCF7_REQUIRED_WP_VERSION', '5.9' );

Expand Down

0 comments on commit 21ceba9

Please sign in to comment.