Version Description
- Update styles to be compatible with upcoming 3.8 wp-admin changes
Download this release
Release Info
Developer | crowdfavorite |
Plugin | MailChimp List Subscribe Form |
Version | 1.4.1 |
Comparing to | |
See all releases |
Code changes from version 1.4 to 1.4.1
- css/admin.css +4 -0
- mailchimp.php +2 -2
- readme.txt +7 -2
css/admin.css
CHANGED
@@ -259,6 +259,10 @@ tr.mc-turned-on th {
|
|
259 |
width: 70px;
|
260 |
margin-right: 7px;
|
261 |
}
|
|
|
|
|
|
|
|
|
262 |
|
263 |
|
264 |
|
259 |
width: 70px;
|
260 |
margin-right: 7px;
|
261 |
}
|
262 |
+
.mc-custom-styling td input[type="checkbox"] {
|
263 |
+
width: auto;
|
264 |
+
margin-right: 7px;
|
265 |
+
}
|
266 |
|
267 |
|
268 |
|
mailchimp.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: MailChimp
|
4 |
Plugin URI: http://www.mailchimp.com/plugins/mailchimp-wordpress-plugin/
|
5 |
Description: The MailChimp plugin allows you to quickly and easily add a signup form for your MailChimp list.
|
6 |
-
Version: 1.4
|
7 |
Author: MailChimp and Crowd Favorite
|
8 |
Author URI: http://mailchimp.com/api/
|
9 |
*/
|
@@ -25,7 +25,7 @@ Author URI: http://mailchimp.com/api/
|
|
25 |
*/
|
26 |
|
27 |
// Version constant for easy CSS refreshes
|
28 |
-
define('MCSF_VER', '1.4');
|
29 |
|
30 |
// What's our permission (capability) threshold
|
31 |
define('MCSF_CAP_THRESHOLD', 'manage_options');
|
3 |
Plugin Name: MailChimp
|
4 |
Plugin URI: http://www.mailchimp.com/plugins/mailchimp-wordpress-plugin/
|
5 |
Description: The MailChimp plugin allows you to quickly and easily add a signup form for your MailChimp list.
|
6 |
+
Version: 1.4.1
|
7 |
Author: MailChimp and Crowd Favorite
|
8 |
Author URI: http://mailchimp.com/api/
|
9 |
*/
|
25 |
*/
|
26 |
|
27 |
// Version constant for easy CSS refreshes
|
28 |
+
define('MCSF_VER', '1.4.1');
|
29 |
|
30 |
// What's our permission (capability) threshold
|
31 |
define('MCSF_CAP_THRESHOLD', 'manage_options');
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== MailChimp List Subscribe Form ===
|
2 |
-
Contributors:
|
3 |
Tags: mailchimp, email, newsletter, signup, marketing, plugin, widget
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.7.1
|
6 |
-
Stable tag: 1.4
|
7 |
|
8 |
== Description ==
|
9 |
|
@@ -138,6 +138,8 @@ Maybe! Look in the /po/ directory in our plugin package and see if your language
|
|
138 |
|
139 |
== Upgrade Notice ==
|
140 |
|
|
|
|
|
141 |
= 1.4 =
|
142 |
Added Developer Mode "Kitchen Sink" to aid in styling without having to authenticate a MailChimp account.
|
143 |
|
@@ -163,6 +165,9 @@ Added support for multiple interest groups, field formatting based on type and d
|
|
163 |
|
164 |
== Changelog ==
|
165 |
|
|
|
|
|
|
|
166 |
= 1.4 =
|
167 |
* Developer Mode "Kitchen Sink" takes over plugin for local development
|
168 |
* Developer Mode has filters of changable content
|
1 |
=== MailChimp List Subscribe Form ===
|
2 |
+
Contributors: crowdfavorite
|
3 |
Tags: mailchimp, email, newsletter, signup, marketing, plugin, widget
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.7.1
|
6 |
+
Stable tag: 1.4.1
|
7 |
|
8 |
== Description ==
|
9 |
|
138 |
|
139 |
== Upgrade Notice ==
|
140 |
|
141 |
+
|
142 |
+
|
143 |
= 1.4 =
|
144 |
Added Developer Mode "Kitchen Sink" to aid in styling without having to authenticate a MailChimp account.
|
145 |
|
165 |
|
166 |
== Changelog ==
|
167 |
|
168 |
+
= 1.4.1 =
|
169 |
+
* Update styles to be compatible with upcoming 3.8 wp-admin changes
|
170 |
+
|
171 |
= 1.4 =
|
172 |
* Developer Mode "Kitchen Sink" takes over plugin for local development
|
173 |
* Developer Mode has filters of changable content
|