Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryaratan committed Jun 22, 2020
1 parent 3da242a commit 88c23e7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 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://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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embed-sendy-cgb-guten-block",
"version": "1.0.0",
"version": "1.3",
"private": true,
"scripts": {
"start": "cgb-scripts start",
Expand Down
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 88c23e7

Please sign in to comment.