Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryaratan committed May 16, 2019
1 parent 3b18c63 commit 20b400f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions embed-sendy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
20 changes: 18 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 20b400f

Please sign in to comment.