Changeset 469117
- Timestamp:
- 11/29/2011 03:43:28 PM (14 years ago)
- Location:
- appstore/trunk
- Files:
-
- 3 edited
-
AppFunctions.php (modified) (1 diff)
-
AppStore.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appstore/trunk/AppFunctions.php
r469115 r469117 623 623 624 624 function getCurrency($AppStore_country) { 625 if( $AppStore_country == "us" || $AppStore_country == "ca" || $AppStore_country == "cn") {625 if( $AppStore_country == "us" || $AppStore_country == "ca" ) { 626 626 return "${0}"; 627 } elseif ($AppStore_country == "cn") { 628 return "{0} ¥"; 627 629 } elseif ($AppStore_country == "ch" || $AppStore_country == "lx") { 628 630 return "{0} CHF"; 629 631 } elseif ($AppStore_country == "gb") { 630 return "{0} GBP";632 return "{0} £"; 631 633 } elseif ($AppStore_country == "se") { 632 634 return "{0} Öre"; -
appstore/trunk/AppStore.php
r469115 r469117 4 4 Plugin URI: http://tirolercast.ste-bi.net/wordpress-plugins/appstore-plugin/ 5 5 Description: A filter for WordPress that displays AppstoreDetails 6 Version:4.4. 46 Version:4.4.6 7 7 Author: Stephan 8 8 Author URI: http://www.ste-bi.net -
appstore/trunk/readme.txt
r469115 r469117 54 54 = 4.4.6 = 55 55 * Translation Espaniol (big thanks to Luis Twitter:@radeklu http://www.applepack.esç) 56 * ¥ yensign 56 57 57 58 = 4.4.5 =
Note: See TracChangeset
for help on using the changeset viewer.