MailChimp List Subscribe Form - Version 1.0.2

Version Description

Download this release

Release Info

Developer mc_jesse
Plugin Icon wp plugin MailChimp List Subscribe Form
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

Files changed (2) hide show
  1. mailchimp.php +2 -3
  2. readme.txt +15 -6
mailchimp.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: MailChimp
4
  Plugin URI: http://mailchimp.com/api/plugins/wordpress
5
  Description: The MailChimp plugin allows you to easily setup a Subscribe box for your MailChimp list - So easy a chimp could do it!
6
- Version: 1.0.1
7
  Author: MailChimp API Support Team
8
  Author URI: http://mailchimp.com/api/
9
  */
@@ -406,8 +406,7 @@ if (!is_array($ig)){
406
  <tr valign="top">
407
  <th scope="row"><?php echo __('Submit Button text', 'mailchimp_i18n');?>:</th>
408
  <td>
409
- <input type="text" name="mc_submit_text" size="30" value="<?php echo get_option('mc_submit_text');?>"/><br/>
410
- <i><?php echo __('You can fill this with your own Text, HTML markup (including image links), or Nothing!', 'mailchimp_i18n');?></i>
411
  </td>
412
  </tr>
413
 
3
  Plugin Name: MailChimp
4
  Plugin URI: http://mailchimp.com/api/plugins/wordpress
5
  Description: The MailChimp plugin allows you to easily setup a Subscribe box for your MailChimp list - So easy a chimp could do it!
6
+ Version: 1.0.2
7
  Author: MailChimp API Support Team
8
  Author URI: http://mailchimp.com/api/
9
  */
406
  <tr valign="top">
407
  <th scope="row"><?php echo __('Submit Button text', 'mailchimp_i18n');?>:</th>
408
  <td>
409
+ <input type="text" name="mc_submit_text" size="30" value="<?php echo get_option('mc_submit_text');?>"/>
 
410
  </td>
411
  </tr>
412
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: mc_jesse
3
  Tags: mailchimp, email, newsletter, signup, marketing, plugin, widget
4
  Requires at least: 2.3
5
- Tested up to: 2.6
6
- Stable tag: 1.0.1
7
  Author URI: http://www.mailchimp.com/api/
8
  Plugin URI: http://www.mailchimp.com/plugins/wordpress.phtml
9
 
@@ -53,17 +53,26 @@ This section describes how to install the plugin and get started using it.
53
 
54
  = Advanced =
55
  If you have a custom coded sidebar or something else special going on where you can't simply enable the widget
56
- through the Wordpress GUI, all you need to do is add:
 
 
57
 
58
  ` mc_display_widget(); `
59
 
60
- Where ever you want it to show up.
 
 
 
 
 
 
 
 
61
 
62
 
63
  == Internationalization (i18n) ==
64
- Currently we have the plugin translated to:
65
  * en_US - English in the U.S.
66
- * fr_FR - French in France
67
 
68
  If your language is not listed above, feel free to create a translation. Here are the basic steps:
69
  1. Copy "mailchimp_i18n-en_US.po" to "mailchimp_i18n-LANG_COUNTRY.po" - fill in LANG and COUNTRY with whatever you use for WPLANG in wp-config.php
2
  Contributors: mc_jesse
3
  Tags: mailchimp, email, newsletter, signup, marketing, plugin, widget
4
  Requires at least: 2.3
5
+ Tested up to: 2.7
6
+ Stable tag: 1.0.2
7
  Author URI: http://www.mailchimp.com/api/
8
  Plugin URI: http://www.mailchimp.com/plugins/wordpress.phtml
9
 
53
 
54
  = Advanced =
55
  If you have a custom coded sidebar or something else special going on where you can't simply enable the widget
56
+ through the Wordpress GUI, all you need to do is:
57
+
58
+ If you are adding it inside a php code block, pop this in:
59
 
60
  ` mc_display_widget(); `
61
 
62
+ Or, if you are dropping it in between a bunch of HTML, use this:
63
+
64
+ `<?php mc_display_widget(); ?>`
65
+
66
+ Where ever you want it to show up.
67
+
68
+ Note: in some environments you will need to install the Exec_PHP plugin to use that method of display. It can be found here:
69
+ http://wordpress.org/extend/plugins/exec-php/
70
+
71
 
72
 
73
  == Internationalization (i18n) ==
74
+ Currently we have the plugin configured so it can be easily translated and the following languages supported:
75
  * en_US - English in the U.S.
 
76
 
77
  If your language is not listed above, feel free to create a translation. Here are the basic steps:
78
  1. Copy "mailchimp_i18n-en_US.po" to "mailchimp_i18n-LANG_COUNTRY.po" - fill in LANG and COUNTRY with whatever you use for WPLANG in wp-config.php