Version Description
updated jquery validation script URL to use static.mailerlite.com
Download this release
Release Info
Developer | mailerlite |
Plugin | Official MailerLite Sign Up Forms |
Version | 1.1.22 |
Comparing to | |
See all releases |
Code changes from version 1.1.21 to 1.1.22
- include/mailerlite-form.php +2 -2
- mailerlite.php +2 -2
- readme.txt +5 -1
include/mailerlite-form.php
CHANGED
@@ -160,7 +160,7 @@ class MailerLite_Form
|
|
160 |
) {
|
161 |
wp_register_script(
|
162 |
'jquery-validation-plugin',
|
163 |
-
'https://
|
164 |
array('jquery')
|
165 |
);
|
166 |
} else if (!wp_script_is('jquery-validation-plugin')
|
@@ -170,7 +170,7 @@ class MailerLite_Form
|
|
170 |
) {
|
171 |
wp_register_script(
|
172 |
'jquery-validation-plugin',
|
173 |
-
'https://
|
174 |
array('google-hosted-jquery')
|
175 |
);
|
176 |
}
|
160 |
) {
|
161 |
wp_register_script(
|
162 |
'jquery-validation-plugin',
|
163 |
+
'https://static.mailerlite.com/js/jquery.validate.min.js',
|
164 |
array('jquery')
|
165 |
);
|
166 |
} else if (!wp_script_is('jquery-validation-plugin')
|
170 |
) {
|
171 |
wp_register_script(
|
172 |
'jquery-validation-plugin',
|
173 |
+
'https://static.mailerlite.com/js/jquery.validate.min.js',
|
174 |
array('google-hosted-jquery')
|
175 |
);
|
176 |
}
|
mailerlite.php
CHANGED
@@ -3,7 +3,7 @@
|
|
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.
|
7 |
* Author: MailerGroup
|
8 |
* Author URI: https://www.mailerlite.com
|
9 |
* License: GPLv2 or later
|
@@ -27,7 +27,7 @@
|
|
27 |
define('MAILERLITE_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
28 |
define('MAILERLITE_PLUGIN_URL', plugins_url('', __FILE__));
|
29 |
|
30 |
-
define('MAILERLITE_VERSION', '1.1.
|
31 |
|
32 |
define('MAILERLITE_PHP_VERSION', '5.0.1');
|
33 |
define('MAILERLITE_WP_VERSION', '3.0.1');
|
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.22
|
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.22');
|
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.7
|
7 |
-
Stable tag: 1.1.
|
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.21 =
|
131 |
small bugfixes
|
132 |
= 1.1.20 =
|
@@ -212,6 +214,8 @@ translation errors for LT language, allowing only embed and button forms
|
|
212 |
|
213 |
== Upgrade Notice ==
|
214 |
|
|
|
|
|
215 |
= 1.1.21 =
|
216 |
small bugfixes
|
217 |
= 1.1.20 =
|
4 |
Tags: mailerlite, newsletter, subscribe, form, webform
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.7
|
7 |
+
Stable tag: 1.1.22
|
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.22 =
|
131 |
+
updated jquery validation script URL to use static.mailerlite.com
|
132 |
= 1.1.21 =
|
133 |
small bugfixes
|
134 |
= 1.1.20 =
|
214 |
|
215 |
== Upgrade Notice ==
|
216 |
|
217 |
+
= 1.1.22 =
|
218 |
+
updated jquery validation script URL to use static.mailerlite.com
|
219 |
= 1.1.21 =
|
220 |
small bugfixes
|
221 |
= 1.1.20 =
|