diff --git a/CHANGELOG.md b/CHANGELOG.md index c3595f1..cb4eb4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 1.0.7 + +- Update user manual links - [[#57](https://github.com/sendsmaily/smaily-cf7-plugin/pull/57)] + ### 1.0.6 - Test compatibility with WordPress 5.8 - [[#53](https://github.com/sendsmaily/smaily-cf7-plugin/pull/53)] diff --git a/README.txt b/README.txt index 9f3dbf9..620f559 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.8 -Stable tag: 1.0.6 +Stable tag: 1.0.7 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.7 + +- Update user manual links. + ### 1.0.6 - Test compatibility with WordPress 5.8. diff --git a/smaily-for-contact-form-7.php b/smaily-for-contact-form-7.php index e35e7fb..8914249 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.6 + * Version: 1.0.7 * 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.6' ); +define( 'SMAILY_FOR_CF7_VERSION', '1.0.7' ); /** * The core plugin class that is used to define