Changeset 1066202
- Timestamp:
- 01/12/2015 05:01:19 PM (11 years ago)
- Location:
- worldcurrency/trunk
- Files:
-
- 3 edited
-
currencies.inc.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
worldcurrency.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
worldcurrency/trunk/currencies.inc.php
r557301 r1066202 149 149 $dt_wc_currencylist['ZMK'] = array('name'=>'Zambian Kwacha (ZMK)', 'symbol'=>'Zk'); 150 150 $dt_wc_currencylist['ZWD'] = array('name'=>'Zimbabwe Dollar (ZWD)', 'symbol'=>'Z$'); 151 151 152 152 // Create the currency location list array 153 153 $dt_wc_locationlist = array( … … 184 184 'IO' => 'GBP', 185 185 'BN' => 'BND', 186 'BG' => 'BG L',186 'BG' => 'BGN', 187 187 'BF' => 'XAF', 188 188 'BI' => 'BIF', -
worldcurrency/trunk/readme.txt
r1066189 r1066202 98 98 == Changelog == 99 99 100 = 1.18 (12 January 2015) = 101 * Fix: Corrected Bulgarian Leva code from BGL to BGN 102 100 103 = 1.17 (12 January 2015) = 101 104 * Fix: Corrected typo on the admin pages which showed incorrect shortcode (should be curr= not cur=) -
worldcurrency/trunk/worldcurrency.php
r1066189 r1066202 4 4 Plugin URI: http://www.cometicucinoilweb.it/blog/en/worldcurrency-plugin-for-wordpress/ 5 5 Description: Recognises users by IP address and shows them converted values in their local currency, you can write post/pages in multiple currencies. 6 Version: 1.1 76 Version: 1.18 7 7 Date: 12 Jamuary 2015 8 8 Author: Daniele Tieghi
Note: See TracChangeset
for help on using the changeset viewer.