Easy Forms for MailChimp - Version 2.2.1

Version Description

  • Bugfix make sure label matches ID
Download this release

Release Info

Developer yikesinc
Plugin Icon 128x128 Easy Forms for MailChimp
Version 2.2.1
Comparing to
See all releases

Code changes from version 2.2.0 to 2.2.1

classes/class.yksemeBase.php CHANGED
@@ -48,10 +48,6 @@ public function uninstall()
48
  delete_option(YKSEME_OPTION);
49
  }
50
 
51
-
52
-
53
-
54
-
55
  /***** INITIAL SETUP
56
  ****************************************************************************************************/
57
  public function initialize()
@@ -1044,7 +1040,7 @@ public function getFrontendFormDisplay($list='')
1044
  }
1045
  ?>
1046
  <tr class="yks-mailchimpFormTableRow">
1047
- <td class="prompt yks-mailchimpFormTableRowLabel"><label class="yks-mailchimpFormTdLabel<?php echo $reqlabel; ?>" for="<?php echo $field['name']; ?>"><?php echo $field['label']; ?></label><?php echo $reqindicator; ?></td>
1048
  <td class="yks-mailchimpFormTableRowField">
1049
  <?php echo $this->getFrontendFormDisplay_field($field); ?>
1050
  </td>
@@ -1079,7 +1075,7 @@ public function getFrontendFormDisplay($list='')
1079
  }
1080
  ?>
1081
  <div class="yks-mailchimpFormDivRow">
1082
- <label class="prompt yks-mailchimpFormDivRowLabel<?php echo $reqlabel; ?>" for="<?php echo $field['name']; ?>"><?php echo $field['label']; ?><?php echo $reqindicator; ?></label>
1083
  <div class="yks-mailchimpFormDivRowField">
1084
  <?php echo $this->getFrontendFormDisplay_field($field); ?>
1085
  </div>
@@ -1306,7 +1302,7 @@ private function runUpdateTasks_1_3_0()
1306
  $this->addList($list['list-id']);
1307
  }
1308
  }
1309
- $this->optionVal['version'] = '2.1.0';
1310
  return true;
1311
  }
1312
 
48
  delete_option(YKSEME_OPTION);
49
  }
50
 
 
 
 
 
51
  /***** INITIAL SETUP
52
  ****************************************************************************************************/
53
  public function initialize()
1040
  }
1041
  ?>
1042
  <tr class="yks-mailchimpFormTableRow">
1043
+ <td class="prompt yks-mailchimpFormTableRowLabel"><label class="yks-mailchimpFormTdLabel<?php echo $reqlabel; ?>" for="<?php echo $field['id']; ?>"><?php echo $field['label']; ?></label><?php echo $reqindicator; ?></td>
1044
  <td class="yks-mailchimpFormTableRowField">
1045
  <?php echo $this->getFrontendFormDisplay_field($field); ?>
1046
  </td>
1075
  }
1076
  ?>
1077
  <div class="yks-mailchimpFormDivRow">
1078
+ <label class="prompt yks-mailchimpFormDivRowLabel<?php echo $reqlabel; ?>" for="<?php echo $field['id']; ?>"><?php echo $field['label']; ?><?php echo $reqindicator; ?></label>
1079
  <div class="yks-mailchimpFormDivRowField">
1080
  <?php echo $this->getFrontendFormDisplay_field($field); ?>
1081
  </div>
1302
  $this->addList($list['list-id']);
1303
  }
1304
  }
1305
+ $this->optionVal['version'] = '2.2.1';
1306
  return true;
1307
  }
1308
 
images/Thumbs.db DELETED
Binary file
readme.md CHANGED
@@ -51,6 +51,9 @@ Due to the code overhaul required for new version features, the structure we wer
51
 
52
  Changes
53
  ===========
 
 
 
54
  ### 2.2.0
55
  * Change plugin name
56
  * Add better MailChimp error messaging
51
 
52
  Changes
53
  ===========
54
+ ### 2.2.1
55
+ * Bugfix make sure label matches ID
56
+
57
  ### 2.2.0
58
  * Change plugin name
59
  * Add better MailChimp error messaging
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Easy MailChimp Forms ===
2
  Contributors: yikesinc, hiwhatsup, liljimmi, seriouslysean
3
  Donate link: http://yikesinc.com
4
- Tags: mailchimp, marketing, email, mailing lists, newsletter, signup
5
  Requires at least: 3.0
6
- Tested up to: 3.6.1
7
- Stable tag: 2.2
8
 
9
  Easy MailChimp Forms allows you to painlessly add MailChimp signup forms to your WordPress site.
10
 
@@ -64,6 +64,9 @@ Due to the code overhaul required for the features of the new version, the struc
64
  5. Form displays on the site front-end
65
 
66
  == Changelog ==
 
 
 
67
  = 2.2.0 =
68
  * Change plugin name
69
  * Add better MailChimp error messaging
1
  === Easy MailChimp Forms ===
2
  Contributors: yikesinc, hiwhatsup, liljimmi, seriouslysean
3
  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.7
7
+ Stable tag: 2.2.1
8
 
9
  Easy MailChimp Forms allows you to painlessly add MailChimp signup forms to your WordPress site.
10
 
64
  5. Form displays on the site front-end
65
 
66
  == Changelog ==
67
+ = 2.2.1 =
68
+ * Bugfix make sure label matches ID
69
+
70
  = 2.2.0 =
71
  * Change plugin name
72
  * Add better MailChimp error messaging
screenshot-2.png CHANGED
Binary file
screenshot-3.png CHANGED
Binary file
screenshot-5.png CHANGED
Binary file
yikes-inc-easy-mailchimp-extender.php CHANGED
@@ -4,8 +4,8 @@
4
  Plugin Name: Easy MailChimp Forms
5
  Plugin URI: http://www.yikesinc.com/services/yikes-inc-easy-mailchimp-extender/
6
  Description: Mailchimp API integration in the form of a shortcode or php snippet
7
- Version: 2.2.0
8
- Author: YIKES Inc, Carlos Zuniga, Tracy Levesque, Sean Kennedy
9
  Author URI: http://yikesinc.com
10
  License: GPL2
11
 
@@ -29,9 +29,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
29
  #_________________________________________________ CONSTANTS
30
  /** Configuration **/
31
  if(!defined('YKSEME_DEBUG')) define('YKSEME_DEBUG', true);
32
- if(!defined('YKSEME_VERSION_CURRENT')) define('YKSEME_VERSION_CURRENT', '2.2.0');
33
  if(!defined('YKSEME_REQ_PHP')) define('YKSEME_REQ_PHP', '5.0');
34
- if(!defined('YKSEME_AUTHOR')) define('YKSEME_AUTHOR', 'YIKES Inc, Carlos Zuniga, Tracy Levesque, Sean Kennedy');
35
  if(!defined('YKSEME_SITE')) define('YKSEME_SITE', site_url().'/');
36
  if(!defined('YKSEME_PREFIX')) define('YKSEME_PREFIX', 'ykseme_');
37
  if(!defined('YKSEME_PATH')) define('YKSEME_PATH', ABSPATH.'wp-content/plugins/yikes-inc-easy-mailchimp-extender/');
4
  Plugin Name: Easy MailChimp Forms
5
  Plugin URI: http://www.yikesinc.com/services/yikes-inc-easy-mailchimp-extender/
6
  Description: Mailchimp API integration in the form of a shortcode or php snippet
7
+ Version: 2.2.1
8
+ Author: YIKES Inc
9
  Author URI: http://yikesinc.com
10
  License: GPL2
11
 
29
  #_________________________________________________ CONSTANTS
30
  /** Configuration **/
31
  if(!defined('YKSEME_DEBUG')) define('YKSEME_DEBUG', true);
32
+ if(!defined('YKSEME_VERSION_CURRENT')) define('YKSEME_VERSION_CURRENT', '2.2.1');
33
  if(!defined('YKSEME_REQ_PHP')) define('YKSEME_REQ_PHP', '5.0');
34
+ if(!defined('YKSEME_AUTHOR')) define('YKSEME_AUTHOR', 'YIKES Inc');
35
  if(!defined('YKSEME_SITE')) define('YKSEME_SITE', site_url().'/');
36
  if(!defined('YKSEME_PREFIX')) define('YKSEME_PREFIX', 'ykseme_');
37
  if(!defined('YKSEME_PATH')) define('YKSEME_PATH', ABSPATH.'wp-content/plugins/yikes-inc-easy-mailchimp-extender/');