Changeset 435049
- Timestamp:
- 09/08/2011 07:14:23 AM (15 years ago)
- Location:
- mailchimp-widget/trunk
- Files:
-
- 3 edited
-
lib/ns_mc_plugin.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_mc_plugin.class.php
r433100 r435049 15 15 private static $textdomain = 'mailchimp-widget'; 16 16 private function __construct () { 17 self::load_text_domain(); 17 18 register_activation_hook(__FILE__, array(&$this, 'set_up_options')); 18 19 // Set up the settings. -
mailchimp-widget/trunk/mailchimp-widget.php
r433584 r435049 5 5 Description: 6 6 Author: James Lafferty 7 Version: 0.8. 97 Version: 0.8.10 8 8 Author URI: https://github.com/kalchas 9 9 License: GPL2 -
mailchimp-widget/trunk/readme.txt
r433584 r435049 41 41 42 42 == Changelog == 43 = 0.8.10 = 44 * Reintegrated translation, which wasn't getting called before. 45 43 46 = 0.8.9 = 44 47 * Added instance number to id in widget. … … 121 124 122 125 == Upgrade Notice == 126 = 0.8.10 = 127 * If translations are giving you trouble, this should help fix it. 128 123 129 = 0.8.9 = 124 130 * This is an important upgrade from 0.8.8 if you're using multiple widget instances.
Note: See TracChangeset
for help on using the changeset viewer.