Version Description
- Re-Apply missing styles to new 'My MailChimp' Section
Download this release
Release Info
Developer | eherman24 |
Plugin | Easy Forms for MailChimp |
Version | 5.0.3 |
Comparing to | |
See all releases |
Code changes from version 5.0.1 to 5.0.3
- classes/class.yksemeBase.php +1 -1
- images/reCAPTCHA/{reCAPTCHA_Sample_BlackGlass.png → reCAPTCHA_Sample_blackglass.png} +0 -0
- images/reCAPTCHA/{reCAPTCHA_Sample_Clean.png → reCAPTCHA_Sample_clean.png} +0 -0
- images/reCAPTCHA/{reCAPTCHA_Sample_Default.png → reCAPTCHA_Sample_default.png} +0 -0
- images/reCAPTCHA/{reCAPTCHA_Sample_White.png → reCAPTCHA_Sample_white.png} +0 -0
- readme.txt +7 -1
- templates/mailChimp-campaign-report.php +3 -0
- yikes-inc-easy-mailchimp-extender.php +2 -2
classes/class.yksemeBase.php
CHANGED
@@ -2533,7 +2533,7 @@ public function generateListContainers($listArr=false)
|
|
2533 |
<tr valign="top">
|
2534 |
<th scope="row"><label for="yks-mailchimp-api-key"><?php _e( 'Shortcode' , 'yikes-inc-easy-mailchimp-extender' ); ?></label></th>
|
2535 |
<td>
|
2536 |
-
[
|
2537 |
<span class="description yks-margin-left"><?php _e( 'Paste this shortcode into whatever page or post you want to add this form to' , 'yikes-inc-easy-mailchimp-extender' ); ?></span>
|
2538 |
</td>
|
2539 |
</tr>
|
2533 |
<tr valign="top">
|
2534 |
<th scope="row"><label for="yks-mailchimp-api-key"><?php _e( 'Shortcode' , 'yikes-inc-easy-mailchimp-extender' ); ?></label></th>
|
2535 |
<td>
|
2536 |
+
[yks-mailchimp-list id="<?php echo $list['id']; ?>" submit_text="Submit"]
|
2537 |
<span class="description yks-margin-left"><?php _e( 'Paste this shortcode into whatever page or post you want to add this form to' , 'yikes-inc-easy-mailchimp-extender' ); ?></span>
|
2538 |
</td>
|
2539 |
</tr>
|
images/reCAPTCHA/{reCAPTCHA_Sample_BlackGlass.png → reCAPTCHA_Sample_blackglass.png}
RENAMED
File without changes
|
images/reCAPTCHA/{reCAPTCHA_Sample_Clean.png → reCAPTCHA_Sample_clean.png}
RENAMED
File without changes
|
images/reCAPTCHA/{reCAPTCHA_Sample_Default.png → reCAPTCHA_Sample_default.png}
RENAMED
File without changes
|
images/reCAPTCHA/{reCAPTCHA_Sample_White.png → reCAPTCHA_Sample_white.png}
RENAMED
File without changes
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://yikesinc.com
|
|
4 |
Tags: mailchimp, marketing, email, mailing lists, newsletter, signup, forms, signup form
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.1
|
7 |
-
Stable tag: 5.0.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Easy MailChimp Forms allows you to easily add MailChimp signup forms to your site and track campaign stats with interactive and printable reports.
|
@@ -452,6 +452,12 @@ These functions should be used in conjunction with the `yikes_mc_get_form_data`
|
|
452 |
|
453 |
== Changelog ==
|
454 |
|
|
|
|
|
|
|
|
|
|
|
|
|
455 |
= 5.0.1 =
|
456 |
* Remove global box-sizing CSS declaration
|
457 |
|
4 |
Tags: mailchimp, marketing, email, mailing lists, newsletter, signup, forms, signup form
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.1
|
7 |
+
Stable tag: 5.0.3
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Easy MailChimp Forms allows you to easily add MailChimp signup forms to your site and track campaign stats with interactive and printable reports.
|
452 |
|
453 |
== Changelog ==
|
454 |
|
455 |
+
= 5.0.3 =
|
456 |
+
* Re-Apply missing styles to new 'My MailChimp' Section
|
457 |
+
|
458 |
+
= 5.0.2 =
|
459 |
+
* Remove extra spacing in provided short code, which caused parsing issues
|
460 |
+
|
461 |
= 5.0.1 =
|
462 |
* Remove global box-sizing CSS declaration
|
463 |
|
templates/mailChimp-campaign-report.php
CHANGED
@@ -6,6 +6,9 @@ add_thickbox();
|
|
6 |
?>
|
7 |
|
8 |
<style>
|
|
|
|
|
|
|
9 |
.midnight-blue-flat-button {
|
10 |
position: relative;
|
11 |
vertical-align: top;
|
6 |
?>
|
7 |
|
8 |
<style>
|
9 |
+
*, *:before, *:after {
|
10 |
+
box-sizing: border-box;
|
11 |
+
}
|
12 |
.midnight-blue-flat-button {
|
13 |
position: relative;
|
14 |
vertical-align: top;
|
yikes-inc-easy-mailchimp-extender.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Easy MailChimp Forms
|
5 |
Plugin URI: http://www.yikesinc.com/services/yikes-inc-easy-mailchimp-extender/
|
6 |
Description: Mailchimp integration in the form of a shortcode, php snippet or widget. Now track account status, campaign stats, view subscribers and so much more!
|
7 |
-
Version: 5.0.
|
8 |
Author: YIKES Inc
|
9 |
Author URI: http://yikesinc.com
|
10 |
License: GPL2
|
@@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
30 |
|
31 |
/** Configuration **/
|
32 |
if(!defined('YKSEME_DEBUG')) define('YKSEME_DEBUG', false);
|
33 |
-
if(!defined('YKSEME_VERSION_CURRENT')) define('YKSEME_VERSION_CURRENT', '5.0.
|
34 |
if(!defined('YKSEME_REQ_PHP')) define('YKSEME_REQ_PHP', '5.0');
|
35 |
if(!defined('YKSEME_AUTHOR')) define('YKSEME_AUTHOR', 'YIKES Inc');
|
36 |
if(!defined('YKSEME_SITE')) define('YKSEME_SITE', site_url().'/');
|
4 |
Plugin Name: Easy MailChimp Forms
|
5 |
Plugin URI: http://www.yikesinc.com/services/yikes-inc-easy-mailchimp-extender/
|
6 |
Description: Mailchimp integration in the form of a shortcode, php snippet or widget. Now track account status, campaign stats, view subscribers and so much more!
|
7 |
+
Version: 5.0.3
|
8 |
Author: YIKES Inc
|
9 |
Author URI: http://yikesinc.com
|
10 |
License: GPL2
|
30 |
|
31 |
/** Configuration **/
|
32 |
if(!defined('YKSEME_DEBUG')) define('YKSEME_DEBUG', false);
|
33 |
+
if(!defined('YKSEME_VERSION_CURRENT')) define('YKSEME_VERSION_CURRENT', '5.0.3');
|
34 |
if(!defined('YKSEME_REQ_PHP')) define('YKSEME_REQ_PHP', '5.0');
|
35 |
if(!defined('YKSEME_AUTHOR')) define('YKSEME_AUTHOR', 'YIKES Inc');
|
36 |
if(!defined('YKSEME_SITE')) define('YKSEME_SITE', site_url().'/');
|