Plugin Directory

Changeset 3145438


Ignore:
Timestamp:
09/02/2024 02:23:30 PM (18 months ago)
Author:
paystack
Message:

Update to version 2.0.3 from GitHub

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

Legend:

Unmodified
Added
Removed
  • paystack-for-give/tags/2.0.3/paystack-give.php

    r2667181 r3145438  
    1717 * Plugin URI:        http://wordpress.org/plugins/paystack-give
    1818 * Description:       Paystack integration for accepting payments via card, bank accounts, USSD and mobile money
    19  * Version:           2.0.0
     19 * Version:           2.0.3
    2020 * Author:            Paystack
    2121 * Author URI:        https://paystack.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define('PLUGIN_NAME_VERSION', '2.0.0');
     38define('PLUGIN_NAME_VERSION', '2.0.3');
    3939
    4040/**
  • paystack-for-give/tags/2.0.3/readme.txt

    r3076896 r3145438  
    44Tags: give, paystack, payment, donation
    55Requires at least: 3.0.1
    6 Tested up to: 6.2
    7 Stable tag: 2.0.1
     6Tested up to: 6.6
     7Stable tag: 2.0.3
    88Requires PHP: 5.6 and higher
    99License: GPLv3
     
    8282== Changelog ==
    8383
     84= 2.0.3 =
     85* Compatibility with WordPress 6.6 and PHP 8.3
     86
    8487= 2.0.2 =
    8588* Add support for XOF & EGP
     
    104107== Upgrade Notice ==
    105108
     109= 2.0.3 =
     110* Compatibility with WordPress 6.6 and PHP 8.3
     111
    106112= 2.0.1 =
    107113* Compatibility with WordPress 6.2 and PHP 8
  • paystack-for-give/trunk/paystack-give.php

    r2667181 r3145438  
    1717 * Plugin URI:        http://wordpress.org/plugins/paystack-give
    1818 * Description:       Paystack integration for accepting payments via card, bank accounts, USSD and mobile money
    19  * Version:           2.0.0
     19 * Version:           2.0.3
    2020 * Author:            Paystack
    2121 * Author URI:        https://paystack.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define('PLUGIN_NAME_VERSION', '2.0.0');
     38define('PLUGIN_NAME_VERSION', '2.0.3');
    3939
    4040/**
  • paystack-for-give/trunk/readme.txt

    r3076896 r3145438  
    44Tags: give, paystack, payment, donation
    55Requires at least: 3.0.1
    6 Tested up to: 6.2
    7 Stable tag: 2.0.1
     6Tested up to: 6.6
     7Stable tag: 2.0.3
    88Requires PHP: 5.6 and higher
    99License: GPLv3
     
    8282== Changelog ==
    8383
     84= 2.0.3 =
     85* Compatibility with WordPress 6.6 and PHP 8.3
     86
    8487= 2.0.2 =
    8588* Add support for XOF & EGP
     
    104107== Upgrade Notice ==
    105108
     109= 2.0.3 =
     110* Compatibility with WordPress 6.6 and PHP 8.3
     111
    106112= 2.0.1 =
    107113* Compatibility with WordPress 6.2 and PHP 8
Note: See TracChangeset for help on using the changeset viewer.