Plugin Directory

Changeset 435049


Ignore:
Timestamp:
09/08/2011 07:14:23 AM (15 years ago)
Author:
jameslafferty
Message:

Restoring translation in 0.8.10

Location:
mailchimp-widget/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mailchimp-widget/trunk/lib/ns_mc_plugin.class.php

    r433100 r435049  
    1515    private static $textdomain = 'mailchimp-widget';
    1616    private function __construct () {
     17        self::load_text_domain();
    1718        register_activation_hook(__FILE__, array(&$this, 'set_up_options'));
    1819         // Set up the settings.
  • mailchimp-widget/trunk/mailchimp-widget.php

    r433584 r435049  
    55Description:
    66Author: James Lafferty
    7 Version: 0.8.9
     7Version: 0.8.10
    88Author URI: https://github.com/kalchas
    99License: GPL2
  • mailchimp-widget/trunk/readme.txt

    r433584 r435049  
    4141
    4242== Changelog ==
     43= 0.8.10 =
     44* Reintegrated translation, which wasn't getting called before.
     45
    4346= 0.8.9 =
    4447* Added instance number to id in widget.
     
    121124
    122125== Upgrade Notice ==
     126= 0.8.10 =
     127* If translations are giving you trouble, this should help fix it.
     128
    123129= 0.8.9 =
    124130* 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.