Plugin Directory

Changeset 998306


Ignore:
Timestamp:
09/29/2014 06:26:19 AM (12 years ago)
Author:
AmirHelzer
Message:

Fix for WooCommerce before 2.2.

Location:
woocommerce-multilingual/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-multilingual/trunk/readme.txt

    r994792 r998306  
    66Requires at least: 3.0
    77Tested up to: 4.0
    8 Stable tag: 3.3.3
     8Stable tag: 3.3.4
    99
    1010Allows running fully multilingual e-commerce sites using WooCommerce and WPML.
     
    7777
    7878== Changelog ==
     79
     80= 3.3.4 =
     81* Fixed bug related to back-compatibility with WooCommerce versions < 2.2.*
    7982
    8083= 3.3.3 =
  • woocommerce-multilingual/trunk/woocommerce_wpml.class.php

    r994792 r998306  
    547547        $locale = $sitepress->get_locale( $lang_code );
    548548
    549         if( $locale != 'en_US' ){
     549        if( $locale != 'en_US' && class_exists( 'WC_Language_Pack_Upgrader' ) ){
    550550            $sitepress->switch_lang( $lang_code );
    551551
  • woocommerce-multilingual/trunk/wpml-woocommerce.php

    r994792 r998306  
    66  Author: OnTheGoSystems
    77  Author URI: http://www.onthegosystems.com/
    8   Version: 3.3.3
     8  Version: 3.3.4
    99*/
    1010
    1111
    1212if(defined('WCML_VERSION')) return;
    13 define('WCML_VERSION', '3.3.3');
     13define('WCML_VERSION', '3.3.4');
    1414define('WCML_PLUGIN_PATH', dirname(__FILE__));
    1515define('WCML_PLUGIN_FOLDER', basename(WCML_PLUGIN_PATH));
Note: See TracChangeset for help on using the changeset viewer.