Plugin Directory

Changeset 3076896


Ignore:
Timestamp:
04/25/2024 09:41:50 AM (23 months ago)
Author:
paystack
Message:

Update to version 2.0.2 from GitHub

Location:
paystack-for-give
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • paystack-for-give/tags/2.0.2/includes/class-paystack-give.php

    r2621072 r3076896  
    281281                    ),
    282282                ),
     283                'XOF' => array(
     284                    'admin_label' => sprintf(__('West African CFA franc (%1$s)', 'give'), 'XOF'),
     285                    'symbol' => 'XOF;',
     286                    'setting' => array(
     287                        'currency_position' => 'before',
     288                        'thousands_separator' => '.',
     289                        'decimal_separator' => ',',
     290                        'number_decimals' => 2,
     291                    ),
     292                ),
     293                'EGP' => array(
     294                    'admin_label' => sprintf(__('Egyptian Pound (%1$s)', 'give'), 'EGP'),
     295                    'symbol' => '£;',
     296                    'setting' => array(
     297                        'currency_position' => 'before',
     298                        'thousands_separator' => '.',
     299                        'decimal_separator' => ',',
     300                        'number_decimals' => 2,
     301                    ),
     302                ),
    283303                'USD' => array(
    284304                    'admin_label' => sprintf(__('US Dollars (%1$s)', 'give'), 'USD'),
  • paystack-for-give/tags/2.0.2/readme.txt

    r2971279 r3076896  
    11=== Paystack Payment for Give ===
    2 Contributors: paystack, steveamaza, tolukalejaiye, lukman008
     2Contributors: paystack, steveamaza, tolukalejaiye, lukman008, KaneahAbagale
    33Donate link: https://paystack.com/demo
    44Tags: give, paystack, payment, donation
     
    8282== Changelog ==
    8383
     84= 2.0.2 =
     85* Add support for XOF & EGP
     86
    8487= 2.0.1 =
    8588* Compatibility with WordPress 6.2 and PHP 8
  • paystack-for-give/trunk/includes/class-paystack-give.php

    r2621072 r3076896  
    281281                    ),
    282282                ),
     283                'XOF' => array(
     284                    'admin_label' => sprintf(__('West African CFA franc (%1$s)', 'give'), 'XOF'),
     285                    'symbol' => 'XOF;',
     286                    'setting' => array(
     287                        'currency_position' => 'before',
     288                        'thousands_separator' => '.',
     289                        'decimal_separator' => ',',
     290                        'number_decimals' => 2,
     291                    ),
     292                ),
     293                'EGP' => array(
     294                    'admin_label' => sprintf(__('Egyptian Pound (%1$s)', 'give'), 'EGP'),
     295                    'symbol' => '£;',
     296                    'setting' => array(
     297                        'currency_position' => 'before',
     298                        'thousands_separator' => '.',
     299                        'decimal_separator' => ',',
     300                        'number_decimals' => 2,
     301                    ),
     302                ),
    283303                'USD' => array(
    284304                    'admin_label' => sprintf(__('US Dollars (%1$s)', 'give'), 'USD'),
  • paystack-for-give/trunk/readme.txt

    r2971279 r3076896  
    11=== Paystack Payment for Give ===
    2 Contributors: paystack, steveamaza, tolukalejaiye, lukman008
     2Contributors: paystack, steveamaza, tolukalejaiye, lukman008, KaneahAbagale
    33Donate link: https://paystack.com/demo
    44Tags: give, paystack, payment, donation
     
    8282== Changelog ==
    8383
     84= 2.0.2 =
     85* Add support for XOF & EGP
     86
    8487= 2.0.1 =
    8588* Compatibility with WordPress 6.2 and PHP 8
Note: See TracChangeset for help on using the changeset viewer.