Version Description
- Subscribe button update
Download this release
Release Info
Developer | mailerlite |
Plugin | Official MailerLite Sign Up Forms |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- include/templates/forms/custom_form.php +1 -1
- mailerlite.php +2 -2
- readme.txt +5 -1
include/templates/forms/custom_form.php
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
<?php endforeach; ?>
|
20 |
<div class="mailerlite-form-loader"><?php _e('Please wait...', 'mailerlite'); ?></div>
|
21 |
<div class="mailerlite-subscribe-button-container">
|
22 |
-
<input class="mailerlite-subscribe-submit" type="submit" value="
|
23 |
</div>
|
24 |
<input type="hidden" name="form_id" value="<?php echo $form_id; ?>" />
|
25 |
<input type="hidden" name="action" value="mailerlite_subscribe_form" />
|
19 |
<?php endforeach; ?>
|
20 |
<div class="mailerlite-form-loader"><?php _e('Please wait...', 'mailerlite'); ?></div>
|
21 |
<div class="mailerlite-subscribe-button-container">
|
22 |
+
<input class="mailerlite-subscribe-submit" type="submit" value="<?php echo $form_data['button']; ?>" />
|
23 |
</div>
|
24 |
<input type="hidden" name="form_id" value="<?php echo $form_id; ?>" />
|
25 |
<input type="hidden" name="action" value="mailerlite_subscribe_form" />
|
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.4
|
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.4');
|
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: 3.9
|
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.3 =
|
132 |
* jQuery load update
|
133 |
= 1.0.2 =
|
@@ -139,6 +141,8 @@ Add your custom CSS rules to the end of your theme stylesheet, /wp-content/theme
|
|
139 |
|
140 |
== Upgrade Notice ==
|
141 |
|
|
|
|
|
142 |
= 1.0.3 =
|
143 |
* jQuery load update
|
144 |
= 1.0.2 =
|
4 |
Tags: mailerlite, newsletter, subscribe, form, webform
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 3.9
|
7 |
+
Stable tag: 1.0.4
|
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.4 =
|
132 |
+
* Subscribe button update
|
133 |
= 1.0.3 =
|
134 |
* jQuery load update
|
135 |
= 1.0.2 =
|
141 |
|
142 |
== Upgrade Notice ==
|
143 |
|
144 |
+
= 1.0.4 =
|
145 |
+
* Subscribe button update
|
146 |
= 1.0.3 =
|
147 |
* jQuery load update
|
148 |
= 1.0.2 =
|