Changeset 998306
- Timestamp:
- 09/29/2014 06:26:19 AM (12 years ago)
- Location:
- woocommerce-multilingual/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
woocommerce_wpml.class.php (modified) (1 diff)
-
wpml-woocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-multilingual/trunk/readme.txt
r994792 r998306 6 6 Requires at least: 3.0 7 7 Tested up to: 4.0 8 Stable tag: 3.3. 38 Stable tag: 3.3.4 9 9 10 10 Allows running fully multilingual e-commerce sites using WooCommerce and WPML. … … 77 77 78 78 == Changelog == 79 80 = 3.3.4 = 81 * Fixed bug related to back-compatibility with WooCommerce versions < 2.2.* 79 82 80 83 = 3.3.3 = -
woocommerce-multilingual/trunk/woocommerce_wpml.class.php
r994792 r998306 547 547 $locale = $sitepress->get_locale( $lang_code ); 548 548 549 if( $locale != 'en_US' ){549 if( $locale != 'en_US' && class_exists( 'WC_Language_Pack_Upgrader' ) ){ 550 550 $sitepress->switch_lang( $lang_code ); 551 551 -
woocommerce-multilingual/trunk/wpml-woocommerce.php
r994792 r998306 6 6 Author: OnTheGoSystems 7 7 Author URI: http://www.onthegosystems.com/ 8 Version: 3.3. 38 Version: 3.3.4 9 9 */ 10 10 11 11 12 12 if(defined('WCML_VERSION')) return; 13 define('WCML_VERSION', '3.3. 3');13 define('WCML_VERSION', '3.3.4'); 14 14 define('WCML_PLUGIN_PATH', dirname(__FILE__)); 15 15 define('WCML_PLUGIN_FOLDER', basename(WCML_PLUGIN_PATH));
Note: See TracChangeset
for help on using the changeset viewer.