Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 41e784d

Browse files
Merge pull request #24 from PaystackOSS/patch/v2.0.3
Updated compatibility with WP 6.6 and PHP 8.3
2 parents 64b740f + 306e113 commit 41e784d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

paystack-give.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: Paystack Payments for Give
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
2222
* License: GPL-2.0+
@@ -35,7 +35,7 @@
3535
* Start at version 1.0.0 and use SemVer - https://semver.org
3636
* Rename this for your plugin and update it as you release new versions.
3737
*/
38-
define('PLUGIN_NAME_VERSION', '2.0.0');
38+
define('PLUGIN_NAME_VERSION', '2.0.3');
3939

4040
/**
4141
* The code that runs during plugin activation.

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: paystack, steveamaza, tolukalejaiye, lukman008, KaneahAbagale
33
Donate link: https://paystack.com/demo
44
Tags: give, paystack, payment, donation
55
Requires at least: 3.0.1
6-
Tested up to: 6.2
7-
Stable tag: 2.0.1
6+
Tested up to: 6.6
7+
Stable tag: 2.0.3
88
Requires PHP: 5.6 and higher
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -81,6 +81,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/PaystackHQ/pa
8181

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
8689

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

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
108114

0 commit comments

Comments
 (0)