From 20b400f6fe6e94e24c07d66c850afb0c20510d1d Mon Sep 17 00:00:00 2001 From: Ram Ratan Maurya Date: Thu, 16 May 2019 14:41:31 +0530 Subject: [PATCH] Version 1.1 --- embed-sendy.php | 4 ++-- readme.txt | 20 ++++++++++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/embed-sendy.php b/embed-sendy.php index 9cd5aaf..0625811 100644 --- a/embed-sendy.php +++ b/embed-sendy.php @@ -5,7 +5,7 @@ * Description: Embed Sendy subscription form, through a widget, shortcode, or as a Gutenberg block. * Author: Ram Ratan Maurya * Author URI: https://mauryaratan.me - * Version: 1.0.1 + * Version: 1.1 * Text Domain: esd * License: GPL2+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -82,7 +82,7 @@ public static function instance() { private function setup_constants() { // Plugin version. if ( ! defined( 'ESD_VERSION' ) ) { - define( 'ESD_VERSION', '1.0.0' ); + define( 'ESD_VERSION', '1.1' ); } // Plugin Folder Path. diff --git a/readme.txt b/readme.txt index df9dc12..b8f1df8 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: mauryaratan, codestag Donate link: https://codest.ag/st-donate Requires at least: 4.9 -Tested up to: 5.0-alpha -Stable tag: 1.0.1 +Tested up to: 5.2 +Stable tag: 1.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Requires PHP: 5.4 @@ -59,9 +59,25 @@ No. Sendy is sold separately, please head to [Sendy](https://codest.ag/sendy) we == Changelog == += 1.1 = +* New: Added support for Name field +* New: Added support for GDPR consent +* Fix: Issue with honeypot field +* Fix: Set correct data for 'referrer' field +* Fix: Possible thrown errors when no sendy lists exist +* Improve: Compatibilite upto WordPress v5.2 +* Improve: Sendy Gutenberg block to show/hide new Name/GDPR fields. +* Improve: Better error handling when no lists are set +* Improve: Better and secure ajax submission + = 1.0.1 = * Tweak: Compatibility with Gutenberg 3.5 * Fix: Incorrect Honeypot field = 1.0.0 = * Initial release + +== Upgrade notice == + += 1.1 = +- Added new Name and GDPR fields and several bug fixes.