Easy Forms for MailChimp - Version 5.0.2

Version Description

  • Remove extra spacing in provided short code, which caused parsing issues
Download this release

Release Info

Developer eherman24
Plugin Icon 128x128 Easy Forms for MailChimp
Version 5.0.2
Comparing to
See all releases

Code changes from version 5.0 to 5.0.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
- [ 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>
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>
css/style.ykseme.css CHANGED
@@ -1077,10 +1077,6 @@ textarea#debug_loaded_apache_modules {
1077
  }
1078
 
1079
  /* Chimp Chatter Triangle on Container */
1080
- *, *:before, *:after {
1081
- box-sizing: border-box
1082
- }
1083
-
1084
  .chimp-chatter-message:after, .chimp-chatter-message:before {
1085
  left:-19px;
1086
  top:42%;
1077
  }
1078
 
1079
  /* Chimp Chatter Triangle on Container */
 
 
 
 
1080
  .chimp-chatter-message:after, .chimp-chatter-message:before {
1081
  left:-19px;
1082
  top:42%;
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 =
456
  * Custom content filter to prevent other plugins from accidentally hooking in
457
  * Updated translation files with new text and translations
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.2
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.2 =
456
+ * Remove extra spacing in provided short code, which caused parsing issues
457
+
458
+ = 5.0.1 =
459
+ * Remove global box-sizing CSS declaration
460
+
461
  = 5.0 =
462
  * Custom content filter to prevent other plugins from accidentally hooking in
463
  * Updated translation files with new text and translations
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.2
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.2');
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().'/');