From bb3f9ccb420e76a3fbaec27f227b0212e6f485c7 Mon Sep 17 00:00:00 2001 From: Takayuki Miyoshi Date: Thu, 14 May 2020 18:31:06 +0900 Subject: [PATCH] Update Version and the WPCF7_VERSION constant to 5.1.8 in wp-contact-form-7.php See #37 --- wp-contact-form-7.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-contact-form-7.php b/wp-contact-form-7.php index 93295dc6..6d102fee 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.1.7 +Version: 5.1.8 */ -define( 'WPCF7_VERSION', '5.1.7' ); +define( 'WPCF7_VERSION', '5.1.8' ); define( 'WPCF7_REQUIRED_WP_VERSION', '4.9' );