Version Description
short php open tag fix
Download this release
Release Info
Developer | mailerlite |
Plugin | Official MailerLite Sign Up Forms |
Version | 1.1.25 |
Comparing to | |
See all releases |
Code changes from version 1.1.24 to 1.1.25
- include/templates/forms/custom_form.php +3 -3
- mailerlite.php +2 -2
- readme.txt +6 -2
include/templates/forms/custom_form.php
CHANGED
@@ -36,9 +36,9 @@
|
|
36 |
</div>
|
37 |
</div>
|
38 |
|
39 |
-
<? if (!empty($form_data['language'])):?>
|
40 |
-
<script type='text/javascript' src='
|
41 |
-
<? endif; ?>
|
42 |
|
43 |
<script type="text/javascript">
|
44 |
(function() {
|
36 |
</div>
|
37 |
</div>
|
38 |
|
39 |
+
<?php if (!empty($form_data['language'])):?>
|
40 |
+
<script type='text/javascript' src='<?php echo MAILERLITE_PLUGIN_URL?>/assets/js/localization/jquery.validate/messages_<?php echo strtolower($form_data['language'])?>.js'></script>
|
41 |
+
<?php endif; ?>
|
42 |
|
43 |
<script type="text/javascript">
|
44 |
(function() {
|
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.25
|
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.25');
|
31 |
|
32 |
define('MAILERLITE_PHP_VERSION', '5.0.1');
|
33 |
define('MAILERLITE_WP_VERSION', '3.0.1');
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: mailerlite
|
|
3 |
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 |
-
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.24 =
|
131 |
bigger curl timeout for API call, temporary
|
132 |
= 1.1.23 =
|
@@ -218,6 +220,8 @@ translation errors for LT language, allowing only embed and button forms
|
|
218 |
|
219 |
== Upgrade Notice ==
|
220 |
|
|
|
|
|
221 |
= 1.1.24 =
|
222 |
bigger curl timeout for API call, temporary
|
223 |
= 1.1.23 =
|
3 |
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.8
|
7 |
+
Stable tag: 1.1.25
|
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.25 =
|
131 |
+
short php open tag fix
|
132 |
= 1.1.24 =
|
133 |
bigger curl timeout for API call, temporary
|
134 |
= 1.1.23 =
|
220 |
|
221 |
== Upgrade Notice ==
|
222 |
|
223 |
+
= 1.1.25 =
|
224 |
+
short php open tag fix
|
225 |
= 1.1.24 =
|
226 |
bigger curl timeout for API call, temporary
|
227 |
= 1.1.23 =
|