From b0630fdbaec75bbe8174ebb91ae8224d1d0f69c4 Mon Sep 17 00:00:00 2001 From: TomAbel Date: Thu, 28 May 2020 18:29:26 +0300 Subject: [PATCH 1/3] Bump WordPress version requirement --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 1d8f221..7e826ab 100644 --- a/README.txt +++ b/README.txt @@ -2,7 +2,7 @@ Contributors: sendsmaily, tomabel Tags: contact form 7, smaily, newsletter, email Requires PHP: 5.6 -Requires at least: 4.0 +Requires at least: 4.6 Tested up to: 5.4 Stable tag: 1.0.0 License: GPLv3 From e2d1084e2236278f58424965bb6d3167e527e903 Mon Sep 17 00:00:00 2001 From: TomAbel Date: Thu, 28 May 2020 18:55:23 +0300 Subject: [PATCH 2/3] Specifiy new WP version in READMEs too --- README.md | 2 +- README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbcc6a1..ed739a0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Automatically subscribe newsletter subscribers to a Smaily subscriber list using Smaily for Contact Form 7 requires: - PHP 5.6+ (PHP 7.0+ Recommended) - PHP Transliterator plugin -- WordPress 4.0+ +- WordPress 4.6+ - Contact Form 7 4.0+. - reCAPTCHA integration or Really Simple Captcha embedded into form. diff --git a/README.txt b/README.txt index 7e826ab..9eb6d73 100644 --- a/README.txt +++ b/README.txt @@ -29,7 +29,7 @@ Automatically subscribe newsletter subscribers to a Smaily subscriber list using Smaily for Contact Form 7 requires: - PHP 5.6+ (PHP 7.0+ Recommended) - PHP Transliterator plugin -- WordPress 4.0+ +- WordPress 4.6+ - Contact Form 7 4.0+. - reCAPTCHA integration or Really Simple Captcha embedded into form. From e1687a65729c187fe8f680399864b082b844b599 Mon Sep 17 00:00:00 2001 From: TomAbel Date: Thu, 28 May 2020 18:56:06 +0300 Subject: [PATCH 3/3] Bump version 1.0.0 to 1.0.1 --- README.md | 4 ++++ README.txt | 6 +++++- smaily-for-contact-form-7.php | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed739a0..9b76f92 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ All development for Smaily for Contact Form 7 is [handled via GitHub](https://gi ## Changelog +### 1.0.1 + +- Increase minimum required WordPress version. + ### 1.0.0 - This is the first public release. diff --git a/README.txt b/README.txt index 9eb6d73..71544c7 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.4 -Stable tag: 1.0.0 +Stable tag: 1.0.1 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.1 + +- Increase minimum required WordPress version. + ### 1.0.0 - This is the first public release. diff --git a/smaily-for-contact-form-7.php b/smaily-for-contact-form-7.php index e6b2b8f..4036209 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.0 + * Version: 1.0.1 * 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.0' ); +define( 'SMAILY_FOR_CF7_VERSION', '1.0.1' ); /** * The core plugin class that is used to define