Official MailerLite Sign Up Forms - Version 1.1.18

Version Description

mistype fix for old versions

Download this release

Release Info

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

Code changes from version 1.1.17 to 1.1.18

include/templates/admin/edit_embedded.php CHANGED
@@ -34,7 +34,7 @@
34
  <td>
35
  <select id="form_webform_id" name="form_webform_id">
36
  <?php foreach ($webforms->Results as $webform): ?>
37
- <?php if (!in_array($webform->type, ['embed', 'button'])) { continue; } ?>
38
  <option data-code="<?php echo $webform->code; ?>"
39
  value="<?php echo $webform->id; ?>"<?php echo $webform->id == $form->data['id'] ? ' selected="selected"' : ''; ?>><?php echo $webform->name; ?></option>
40
  <?php endforeach; ?>
34
  <td>
35
  <select id="form_webform_id" name="form_webform_id">
36
  <?php foreach ($webforms->Results as $webform): ?>
37
+ <?php if (!in_array($webform->type, array('embed', 'button'))) { continue; } ?>
38
  <option data-code="<?php echo $webform->code; ?>"
39
  value="<?php echo $webform->id; ?>"<?php echo $webform->id == $form->data['id'] ? ' selected="selected"' : ''; ?>><?php echo $webform->name; ?></option>
40
  <?php endforeach; ?>
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.17
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.17');
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.18
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.18');
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.6.1
7
- Stable tag: 1.1.17
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.17 =
131
  translation errors for LT language, allowing only embed and button forms
132
  = 1.1.16 =
@@ -204,6 +206,8 @@ translation errors for LT language, allowing only embed and button forms
204
 
205
  == Upgrade Notice ==
206
 
 
 
207
  = 1.1.17 =
208
  translation errors for LT language, allowing only embed and button forms
209
  = 1.1.16 =
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
 
128
  == Changelog ==
129
 
130
+ = 1.1.18 =
131
+ mistype fix for old versions
132
  = 1.1.17 =
133
  translation errors for LT language, allowing only embed and button forms
134
  = 1.1.16 =
206
 
207
  == Upgrade Notice ==
208
 
209
+ = 1.1.18 =
210
+ mistype fix for old versions
211
  = 1.1.17 =
212
  translation errors for LT language, allowing only embed and button forms
213
  = 1.1.16 =