Official MailerLite Sign Up Forms - Version 1.1.19

Version Description

translation fixes

Download this release

Release Info

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

Code changes from version 1.1.18 to 1.1.19

include/mailerlite-admin.php CHANGED
@@ -200,7 +200,7 @@ class MailerLite_Admin
200
  );
201
  $success_message = isset($_POST['success_message'])
202
  ? $_POST['success_message']
203
- : '<span style="color: rgb(51, 153, 102);">' . _e(
204
  'Thank you for sign up!', 'mailerlite'
205
  ) . '</span>';
206
  $button_name = isset($_POST['button_name'])
@@ -443,7 +443,7 @@ class MailerLite_Admin
443
  'description' => __(
444
  'Just simple MailerLite form!', 'mailerlite'
445
  ),
446
- 'success_message' => '<span style="color: rgb(51, 153, 102);">' . _e(
447
  'Thank you for sign up!', 'mailerlite'
448
  ) . '</span>',
449
  'button' => __('Subscribe', 'mailerlite'),
200
  );
201
  $success_message = isset($_POST['success_message'])
202
  ? $_POST['success_message']
203
+ : '<span style="color: rgb(51, 153, 102);">' . __(
204
  'Thank you for sign up!', 'mailerlite'
205
  ) . '</span>';
206
  $button_name = isset($_POST['button_name'])
443
  'description' => __(
444
  'Just simple MailerLite form!', 'mailerlite'
445
  ),
446
+ 'success_message' => '<span style="color: rgb(51, 153, 102);">' . __(
447
  'Thank you for sign up!', 'mailerlite'
448
  ) . '</span>',
449
  'button' => __('Subscribe', 'mailerlite'),
languages/mailerlite-lt_LT.mo CHANGED
Binary file
mailerlite.php CHANGED
@@ -2,9 +2,8 @@
2
 
3
  /**
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.1.18
8
  * Author: MailerGroup
9
  * Author URI: https://www.mailerlite.com
10
  * License: GPLv2 or later
@@ -28,7 +27,7 @@
28
  define('MAILERLITE_PLUGIN_DIR', plugin_dir_path(__FILE__));
29
  define('MAILERLITE_PLUGIN_URL', plugins_url('', __FILE__));
30
 
31
- define('MAILERLITE_VERSION', '1.1.18');
32
 
33
  define('MAILERLITE_PHP_VERSION', '5.0.1');
34
  define('MAILERLITE_WP_VERSION', '3.0.1');
2
 
3
  /**
4
  * Plugin Name: Official MailerLite Sign Up Forms
5
+ * Description: Official MailerLite Sign Up Forms plugin for WordPress. Ability to embed MailerLite webforms and create custom ones just with few clicks.
6
+ * Version: 1.1.19
 
7
  * Author: MailerGroup
8
  * Author URI: https://www.mailerlite.com
9
  * License: GPLv2 or later
27
  define('MAILERLITE_PLUGIN_DIR', plugin_dir_path(__FILE__));
28
  define('MAILERLITE_PLUGIN_URL', plugins_url('', __FILE__));
29
 
30
+ define('MAILERLITE_VERSION', '1.1.19');
31
 
32
  define('MAILERLITE_PHP_VERSION', '5.0.1');
33
  define('MAILERLITE_WP_VERSION', '3.0.1');
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.6.1
7
- Stable tag: 1.1.18
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.1.18 =
131
  mistype fix for old versions
132
  = 1.1.17 =
@@ -206,6 +208,8 @@ translation errors for LT language, allowing only embed and button forms
206
 
207
  == Upgrade Notice ==
208
 
 
 
209
  = 1.1.18 =
210
  mistype fix for old versions
211
  = 1.1.17 =
4
  Tags: mailerlite, newsletter, subscribe, form, webform
5
  Requires at least: 3.0.1
6
  Tested up to: 4.6.1
7
+ Stable tag: 1.1.19
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
127
 
128
  == Changelog ==
129
 
130
+ = 1.1.19 =
131
+ translation fixes
132
  = 1.1.18 =
133
  mistype fix for old versions
134
  = 1.1.17 =
208
 
209
  == Upgrade Notice ==
210
 
211
+ = 1.1.19 =
212
+ translation fixes
213
  = 1.1.18 =
214
  mistype fix for old versions
215
  = 1.1.17 =