Plugin Directory

Changeset 469117


Ignore:
Timestamp:
11/29/2011 03:43:28 PM (14 years ago)
Author:
Ste-Bi
Message:

4.4.6 commit

Location:
appstore/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appstore/trunk/AppFunctions.php

    r469115 r469117  
    623623
    624624function getCurrency($AppStore_country) {
    625     if( $AppStore_country == "us" || $AppStore_country == "ca" || $AppStore_country == "cn"  ) {
     625    if( $AppStore_country == "us" || $AppStore_country == "ca" ) {
    626626        return "${0}";
     627    } elseif ($AppStore_country == "cn") {
     628        return "{0} ¥";   
    627629    } elseif ($AppStore_country == "ch" || $AppStore_country == "lx") {
    628630        return "{0} CHF";
    629631    } elseif ($AppStore_country == "gb") {
    630         return "{0} GBP";   
     632        return "{0} £";   
    631633    } elseif ($AppStore_country == "se") {
    632634        return "{0} Öre";     
  • appstore/trunk/AppStore.php

    r469115 r469117  
    44Plugin URI: http://tirolercast.ste-bi.net/wordpress-plugins/appstore-plugin/
    55Description: A filter for WordPress that displays AppstoreDetails
    6 Version:4.4.4
     6Version:4.4.6
    77Author: Stephan
    88Author URI: http://www.ste-bi.net
  • appstore/trunk/readme.txt

    r469115 r469117  
    5454= 4.4.6 =
    5555* Translation Espaniol (big thanks to Luis Twitter:@radeklu http://www.applepack.esç)
     56* ¥ yensign
    5657
    5758= 4.4.5 =
Note: See TracChangeset for help on using the changeset viewer.