Version Description
- fixed jquery bug
Download this release
Release Info
Developer | mailerlite |
Plugin | Official MailerLite Sign Up Forms |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- include/templates/forms/custom_form.php +2 -2
- mailerlite.php +2 -2
- readme.txt +5 -1
include/templates/forms/custom_form.php
CHANGED
@@ -38,7 +38,7 @@
|
|
38 |
|
39 |
<script type="text/javascript">
|
40 |
(function() {
|
41 |
-
var jQuery = jQueryWP || jQuery;
|
42 |
|
43 |
jQuery(document).ready(function () {
|
44 |
var form_container = jQuery("#mailerlite-form_<?php echo $form_id; ?>[data-temp-id=<?php echo $unique_id; ?>] form");
|
@@ -64,4 +64,4 @@
|
|
64 |
});
|
65 |
});
|
66 |
})();
|
67 |
-
</script>
|
38 |
|
39 |
<script type="text/javascript">
|
40 |
(function() {
|
41 |
+
var jQuery = window.jQueryWP || window.jQuery;
|
42 |
|
43 |
jQuery(document).ready(function () {
|
44 |
var form_container = jQuery("#mailerlite-form_<?php echo $form_id; ?>[data-temp-id=<?php echo $unique_id; ?>] form");
|
64 |
});
|
65 |
});
|
66 |
})();
|
67 |
+
</script>
|
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.
|
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.
|
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.4
|
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.4');
|
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.
|
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.3 =
|
131 |
* some problem with version number
|
132 |
= 1.1.2 =
|
@@ -176,6 +178,8 @@ Add your custom CSS rules to the end of your theme stylesheet, /wp-content/theme
|
|
176 |
|
177 |
== Upgrade Notice ==
|
178 |
|
|
|
|
|
179 |
= 1.1.3 =
|
180 |
* problem with number
|
181 |
= 1.1.2 =
|
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.4
|
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.4 =
|
131 |
+
* fixed jquery bug
|
132 |
= 1.1.3 =
|
133 |
* some problem with version number
|
134 |
= 1.1.2 =
|
178 |
|
179 |
== Upgrade Notice ==
|
180 |
|
181 |
+
= 1.1.4 =
|
182 |
+
* fixed jquery bug
|
183 |
= 1.1.3 =
|
184 |
* problem with number
|
185 |
= 1.1.2 =
|