From ab6e1a2c7fd4b4c2e351d43b9dc4faa8c1bc8bf9 Mon Sep 17 00:00:00 2001 From: Takayuki Miyoshi Date: Thu, 17 Dec 2020 20:34:52 +0900 Subject: [PATCH] Prepare for 5.3.2 release See #249 --- readme.txt | 5 +++++ wp-contact-form-7.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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' );