Plugin Directory

Changeset 1066202


Ignore:
Timestamp:
01/12/2015 05:01:19 PM (11 years ago)
Author:
jonscaife
Message:

Corrected Bulgarian Leva code

Location:
worldcurrency/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • worldcurrency/trunk/currencies.inc.php

    r557301 r1066202  
    149149    $dt_wc_currencylist['ZMK'] = array('name'=>'Zambian Kwacha (ZMK)', 'symbol'=>'Zk');
    150150    $dt_wc_currencylist['ZWD'] = array('name'=>'Zimbabwe Dollar (ZWD)', 'symbol'=>'Z$');
    151    
     151
    152152    // Create the currency location list array
    153153    $dt_wc_locationlist = array(
     
    184184        'IO' => 'GBP',
    185185        'BN' => 'BND',
    186         'BG' => 'BGL',
     186        'BG' => 'BGN',
    187187        'BF' => 'XAF',
    188188        'BI' => 'BIF',
  • worldcurrency/trunk/readme.txt

    r1066189 r1066202  
    9898== Changelog ==
    9999
     100= 1.18 (12 January 2015) =
     101* Fix: Corrected Bulgarian Leva code from BGL to BGN
     102
    100103= 1.17 (12 January 2015) =
    101104* Fix: Corrected typo on the admin pages which showed incorrect shortcode (should be curr= not cur=)
  • worldcurrency/trunk/worldcurrency.php

    r1066189 r1066202  
    44Plugin URI: http://www.cometicucinoilweb.it/blog/en/worldcurrency-plugin-for-wordpress/
    55Description: 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.17
     6Version: 1.18
    77Date: 12 Jamuary 2015
    88Author: Daniele Tieghi
Note: See TracChangeset for help on using the changeset viewer.