Changeset 502178
- Timestamp:
- 02/08/2012 12:31:53 PM (14 years ago)
- Location:
- e-commerce-multi-currency-support
- Files:
-
- 2 edited
- 8 copied
-
tags/0.4 (copied) (copied from e-commerce-multi-currency-support/trunk)
-
tags/0.4/js-css (copied) (copied from e-commerce-multi-currency-support/trunk/js-css)
-
tags/0.4/js-css/currency.js (copied) (copied from e-commerce-multi-currency-support/trunk/js-css/currency.js)
-
tags/0.4/license.txt (copied) (copied from e-commerce-multi-currency-support/trunk/license.txt)
-
tags/0.4/readme.txt (copied) (copied from e-commerce-multi-currency-support/trunk/readme.txt) (2 diffs)
-
tags/0.4/widgets (copied) (copied from e-commerce-multi-currency-support/trunk/widgets)
-
tags/0.4/widgets/currency_chooser_widget.php (copied) (copied from e-commerce-multi-currency-support/trunk/widgets/currency_chooser_widget.php)
-
tags/0.4/wpsc-currency-changer.php (copied) (copied from e-commerce-multi-currency-support/trunk/wpsc-currency-changer.php) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpsc-currency-changer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
e-commerce-multi-currency-support/tags/0.4/readme.txt
r498695 r502178 4 4 Requires at least: 2.9 5 5 Tested up to: 3.1.1 6 Stable tag: 0. 3.16 Stable tag: 0.4 7 7 8 8 … … 13 13 == Installation == 14 14 15 1. Upload the folder ' wp-e-commerce-multi-currency-magic' to the '/wp-content/plugins/' directory15 1. Upload the folder 'e-commerce-multi-currency-support' to the '/wp-content/plugins/' directory 16 16 2. Activate the plugin through the 'Plugins' menu in WordPress 17 17 18 18 == Changelog == 19 = 0.4 = 20 - added multilanguage support 19 21 = 0.3 = 20 22 - Base currency is selected by default in drop-down currency selector -
e-commerce-multi-currency-support/tags/0.4/wpsc-currency-changer.php
r498695 r502178 4 4 Plugin URI: http://misha.beshkin.lv 5 5 Description: A plugin that provides a currency converter tool integrated into the WordPress Shopping Cart. This is trunk from wp-e-commerce-multi-currency-magic plugin. 6 Version: 0. 3.16 Version: 0.4 7 7 Author: Misha Beshkin 8 8 Author URI: http://misha.beshkin.lv … … 186 186 wp_enqueue_script('wpsc-multi-currency-support-js',WPSC_CURRENCY_URL.'/js-css/currency.js', array('jquery'), 'Wp-Currency-Support'); 187 187 wp_enqueue_style( 'wpsc-multi-currency-support-css', WPSC_CURRENCY_URL.'/js-css/currency.css', false, '0.0', 'all'); 188 188 load_plugin_textdomain( 'currency-changer', false, dirname( plugin_basename( __FILE__ ) ) . '/localization/' ); 189 189 } 190 190 add_action('init','wpsc_add_currency_js_css', 11); -
e-commerce-multi-currency-support/trunk/readme.txt
r498695 r502178 4 4 Requires at least: 2.9 5 5 Tested up to: 3.1.1 6 Stable tag: 0. 3.16 Stable tag: 0.4 7 7 8 8 … … 13 13 == Installation == 14 14 15 1. Upload the folder ' wp-e-commerce-multi-currency-magic' to the '/wp-content/plugins/' directory15 1. Upload the folder 'e-commerce-multi-currency-support' to the '/wp-content/plugins/' directory 16 16 2. Activate the plugin through the 'Plugins' menu in WordPress 17 17 18 18 == Changelog == 19 = 0.4 = 20 - added multilanguage support 19 21 = 0.3 = 20 22 - Base currency is selected by default in drop-down currency selector -
e-commerce-multi-currency-support/trunk/wpsc-currency-changer.php
r498695 r502178 4 4 Plugin URI: http://misha.beshkin.lv 5 5 Description: A plugin that provides a currency converter tool integrated into the WordPress Shopping Cart. This is trunk from wp-e-commerce-multi-currency-magic plugin. 6 Version: 0. 3.16 Version: 0.4 7 7 Author: Misha Beshkin 8 8 Author URI: http://misha.beshkin.lv … … 186 186 wp_enqueue_script('wpsc-multi-currency-support-js',WPSC_CURRENCY_URL.'/js-css/currency.js', array('jquery'), 'Wp-Currency-Support'); 187 187 wp_enqueue_style( 'wpsc-multi-currency-support-css', WPSC_CURRENCY_URL.'/js-css/currency.css', false, '0.0', 'all'); 188 188 load_plugin_textdomain( 'currency-changer', false, dirname( plugin_basename( __FILE__ ) ) . '/localization/' ); 189 189 } 190 190 add_action('init','wpsc_add_currency_js_css', 11);
Note: See TracChangeset
for help on using the changeset viewer.