From c13993e62cf95c65f9f0301a63d6269f6b71b00b Mon Sep 17 00:00:00 2001 From: Maris Pulk Date: Fri, 5 Mar 2021 11:13:23 +0200 Subject: [PATCH] Release 1.0.5 checklist changes --- CHANGELOG.md | 4 ++++ README.txt | 6 +++++- smaily-for-contact-form-7.php | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 649de61..911e73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 1.0.5 + +- Test compatibility with WordPress 5.7 - [[#47](https://github.com/sendsmaily/smaily-cf7-plugin/issues/47)] + ### 1.0.4 - Fix validation failing when subdomain entered as fully-qualified domain name - [[#37](https://github.com/sendsmaily/smaily-cf7-plugin/issues/37)] diff --git a/README.txt b/README.txt index 77e51d9..81caade 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Tags: contact form 7, smaily, newsletter, email Requires PHP: 5.6 Requires at least: 4.6 Tested up to: 5.7 -Stable tag: 1.0.4 +Stable tag: 1.0.5 License: GPLv3 Flexible and straightforward Smaily newsletter integration for Contact Form 7. @@ -65,6 +65,10 @@ All development for Smaily for Contact Form 7 is [handled via GitHub](https://gi == Changelog == +### 1.0.5 + +- Test compatibility with WordPress 5.7. + ### 1.0.4 - Fix validation failing when subdomain entered as fully-qualified domain name. diff --git a/smaily-for-contact-form-7.php b/smaily-for-contact-form-7.php index c59996c..f068756 100644 --- a/smaily-for-contact-form-7.php +++ b/smaily-for-contact-form-7.php @@ -15,7 +15,7 @@ * Plugin Name: Smaily for Contact Form 7 * Plugin URI: https://github.com/sendsmaily/smaily-cf7-plugin * Description: Integrate Contact Form 7 form(s) with Smaily to add subscribers directly to Smaily and trigger marketing automations. - * Version: 1.0.4 + * Version: 1.0.5 * License: GPL3 * Author: Smaily * Author URI: https://smaily.com/ @@ -42,7 +42,7 @@ // Required to use functions is_plugin_active and deactivate_plugins. require_once ABSPATH . 'wp-admin/includes/plugin.php'; -define( 'SMAILY_FOR_CF7_VERSION', '1.0.4' ); +define( 'SMAILY_FOR_CF7_VERSION', '1.0.5' ); /** * The core plugin class that is used to define