Version Description
- Fix embedded form cache
Download this release
Release Info
Developer | mailerlite |
Plugin | Official MailerLite Sign Up Forms |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
- include/templates/forms/embedded_form.php +1 -1
- mailerlite.php +2 -2
- readme.txt +5 -1
include/templates/forms/embedded_form.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<script type="text/javascript" src="//app.mailerlite.com/data/webforms/<?php echo $form_data['id']; ?>/<?php echo $form_data['code']; ?>.js"></script>
|
1 |
+
<script type="text/javascript" src="//app.mailerlite.com/data/webforms/<?php echo $form_data['id']; ?>/<?php echo $form_data['code']; ?>.js?v=<?php echo time(); ?>"></script>
|
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.0.
|
7 |
* Author: MailerGroup
|
8 |
* Author URI: https://www.mailerlite.com
|
9 |
* License: GPLv2 or later
|
@@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
26 |
define( 'MAILERLITE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
27 |
define( 'MAILERLITE_PLUGIN_URL', plugins_url( '', __FILE__ ) );
|
28 |
|
29 |
-
define( 'MAILERLITE_VERSION', '1.0.
|
30 |
|
31 |
function mailerlite_load_plugin_textdomain() {
|
32 |
|
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.0.6
|
7 |
* Author: MailerGroup
|
8 |
* Author URI: https://www.mailerlite.com
|
9 |
* License: GPLv2 or later
|
26 |
define( 'MAILERLITE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
27 |
define( 'MAILERLITE_PLUGIN_URL', plugins_url( '', __FILE__ ) );
|
28 |
|
29 |
+
define( 'MAILERLITE_VERSION', '1.0.6');
|
30 |
|
31 |
function mailerlite_load_plugin_textdomain() {
|
32 |
|
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.0
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -128,6 +128,8 @@ Add your custom CSS rules to the end of your theme stylesheet, /wp-content/theme
|
|
128 |
|
129 |
== Changelog ==
|
130 |
|
|
|
|
|
131 |
= 1.0.5 =
|
132 |
* Fix for WP 4.0
|
133 |
= 1.0.4 =
|
@@ -143,6 +145,8 @@ Add your custom CSS rules to the end of your theme stylesheet, /wp-content/theme
|
|
143 |
|
144 |
== Upgrade Notice ==
|
145 |
|
|
|
|
|
146 |
= 1.0.5 =
|
147 |
* Fix for WP 4.0
|
148 |
= 1.0.4 =
|
4 |
Tags: mailerlite, newsletter, subscribe, form, webform
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.0
|
7 |
+
Stable tag: 1.0.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
128 |
|
129 |
== Changelog ==
|
130 |
|
131 |
+
= 1.0.6 =
|
132 |
+
* Fix embedded form cache
|
133 |
= 1.0.5 =
|
134 |
* Fix for WP 4.0
|
135 |
= 1.0.4 =
|
145 |
|
146 |
== Upgrade Notice ==
|
147 |
|
148 |
+
= 1.0.6 =
|
149 |
+
* Fix embedded form cache
|
150 |
= 1.0.5 =
|
151 |
* Fix for WP 4.0
|
152 |
= 1.0.4 =
|