From 88c23e78a090ecd979463fa1e28a8073766c69aa Mon Sep 17 00:00:00 2001 From: Ram Ratan Maurya Date: Mon, 22 Jun 2020 17:46:16 +0530 Subject: [PATCH] Version 1.3 --- embed-sendy.php | 4 ++-- package.json | 2 +- readme.txt | 14 ++++++++++++-- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/embed-sendy.php b/embed-sendy.php index 8f98a0f..581795a 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://twitter.com/mauryaratan - * Version: 1.2.1 + * Version: 1.3 * Text Domain: embed-sendy * License: GPL2+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -106,7 +106,7 @@ function() { private function setup_constants() { // Plugin version. if ( ! defined( 'ESD_VERSION' ) ) { - define( 'ESD_VERSION', '1.1' ); + define( 'ESD_VERSION', '1.3' ); } // Plugin Folder Path. diff --git a/package.json b/package.json index 93da7fa..3d120e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embed-sendy-cgb-guten-block", - "version": "1.0.0", + "version": "1.3", "private": true, "scripts": { "start": "cgb-scripts start", diff --git a/readme.txt b/readme.txt index 78c0bcb..5a16900 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: mauryaratan, codestag, analogwp Donate link: https://codest.ag/st-donate Requires at least: 4.9 -Tested up to: 5.2.3 -Stable tag: 1.2.1 +Tested up to: 5.4.2 +Stable tag: 1.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Requires PHP: 5.4 @@ -16,6 +16,7 @@ Embed Sendy allows you to embed subscription forms for [Sendy](https://codest.ag = Features = * **NEW**: Added Google Recaptcha support +* **NEW**: Customize Form Field Labels * Support multiple lists, so you can offer subscription for different lists in different scenarios * AJAX submission for forms, option to enable/disable * Comes with default form styles, with option to disable @@ -60,6 +61,15 @@ No. Sendy is sold separately, please head to [Sendy](https://codest.ag/sendy) we == Changelog == += 1.3 = +* New: Options to customize form field labels +* New: Added uninstall.php to remove plugin options on uninstall +* Fix: Error on plugin activation for first time (props @ebinnion) +* Fix: Ensure default option for setting is always returned +* Fix: Make name field optional during submission +* Improve: Change translation domain to match plugin slug (props @Tomáš Jenej) +* Improve: Display full name in name field instead of username for logged-in users + = 1.2.1 = * Fix: Error on activation if options are empty, show a notice instead.