Skip to content

Commit

Permalink
Merge pull request #18 from PaystackOSS/patch/v2.0.6
Browse files Browse the repository at this point in the history
Patch/v2.0.6
  • Loading branch information
gertrude-paystack authored Sep 3, 2024
2 parents 0d06b55 + 0516a72 commit 20ce12b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions paystack.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://paystack.com/docs/libraries-and-plugins/plugins#wordpress
0
Description: Integrates Gravity Forms with Paystack, enabling customers to pay for goods and services through Gravity Forms.
Version: 2.0.4
Version: 2.0.6
Author: Paystack
Author URI: https://developers.paystack.com
License: GPL-2.0+
Expand All @@ -31,7 +31,7 @@

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

define('GF_PAYSTACK_VERSION', '2.0.4');
define('GF_PAYSTACK_VERSION', '2.0.6');

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

Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires at least: 5.1

Tested up to: 6.6
Requires PHP: 7.2 and higher
Stable tag: 2.0.4
Stable tag: 2.0.6

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

== Changelog ==

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

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

== Upgrade Notice ==

= 2.0.3 =
= 2.0.6 =
* Compatibility with WordPress v6.6 and PHP 8.2

= 2.0.2 =
Expand Down

0 comments on commit 20ce12b

Please sign in to comment.