Plugin Directory

Changeset 502178


Ignore:
Timestamp:
02/08/2012 12:31:53 PM (14 years ago)
Author:
beshkin
Message:

tagging version 0.4

Location:
e-commerce-multi-currency-support
Files:
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • e-commerce-multi-currency-support/tags/0.4/readme.txt

    r498695 r502178  
    44Requires at least: 2.9
    55Tested up to: 3.1.1
    6 Stable tag: 0.3.1
     6Stable tag: 0.4
    77
    88
     
    1313== Installation ==
    1414
    15 1. Upload the folder 'wp-e-commerce-multi-currency-magic' to the '/wp-content/plugins/' directory
     151. Upload the folder 'e-commerce-multi-currency-support' to the '/wp-content/plugins/' directory
    16162. Activate the plugin through the 'Plugins' menu in WordPress
    1717
    1818== Changelog ==
     19= 0.4 =
     20- added multilanguage support
    1921= 0.3 =
    2022- 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  
    44Plugin URI: http://misha.beshkin.lv
    55Description: 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.1
     6Version: 0.4
    77Author: Misha Beshkin
    88Author URI: http://misha.beshkin.lv
     
    186186    wp_enqueue_script('wpsc-multi-currency-support-js',WPSC_CURRENCY_URL.'/js-css/currency.js', array('jquery'), 'Wp-Currency-Support');
    187187    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/' );
    189189}
    190190add_action('init','wpsc_add_currency_js_css', 11);
  • e-commerce-multi-currency-support/trunk/readme.txt

    r498695 r502178  
    44Requires at least: 2.9
    55Tested up to: 3.1.1
    6 Stable tag: 0.3.1
     6Stable tag: 0.4
    77
    88
     
    1313== Installation ==
    1414
    15 1. Upload the folder 'wp-e-commerce-multi-currency-magic' to the '/wp-content/plugins/' directory
     151. Upload the folder 'e-commerce-multi-currency-support' to the '/wp-content/plugins/' directory
    16162. Activate the plugin through the 'Plugins' menu in WordPress
    1717
    1818== Changelog ==
     19= 0.4 =
     20- added multilanguage support
    1921= 0.3 =
    2022- Base currency is selected by default in drop-down currency selector
  • e-commerce-multi-currency-support/trunk/wpsc-currency-changer.php

    r498695 r502178  
    44Plugin URI: http://misha.beshkin.lv
    55Description: 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.1
     6Version: 0.4
    77Author: Misha Beshkin
    88Author URI: http://misha.beshkin.lv
     
    186186    wp_enqueue_script('wpsc-multi-currency-support-js',WPSC_CURRENCY_URL.'/js-css/currency.js', array('jquery'), 'Wp-Currency-Support');
    187187    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/' );
    189189}
    190190add_action('init','wpsc_add_currency_js_css', 11);
Note: See TracChangeset for help on using the changeset viewer.