Version Description
- tested with 4.6 version
Download this release
Release Info
Developer | mailerlite |
Plugin | Official MailerLite Sign Up Forms |
Version | 1.1.13 |
Comparing to | |
See all releases |
Code changes from version 1.1.12 to 1.1.13
- mailerlite.php +2 -2
- readme.txt +7 -3
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.13
|
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.13');
|
32 |
|
33 |
define('MAILERLITE_PHP_VERSION', '5.0.1');
|
34 |
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 |
|
@@ -72,7 +72,7 @@ MailerLite is easy to use web-based email marketing software. It can help you cr
|
|
72 |
Yes, you can easily register at www.mailerlite.com
|
73 |
|
74 |
= How to display a form in posts or pages? =
|
75 |
-
Use shortcode with form id which you created [
|
76 |
|
77 |
= How to display a form in widget areas like a sidebar? =
|
78 |
Just add "Mailerlite sign up form widget" and select form you have created
|
@@ -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.12 =
|
131 |
* multisite support
|
132 |
= 1.1.11 =
|
@@ -194,6 +196,8 @@ Add your custom CSS rules to the end of your theme stylesheet, /wp-content/theme
|
|
194 |
|
195 |
== Upgrade Notice ==
|
196 |
|
|
|
|
|
197 |
= 1.1.12 =
|
198 |
* multisite support
|
199 |
= 1.1.11 =
|
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.6
|
7 |
+
Stable tag: 1.1.13
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
72 |
Yes, you can easily register at www.mailerlite.com
|
73 |
|
74 |
= How to display a form in posts or pages? =
|
75 |
+
Use shortcode with form id which you created [mailerlite_form form_id=1].
|
76 |
|
77 |
= How to display a form in widget areas like a sidebar? =
|
78 |
Just add "Mailerlite sign up form widget" and select form you have created
|
127 |
|
128 |
== Changelog ==
|
129 |
|
130 |
+
= 1.1.13 =
|
131 |
+
* tested with 4.6 version
|
132 |
= 1.1.12 =
|
133 |
* multisite support
|
134 |
= 1.1.11 =
|
196 |
|
197 |
== Upgrade Notice ==
|
198 |
|
199 |
+
= 1.1.13 =
|
200 |
+
* tested with 4.6 version
|
201 |
= 1.1.12 =
|
202 |
* multisite support
|
203 |
= 1.1.11 =
|