Changeset 1342559
- Timestamp:
- 02/03/2016 07:14:15 PM (10 years ago)
- Location:
- tajer/trunk
- Files:
-
- 3 edited
-
classes/admin/class-tajer-currency.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
tajer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tajer/trunk/classes/admin/class-tajer-currency.php
r1341165 r1342559 119 119 $currencies['MZM'] = array( 2, ',', '.' ); // Mozambique Metical 120 120 $currencies['NPR'] = array( 2, '.', ',' ); // Nepalese Rupee 121 $currencies['NGN'] = array( 2, '.', ',' ); // Nigerian Naira 121 122 $currencies['ANG'] = array( 2, '.', ',' ); // Netherlands Antillian Guilder 122 123 $currencies['ILS'] = array( 2, '.', ',' ); // New Israeli Shekel … … 244 245 $currencies['MAD'] = 'Moroccan Dirham (' . ( isset( $currency_symbols['MAD'] ) ? $currency_symbols['MAD'] : '' ) . ')'; 245 246 $currencies['MZM'] = 'Mozambique Metical (' . ( isset( $currency_symbols['MZM'] ) ? $currency_symbols['MZM'] : '' ) . ')'; 247 $currencies['NGN'] = 'Nigerian Naira (' . $currency_symbols['NGN'] . ')'; 246 248 $currencies['NPR'] = 'Nepalese Rupee (' . $currency_symbols['NPR'] . ')'; 247 249 $currencies['ANG'] = 'Netherlands Antillian Guilder (' . $currency_symbols['ANG'] . ')'; -
tajer/trunk/readme.txt
r1341323 r1342559 6 6 Tags: 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 7 7 Requires at least: 4.0 8 Tested up to: 4.4. 19 Stable tag: 1.0. 28 Tested up to: 4.4.2 9 Stable tag: 1.0.3 10 10 11 11 License: GNU Version 2 or Any Later Version … … 80 80 == Changelog == 81 81 82 = 1.0.3, February 3, 2016 = 83 84 * New: Nigerian Naira currency. 85 82 86 = 1.0.2, February 2, 2016 = 83 87 -
tajer/trunk/tajer.php
r1341323 r1342559 7 7 Plugin URI: https://mostasharoon.org/tajer/ 8 8 Description: Tajer is an electronic merchant that can sell your digital products instead of you. 9 Version: 1.0. 29 Version: 1.0.3 10 10 Author: Mohammed Thaer 11 11 Author URI: https://mostasharoon.org … … 13 13 */ 14 14 15 define( 'TAJER_VERSION', '1.0. 2' );15 define( 'TAJER_VERSION', '1.0.3' ); 16 16 // Dir to the plugin 17 17 define( 'Tajer_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.