Skip to content

Commit

Permalink
Merge pull request #340 from takayukister/dev/5.4
Browse files Browse the repository at this point in the history
Prepare for 5.4 release
  • Loading branch information
takayukister authored Feb 24, 2021
2 parents 3732895 + 303a5d3 commit 6c24ec9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 48 deletions.
52 changes: 6 additions & 46 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.5
Tested up to: 5.6
Stable tag: 5.3.1
Tested up to: 5.7
Stable tag: 5.3.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -36,6 +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))
* [Sendinblue](https://www.sendinblue.com/legal/privacypolicy/)

= Recommended plugins =

Expand Down Expand Up @@ -75,49 +76,8 @@ 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.3.1 =

* Flamingo: Passes the `last_contacted` parameter based on the submission timestamp.

= 5.3 =

* Block Editor: Introduces the contact form selector block type.
* Renames the 'images' directory to 'assets'.
* New filter hook: `wpcf7_form_tag_date_option`.
* Date: Makes all DateTime date formats available for `min` and `max` options.
* Date: Converts the default value to Y-m-d date format string.
* Disallowed list: Deprecates the `wpcf7_submission_is_blacklisted` filter hook in favor of `wpcf7_submission_has_disallowed_words`.
* Accessibility: Sets the `aria-describedby` attribute for invalid fields.
* Default form template: Removes the "(required)" labels from required fields. Adds "(optional)" to optional fields instead.
* Default mail template: Uses site-related special mail-tags.

= 5.2.2 =

* Fixed: A REST API call aborted with a PHP fatal error when the `WPCF7_USE_PIPE` constant value was false.
* Introduces the `wpcf7_doing_it_wrong()` function.
* Sets the `trigger_error()` function’s `$error_type` parameter explicitly.
* Makes the `wpcf7_special_mail_tags` filter functions’ `$mail_tag` parameter optional.

= 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.
* Submission: Introduces the `wpcf7_skip_spam_check` filter hook.
* Contact form: Introduces the `pref()` method.
* REST API: Adds parsed form-tags data to the response.
* REST API: Deprecates the `wpcf7_ajax_json_echo` and `wpcf7_ajax_onload` filter hooks and introduces the `wpcf7_feedback_response` and `wpcf7_refill_response` filter hooks as alternatives.
* Frontend CSS: Style rules for the response output refer to the `form` element’s `class` attribute.
* Frontend JavaScript: Abolishes the use of jQuery events.
* reCAPTCHA: Moves script code to a separate file.
* reCAPTCHA: Changes the name of the field for reCAPTCHA response token from `g-recaptcha-response` to `_wpcf7_recaptcha_response`.
= 5.4 =

https://contactform7.com/contact-form-7-54/

== Upgrade Notice ==
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.4-dev
Version: 5.4
*/

define( 'WPCF7_VERSION', '5.4-dev' );
define( 'WPCF7_VERSION', '5.4' );

define( 'WPCF7_REQUIRED_WP_VERSION', '5.5' );

Expand Down

0 comments on commit 6c24ec9

Please sign in to comment.