Skip to content

Commit

Permalink
Merge pull request #47 from takayukister/dev/5.1
Browse files Browse the repository at this point in the history
Prepare for 5.1.9 release
  • Loading branch information
takayukister authored May 20, 2020
2 parents 2e662af + 2c79b35 commit a4ae3e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 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: 4.9
Tested up to: 5.4
Stable tag: 5.1.6
Stable tag: 5.1.8
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

* Special mail-tags: Reflects WP timezone to `[_date]` and `[_time]` mail-tags.
* WPCF7_FormTag: Reflects WP timezone to `get_date_option()` output.
* User input validation: Strictly compares to boolean _false_.

= 5.1.8 =

* reCAPTCHA: Shows no warning on upgrading from v2 if the global sitekey is defined.
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.1.8
Version: 5.1.9
*/

define( 'WPCF7_VERSION', '5.1.8' );
define( 'WPCF7_VERSION', '5.1.9' );

define( 'WPCF7_REQUIRED_WP_VERSION', '4.9' );

Expand Down

0 comments on commit a4ae3e0

Please sign in to comment.