diff --git a/readme.txt b/readme.txt index e2a3ed22..82b431e7 100644 --- a/readme.txt +++ b/readme.txt @@ -75,6 +75,11 @@ 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.2 = + +* Removes control, separator, and other types of special characters from filename to fix the unrestricted file upload vulnerability issue. +* Akismet: Sets ISO 8601 date/time format for the `comment_date_gmt` parameter. + = 5.3.1 = * Flamingo: Passes the `last_contacted` parameter based on the submission timestamp. diff --git a/wp-contact-form-7.php b/wp-contact-form-7.php index 490835aa..e299bd74 100644 --- a/wp-contact-form-7.php +++ b/wp-contact-form-7.php @@ -7,10 +7,10 @@ Author URI: https://ideasilo.wordpress.com/ Text Domain: contact-form-7 Domain Path: /languages/ -Version: 5.3.1 +Version: 5.3.2 */ -define( 'WPCF7_VERSION', '5.3.1' ); +define( 'WPCF7_VERSION', '5.3.2' ); define( 'WPCF7_REQUIRED_WP_VERSION', '5.4' );