Changeset 433584
- Timestamp:
- 09/05/2011 02:29:16 PM (15 years ago)
- Location:
- mailchimp-widget/trunk
- Files:
-
- 3 edited
-
lib/ns_widget_mailchimp.class.php (modified) (1 diff)
-
mailchimp-widget.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailchimp-widget/trunk/lib/ns_widget_mailchimp.class.php
r433100 r433584 294 294 ?> 295 295 <input type="hidden" name="ns_mc_number" value="<?php echo $this->number; ?>" /> 296 <label for="<?php echo $this->id_base; ?> _email"><?php echo __('Email Address :', 'mailchimp-widget'); ?></label>297 <input id="<?php echo $this->id_base; ?> _email" type="text" name="<?php echo $this->id_base; ?>_email" />296 <label for="<?php echo $this->id_base; ?>-email-<?php echo $this->number; ?>"><?php echo __('Email Address :', 'mailchimp-widget'); ?></label> 297 <input id="<?php echo $this->id_base; ?>-email-<?php echo $this->number; ?>" type="text" name="<?php echo $this->id_base; ?>_email" /> 298 298 <input class="button" type="submit" name="<?php echo __($instance['signup_text'], 'mailchimp-widget'); ?>" value="<?php echo __($instance['signup_text'], 'mailchimp-widget'); ?>" /> 299 299 </form> -
mailchimp-widget/trunk/mailchimp-widget.php
r433100 r433584 5 5 Description: 6 6 Author: James Lafferty 7 Version: 0.8. 87 Version: 0.8.9 8 8 Author URI: https://github.com/kalchas 9 9 License: GPL2 -
mailchimp-widget/trunk/readme.txt
r433100 r433584 41 41 42 42 == Changelog == 43 = 0.8.9 = 44 * Added instance number to id in widget. 45 43 46 = 0.8.8 = 44 47 * Some improvements to the underlying code and markup. … … 118 121 119 122 == Upgrade Notice == 123 = 0.8.9 = 124 * This is an important upgrade from 0.8.8 if you're using multiple widget instances. 125 120 126 = 0.8.8 = 121 127 * Some minor improvements to the underlying markup.
Note: See TracChangeset
for help on using the changeset viewer.