Skip to content

Commit 0d06b55

Browse files
Merge pull request #16 from PaystackOSS/patch/multicurrency-bug-fix
update version number in PHP files
2 parents 5a7ed8e + e2e576c commit 0d06b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.1
7+
Version: 2.0.4
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.1');
34+
define('GF_PAYSTACK_VERSION', '2.0.4');
3535

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

0 commit comments

Comments
 (0)