Official MailerLite Sign Up Forms - Version 1.1.10

Version Description

  • mistype - signing up
Download this release

Release Info

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

Code changes from version 1.1.9 to 1.1.10

include/templates/forms/custom_form.php CHANGED
@@ -26,7 +26,7 @@
26
  <input type="hidden" name="action" value="mailerlite_subscribe_form"/>
27
  </div>
28
  <div class="mailerlite-form-response">
29
- <h4><?php _e('Thank you for sign up!', 'mailerlite'); ?></h4>
30
  </div>
31
  </form>
32
  </div>
26
  <input type="hidden" name="action" value="mailerlite_subscribe_form"/>
27
  </div>
28
  <div class="mailerlite-form-response">
29
+ <h4><?php _e('Thank you for signing up!', 'mailerlite'); ?></h4>
30
  </div>
31
  </form>
32
  </div>
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.1.9
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.1.9');
32
 
33
  define('MAILERLITE_PHP_VERSION', '5.0.1');
34
  define('MAILERLITE_WP_VERSION', '3.0.1');
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.10
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.1.10');
32
 
33
  define('MAILERLITE_PHP_VERSION', '5.0.1');
34
  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.5.1
7
- Stable tag: 1.1.9
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.9 =
131
  * fixed app static script url
132
  = 1.1.8 =
@@ -188,6 +190,8 @@ Add your custom CSS rules to the end of your theme stylesheet, /wp-content/theme
188
 
189
  == Upgrade Notice ==
190
 
 
 
191
  = 1.1.9 =
192
  * fixed app static script url
193
  = 1.1.8 =
4
  Tags: mailerlite, newsletter, subscribe, form, webform
5
  Requires at least: 3.0.1
6
  Tested up to: 4.5.1
7
+ Stable tag: 1.1.10
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.10 =
131
+ * mistype - signing up
132
  = 1.1.9 =
133
  * fixed app static script url
134
  = 1.1.8 =
190
 
191
  == Upgrade Notice ==
192
 
193
+ = 1.1.10 =
194
+ * mistype - signing up
195
  = 1.1.9 =
196
  * fixed app static script url
197
  = 1.1.8 =