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

Commit edda6fb

Browse files
Merge pull request #15 from PaystackHQ/patch/wordpress-update
Compatibility with WP 5.9 and PHP 8
2 parents 5795b03 + b7f5aa5 commit edda6fb

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
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: 1.4.0
19+
* Version: 2.0.0
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', '1.4.0');
38+
define('PLUGIN_NAME_VERSION', '2.0.0');
3939

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

readme.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: paystack, steveamaza, tolukalejaiye, lukman008
33
Donate link: https://paystack.com/demo
44
Tags: give, paystack, payment, donation
55
Requires at least: 3.0.1
6-
Tested up to: 5.8
7-
Stable tag: 1.4.0
8-
Requires PHP: 5.6
6+
Tested up to: 5.9
7+
Stable tag: 2.0.0
8+
Requires PHP: 5.6 and higher
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -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.0 =
85+
* Compatibility with WordPress 5.9 and PHP 8
86+
8487
= 1.4.0 =
8588
* Add support for KES
8689
* Fix compatibility with WordPress 5.8
@@ -94,6 +97,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/PaystackHQ/pa
9497

9598
== Upgrade Notice ==
9699

100+
= 2.0.0 =
101+
* Compatibility with WordPress 5.9 and PHP 8
102+
97103
= 1.4.0 =
98104
* Add support for KES
99105
* Fix compatibility with WordPress 5.8

0 commit comments

Comments
 (0)