Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions paystack-give.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Paystack Payments for Give
* Plugin URI: http://wordpress.org/plugins/paystack-give
* Description: Paystack integration for accepting payments via card, bank accounts, USSD and mobile money
* Version: 2.0.0
* Version: 2.0.3
* Author: Paystack
* Author URI: https://paystack.com
* License: GPL-2.0+
Expand All @@ -35,7 +35,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define('PLUGIN_NAME_VERSION', '2.0.0');
define('PLUGIN_NAME_VERSION', '2.0.3');

/**
* The code that runs during plugin activation.
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: paystack, steveamaza, tolukalejaiye, lukman008, KaneahAbagale
Donate link: https://paystack.com/demo
Tags: give, paystack, payment, donation
Requires at least: 3.0.1
Tested up to: 6.2
Stable tag: 2.0.1
Tested up to: 6.6
Stable tag: 2.0.3
Requires PHP: 5.6 and higher
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -81,6 +81,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/PaystackHQ/pa

== Changelog ==

= 2.0.3 =
* Compatibility with WordPress 6.6 and PHP 8.3

= 2.0.2 =
* Add support for XOF & EGP

Expand All @@ -103,6 +106,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/PaystackHQ/pa

== Upgrade Notice ==

= 2.0.3 =
* Compatibility with WordPress 6.6 and PHP 8.3

= 2.0.1 =
* Compatibility with WordPress 6.2 and PHP 8

Expand Down