Official MailerLite Sign Up Forms - Version 1.0.13

Version Description

  • Empty form description allowed
Download this release

Release Info

Developer mailerlite
Plugin Icon 128x128 Official MailerLite Sign Up Forms
Version 1.0.13
Comparing to
See all releases

Code changes from version 1.0.12 to 1.0.13

Files changed (3) hide show
  1. include/mailerlite-admin.php +0 -1
  2. mailerlite.php +2 -2
  3. readme.txt +6 -2
include/mailerlite-admin.php CHANGED
@@ -181,7 +181,6 @@ class MailerLite_Admin
181
  'Newsletter signup', 'mailerlite'
182
  );
183
  $form_description = isset($_POST['form_description'])
184
- && $_POST['form_description'] != ''
185
  ? $_POST['form_description']
186
  : __(
187
  'Just simple MailerLite form!', 'mailerlite'
181
  'Newsletter signup', 'mailerlite'
182
  );
183
  $form_description = isset($_POST['form_description'])
 
184
  ? $_POST['form_description']
185
  : __(
186
  'Just simple MailerLite form!', 'mailerlite'
mailerlite.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Official MailerLite Sign Up Forms
5
  * Description: Official MailerLite Sign Up Forms plugin for WordPress. Ability
6
  * to embed MailerLite webforms and create custom ones just with few clicks.
7
- * Version: 1.0.12
8
  * Author: MailerGroup
9
  * Author URI: https://www.mailerlite.com
10
  * License: GPLv2 or later
@@ -28,7 +28,7 @@
28
  define('MAILERLITE_PLUGIN_DIR', plugin_dir_path(__FILE__));
29
  define('MAILERLITE_PLUGIN_URL', plugins_url('', __FILE__));
30
 
31
- define('MAILERLITE_VERSION', '1.0.12');
32
 
33
  function mailerlite_load_plugin_textdomain()
34
  {
4
  * Plugin Name: Official MailerLite Sign Up Forms
5
  * Description: Official MailerLite Sign Up Forms plugin for WordPress. Ability
6
  * to embed MailerLite webforms and create custom ones just with few clicks.
7
+ * Version: 1.0.13
8
  * Author: MailerGroup
9
  * Author URI: https://www.mailerlite.com
10
  * License: GPLv2 or later
28
  define('MAILERLITE_PLUGIN_DIR', plugin_dir_path(__FILE__));
29
  define('MAILERLITE_PLUGIN_URL', plugins_url('', __FILE__));
30
 
31
+ define('MAILERLITE_VERSION', '1.0.13');
32
 
33
  function mailerlite_load_plugin_textdomain()
34
  {
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: mailerlite
3
  Donate link: https://www.mailerlite.com/
4
  Tags: mailerlite, newsletter, subscribe, form, webform
5
  Requires at least: 3.0.1
6
- Tested up to: 4.1
7
- Stable tag: 1.0.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -127,6 +127,8 @@ Add your custom CSS rules to the end of your theme stylesheet, /wp-content/theme
127
 
128
  == Changelog ==
129
 
 
 
130
  = 1.0.12 =
131
  * Fix mistype in curl method
132
  = 1.0.11 =
@@ -156,6 +158,8 @@ Add your custom CSS rules to the end of your theme stylesheet, /wp-content/theme
156
 
157
  == Upgrade Notice ==
158
 
 
 
159
  = 1.0.12 =
160
  * Fix mistype in curl method
161
  = 1.0.11 =
3
  Donate link: https://www.mailerlite.com/
4
  Tags: mailerlite, newsletter, subscribe, form, webform
5
  Requires at least: 3.0.1
6
+ Tested up to: 4.2.2
7
+ Stable tag: 1.0.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
127
 
128
  == Changelog ==
129
 
130
+ = 1.0.13 =
131
+ * Empty form description allowed
132
  = 1.0.12 =
133
  * Fix mistype in curl method
134
  = 1.0.11 =
158
 
159
  == Upgrade Notice ==
160
 
161
+ = 1.0.13 =
162
+ * Empty form description allowed
163
  = 1.0.12 =
164
  * Fix mistype in curl method
165
  = 1.0.11 =