Plugin Directory

Changeset 3399687


Ignore:
Timestamp:
11/20/2025 11:52:02 AM (4 months ago)
Author:
ingenidev
Message:

Addind AR in title and desc.

Location:
uae-aed-currency-symbol-changer-by-ingenidev
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • uae-aed-currency-symbol-changer-by-ingenidev/tags/1.1.0/ingenidev-uae-aed-currency-symbol-changer.php

    r3292147 r3399687  
    22
    33/**
    4  * Plugin Name: ingenidev, UAE - AED Currency Symbol Changer
     4 * Plugin Name: ingenidev, UAE - AED Currency Symbol Changer | مغير رمز عملة الدرهم الإماراتي
    55 * Plugin URI: https://ingenidev.com/uae-aed-currency-symbol-changer-wordpress-plugin/
    66 * Author: ingenidev
    77 * Author URI: https://ingenidev.com
    8  * Description: By default, WooCommerce uses the currency symbol for the United Arab Emirates Dirham (AED) as "د.إ". This plugin changes it to the new official symbol (as issued by the UAE Central Bank on March 27th 2025).
     8 * Description: By default, WooCommerce uses the currency symbol for the United Arab Emirates Dirham (AED) as "د.إ". This plugin changes it to the new official symbol (as issued by the UAE Central Bank on March 27th 2025). | يغير هذا الإضافة رمز الدرهم الإماراتي من "د.إ" إلى الرمز الرسمي الجديد الصادر عن البنك المركزي الإماراتي.
    99 * Version: 1.1.0
    1010 * Requires Plugins: woocommerce
     11 * Text Domain: ingenidev-uae-aed-currency-symbol-changer
     12 * Domain Path: /languages
    1113 * License: GPL v2 or later
    1214 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • uae-aed-currency-symbol-changer-by-ingenidev/tags/1.1.0/readme.txt

    r3292147 r3399687  
    1 ===  ingenidev, UAE - AED Currency Symbol Changer ===
     1===  ingenidev, UAE - AED Currency Symbol Changer | مغير رمز عملة الدرهم الإماراتي ===
    22
    33Author: ingenidev
    44Author URI: https://ingenidev.com
    5 Tags: uae, aed, currency
     5Tags: uae, aed, currency, dirham, new symbol, arabic, عملة, درهم
     6Requires Plugins: woocommerce
    67Requires at least: 3.3
    78Tested up to: 6.8.1
    89Requires PHP: 5.2.17
    9 Requires Plugins: woocommerce
    1010Stable tag: 1.1.0
    1111License: GPLv2 or later
    1212
    13 WooCommerce uses the "د.إ" for the United Arab Emirates Dirham (AED). This ingenidev plugin changes it to the new official symbol.
     13WooCommerce uses the "د.إ" for the United Arab Emirates Dirham (AED). This ingenidev plugin changes it to the new official symbol. | يغير رمز الدرهم الإماراتي إلى الرمز الرسمي الجديد.
    1414
    1515
     
    1818WooCommerce uses the "د.إ" for the United Arab Emirates Dirham (AED). This ingenidev plugin changes it to the new official symbol (issued by the UAE Central Bank on March 27th 2025).
    1919
    20 Do you want to install the new UAE, Dirham currency symbol on your site? This plugin is for you.
     20Do you want to install the new UAE Dirham currency symbol on your site? This plugin is for you.
    2121
    2222This plugin has been tested with several themes and configurations but since the new UAE currency symbol is very recent and still does not have its own UTF code, there might be cases that we did not cover.
    23 In such cases, the plugin will fall back gracefully to displaying "AED" (en English) in lieu of the new symbol. This will likely remain a limitation until the UTF code is released and makes its
    24 into woocommerce at which point, this plugin will no longer be needed.
     23In such cases, the plugin will fall back gracefully to displaying "AED" (in English) in lieu of the new symbol. This will likely remain a limitation until the UTF code is released and makes it into woocommerce at which point, this plugin will no longer be needed.
    2524
    2625If you notice any issues with your theme please let us know and provide us with a link where we can see the issue and we will gladly fix it for you.
     
    3938The following plugins are recommended by ingenidev :
    4039
    41 * [Code Widget for Elementor ](https://ingenidev.com/code-element-widget-for-elementor/) This plugin for Elementor adds a widget for a code snipet to your pages, the snipet includes code formatting and a built in copy to clipboard function.
     40* [Code Widget for Elementor](https://ingenidev.com/code-element-widget-for-elementor/) This plugin for Elementor adds a widget for a code snippet to your pages, the snippet includes code formatting and a built in copy to clipboard function.
    4241* [Cash on Delivery Shield](https://ingenidev.com/cod-shield-wordpress-plugin/) a plugin that allows you to disable Cash on Delivery payment method for orders made by users who are not logged in.
    4342
  • uae-aed-currency-symbol-changer-by-ingenidev/trunk/ingenidev-uae-aed-currency-symbol-changer.php

    r3292147 r3399687  
    22
    33/**
    4  * Plugin Name: ingenidev, UAE - AED Currency Symbol Changer
     4 * Plugin Name: ingenidev, UAE - AED Currency Symbol Changer | مغير رمز عملة الدرهم الإماراتي
    55 * Plugin URI: https://ingenidev.com/uae-aed-currency-symbol-changer-wordpress-plugin/
    66 * Author: ingenidev
    77 * Author URI: https://ingenidev.com
    8  * Description: By default, WooCommerce uses the currency symbol for the United Arab Emirates Dirham (AED) as "د.إ". This plugin changes it to the new official symbol (as issued by the UAE Central Bank on March 27th 2025).
     8 * Description: By default, WooCommerce uses the currency symbol for the United Arab Emirates Dirham (AED) as "د.إ". This plugin changes it to the new official symbol (as issued by the UAE Central Bank on March 27th 2025). | يغير هذا الإضافة رمز الدرهم الإماراتي من "د.إ" إلى الرمز الرسمي الجديد الصادر عن البنك المركزي الإماراتي.
    99 * Version: 1.1.0
    1010 * Requires Plugins: woocommerce
     11 * Text Domain: ingenidev-uae-aed-currency-symbol-changer
     12 * Domain Path: /languages
    1113 * License: GPL v2 or later
    1214 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • uae-aed-currency-symbol-changer-by-ingenidev/trunk/readme.txt

    r3292147 r3399687  
    1 ===  ingenidev, UAE - AED Currency Symbol Changer ===
     1===  ingenidev, UAE - AED Currency Symbol Changer | مغير رمز عملة الدرهم الإماراتي ===
    22
    33Author: ingenidev
    44Author URI: https://ingenidev.com
    5 Tags: uae, aed, currency, dirham, new symbol
     5Tags: uae, aed, currency, dirham, new symbol, arabic, عملة, درهم
    66Requires Plugins: woocommerce
    77Requires at least: 3.3
     
    1111License: GPLv2 or later
    1212
    13 WooCommerce uses the "د.إ" for the United Arab Emirates Dirham (AED). This ingenidev plugin changes it to the new official symbol.
     13WooCommerce uses the "د.إ" for the United Arab Emirates Dirham (AED). This ingenidev plugin changes it to the new official symbol. | يغير رمز الدرهم الإماراتي إلى الرمز الرسمي الجديد.
    1414
    1515
Note: See TracChangeset for help on using the changeset viewer.