Skip to content

Commit

Permalink
Merge pull request #128 from takayukister/dev/5.2
Browse files Browse the repository at this point in the history
Prepare for 5.2.1 release
  • Loading branch information
takayukister authored Aug 5, 2020
2 parents 582968e + 5839b30 commit 589b80c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: takayukister
Donate link: https://contactform7.com/donate/
Tags: contact, form, contact form, feedback, email, ajax, captcha, akismet, multilingual
Requires at least: 5.3
Tested up to: 5.4
Stable tag: 5.1.9
Tested up to: 5.5
Stable tag: 5.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

* Makes the [contact-form-7 404 "Not Found"] message localizable.
* REST API: Adds the `permission_callback` argument to every endpoint definition.
* Flamingo: Uses `id()` instead of `id`, if available.
* Fixed: The `free_text` option did not work correctly with the `exclusive` option.
* Applies `wpcf7_mail_tag_replaced` filters even when the `$posted_data` is null.
* Adds custom mail-tag replacement for quiz fields.
* Admin: Updates the date column format in the list table.

= 5.2 =

* Submission: Introduces the `$posted_data_hash` and `$skip_spam_check` properties.
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.2
Version: 5.2.1
*/

define( 'WPCF7_VERSION', '5.2' );
define( 'WPCF7_VERSION', '5.2.1' );

define( 'WPCF7_REQUIRED_WP_VERSION', '5.3' );

Expand Down

0 comments on commit 589b80c

Please sign in to comment.