Skip to content

Commit

Permalink
Merge pull request #16 from PaystackOSS/patch/multicurrency-bug-fix
Browse files Browse the repository at this point in the history
update version number in PHP files
  • Loading branch information
lukman-paystack authored Aug 21, 2024
2 parents 5a7ed8e + e2e576c commit 0d06b55
Showing 1 changed file with 2 additions and 2 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.1
Version: 2.0.4
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.1');
define('GF_PAYSTACK_VERSION', '2.0.4');

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

Expand Down

0 comments on commit 0d06b55

Please sign in to comment.