Skip to content

Commit 2516fee

Browse files
Updated Compatibility with WordPress v6.6 and PHP 8.2 & the plugin version number to 2.0.6
1 parent 3cbbe3e commit 2516fee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

paystack.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: https://paystack.com/docs/libraries-and-plugins/plugins#wordpress
55
0
66
Description: Integrates Gravity Forms with Paystack, enabling customers to pay for goods and services through Gravity Forms.
7-
Version: 2.0.4
7+
Version: 2.0.6
88
Author: Paystack
99
Author URI: https://developers.paystack.com
1010
License: GPL-2.0+
@@ -31,7 +31,7 @@
3131

3232
defined('ABSPATH') || die();
3333

34-
define('GF_PAYSTACK_VERSION', '2.0.4');
34+
define('GF_PAYSTACK_VERSION', '2.0.6');
3535

3636
add_action('gform_loaded', array('GF_Paystack_Bootstrap', 'load'), 5);
3737

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Requires at least: 5.1
66

77
Tested up to: 6.6
88
Requires PHP: 7.2 and higher
9-
Stable tag: 2.0.4
9+
Stable tag: 2.0.6
1010

1111
License: GPLv2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -56,7 +56,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/PaystackHQ/pl
5656

5757
== Changelog ==
5858

59-
= 2.0.4 - AUGUST 8, 2024 =
59+
= 2.0.6 - AUGUST 8, 2024 =
6060
* Compatibility with WordPress v6.6 and PHP 8.2
6161

6262
= 2.0.3 - SEPTMBER 26, 2023 =
@@ -84,7 +84,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/PaystackHQ/pl
8484

8585
== Upgrade Notice ==
8686

87-
= 2.0.3 =
87+
= 2.0.6 =
8888
* Compatibility with WordPress v6.6 and PHP 8.2
8989

9090
= 2.0.2 =

0 commit comments

Comments
 (0)