Plugin Directory

Changeset 1342559


Ignore:
Timestamp:
02/03/2016 07:14:15 PM (10 years ago)
Author:
Engr.MTH
Message:

Committing version 1.0.3

Location:
tajer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tajer/trunk/classes/admin/class-tajer-currency.php

    r1341165 r1342559  
    119119        $currencies['MZM'] = array( 2, ',', '.' );            //    Mozambique Metical
    120120        $currencies['NPR'] = array( 2, '.', ',' );            //    Nepalese Rupee
     121        $currencies['NGN'] = array( 2, '.', ',' );            //    Nigerian Naira
    121122        $currencies['ANG'] = array( 2, '.', ',' );            //    Netherlands Antillian Guilder
    122123        $currencies['ILS'] = array( 2, '.', ',' );            //    New Israeli Shekel
     
    244245        $currencies['MAD'] = 'Moroccan Dirham (' . ( isset( $currency_symbols['MAD'] ) ? $currency_symbols['MAD'] : '' ) . ')';
    245246        $currencies['MZM'] = 'Mozambique Metical (' . ( isset( $currency_symbols['MZM'] ) ? $currency_symbols['MZM'] : '' ) . ')';
     247        $currencies['NGN'] = 'Nigerian Naira (' . $currency_symbols['NGN'] . ')';
    246248        $currencies['NPR'] = 'Nepalese Rupee (' . $currency_symbols['NPR'] . ')';
    247249        $currencies['ANG'] = 'Netherlands Antillian Guilder (' . $currency_symbols['ANG'] . ')';
  • tajer/trunk/readme.txt

    r1341323 r1342559  
    66Tags: market, marketplace, e-market, e-marketplace,download, downloads, e-store, shopping cart, eshop, digital downloads, e-downloads, ecommerce, e commerce, e-commerce, selling, wp-ecommerce, wp ecommerce, Mohammed Thaer, mohammedthaer, MOSTASHAROON
    77Requires at least: 4.0
    8 Tested up to: 4.4.1
    9 Stable tag: 1.0.2
     8Tested up to: 4.4.2
     9Stable tag: 1.0.3
    1010
    1111License: GNU Version 2 or Any Later Version
     
    8080== Changelog ==
    8181
     82= 1.0.3, February 3, 2016 =
     83
     84* New: Nigerian Naira currency.
     85
    8286= 1.0.2, February 2, 2016 =
    8387
  • tajer/trunk/tajer.php

    r1341323 r1342559  
    77  Plugin URI: https://mostasharoon.org/tajer/
    88  Description: Tajer is an electronic merchant that can sell your digital products instead of you.
    9   Version: 1.0.2
     9  Version: 1.0.3
    1010  Author: Mohammed Thaer
    1111  Author URI: https://mostasharoon.org
     
    1313 */
    1414
    15 define( 'TAJER_VERSION', '1.0.2' );
     15define( 'TAJER_VERSION', '1.0.3' );
    1616// Dir to the plugin
    1717define( 'Tajer_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.