Skip to content

Commit efd54f5

Browse files
= 1.5.5 - July 04, 2024 =
* Test Wordpress 6.5.5 and Gravity Forms 2.8.13. * Improve compatibility with other gateways.
1 parent a7cac13 commit efd54f5

14 files changed

Lines changed: 302 additions & 213 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mod-gravityforms
22

3-
## Payfast module v1.5.4 for Gravity Forms v2.8.7
3+
## Payfast module v1.5.5 for Gravity Forms v2.8.13
44

55
This is the Payfast module for Gravity Forms. Please feel free
66
to [contact the Payfast support team](https://payfast.io/contact/) should you require any assistance.
@@ -9,11 +9,12 @@ to [contact the Payfast support team](https://payfast.io/contact/) should you re
99

1010
1. Unzip the module to a temporary location on your computer.
1111
2. Copy the **gravityformspayfast** folder in the archive to your base **wp-content/plugins** folder.
12-
- This should NOT overwrite any existing files or folders and merely supplement them with the Payfast files.
13-
- This is, however, dependent on the FTP program you use.
12+
- This should NOT overwrite any existing files or folders and merely supplement them with the Payfast files.
13+
- This is, however, dependent on the FTP program you use.
1414
3. Login to the WordPress Administrator console.
1515
4. Go to **Plugins** and activate the Payfast Gravity Forms plugin.
16-
5. Go to **Forms** -> **Settings**, under **Default Currency**, select **South African Rand** and click **Save Settings**.
16+
5. Go to **Forms** -> **Settings**, under **Default Currency**, select **South African Rand** and click **Save Settings
17+
**.
1718
6. You will then need to create a form with options included from the **Pricing Fields** section and click **Save**.
1819
7. Go to **Forms** -> **Settings** -> **Payfast**, and add feed settings for Payfast per form.
1920
8. Complete the Payfast settings as required, and select **Mode** -> **Test** for testing purposes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
=====================================
2+
Version : Date : Description
3+
=====================================
4+
5+
= 1.5.5 - July 04, 2024 =
6+
* Test Wordpress 6.5.5 and Gravity Forms 2.8.13.
7+
* Improve compatibility with other gateways.
8+
19
= 1.5.4 - April 9, 2024 =
210
* Test WordPress 6.5 and Gravity Forms 2.8.7.
311
* Update for PHP 8.1.

gravityformspayfast/class-gf-payfast.php

Lines changed: 98 additions & 97 deletions
Large diffs are not rendered by default.

gravityformspayfast/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"require": {
3-
"payfast/payfast-common": "v1.0.2"
4-
}
2+
"require": {
3+
"payfast/payfast-common": "v1.1.0"
4+
}
55
}

gravityformspayfast/composer.lock

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gravityformspayfast/payfast.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: Gravity Forms Payfast Add-On
55
Plugin URI: https://github.com/Payfast/mod-gravityforms
66
Description: Integrates Gravity Forms with Payfast, a South African payment gateway.
7-
Version: 1.5.4
7+
Version: 1.5.5
88
Author: Payfast (Pty) Ltd
99
Author URI: https://payfast.io
1010
Text Domain: gravityformspayfast
@@ -17,7 +17,7 @@ class GF_PayFast_Bootstrap
1717
{
1818
public static function load()
1919
{
20-
if ( ! method_exists('GFForms', 'include_payment_addon_framework')) {
20+
if (!method_exists('GFForms', 'include_payment_addon_framework')) {
2121
return;
2222
}
2323

gravityformspayfast/vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInit403b9e524a78d4c8d2bbefbff79e0422::getLoader();
25+
return ComposerAutoloaderInit1b330ff27468c529ebbc764bd41fd09f::getLoader();

gravityformspayfast/vendor/composer/autoload_real.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInit403b9e524a78d4c8d2bbefbff79e0422
5+
class ComposerAutoloaderInit1b330ff27468c529ebbc764bd41fd09f
66
{
77
private static $loader;
88

@@ -24,12 +24,12 @@ public static function getLoader()
2424

2525
require __DIR__ . '/platform_check.php';
2626

27-
spl_autoload_register(array('ComposerAutoloaderInit403b9e524a78d4c8d2bbefbff79e0422', 'loadClassLoader'), true, true);
27+
spl_autoload_register(array('ComposerAutoloaderInit1b330ff27468c529ebbc764bd41fd09f', 'loadClassLoader'), true, true);
2828
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29-
spl_autoload_unregister(array('ComposerAutoloaderInit403b9e524a78d4c8d2bbefbff79e0422', 'loadClassLoader'));
29+
spl_autoload_unregister(array('ComposerAutoloaderInit1b330ff27468c529ebbc764bd41fd09f', 'loadClassLoader'));
3030

3131
require __DIR__ . '/autoload_static.php';
32-
call_user_func(\Composer\Autoload\ComposerStaticInit403b9e524a78d4c8d2bbefbff79e0422::getInitializer($loader));
32+
call_user_func(\Composer\Autoload\ComposerStaticInit1b330ff27468c529ebbc764bd41fd09f::getInitializer($loader));
3333

3434
$loader->register(true);
3535

gravityformspayfast/vendor/composer/autoload_static.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInit403b9e524a78d4c8d2bbefbff79e0422
7+
class ComposerStaticInit1b330ff27468c529ebbc764bd41fd09f
88
{
99
public static $prefixLengthsPsr4 = array (
1010
'P' =>
@@ -27,9 +27,9 @@ class ComposerStaticInit403b9e524a78d4c8d2bbefbff79e0422
2727
public static function getInitializer(ClassLoader $loader)
2828
{
2929
return \Closure::bind(function () use ($loader) {
30-
$loader->prefixLengthsPsr4 = ComposerStaticInit403b9e524a78d4c8d2bbefbff79e0422::$prefixLengthsPsr4;
31-
$loader->prefixDirsPsr4 = ComposerStaticInit403b9e524a78d4c8d2bbefbff79e0422::$prefixDirsPsr4;
32-
$loader->classMap = ComposerStaticInit403b9e524a78d4c8d2bbefbff79e0422::$classMap;
30+
$loader->prefixLengthsPsr4 = ComposerStaticInit1b330ff27468c529ebbc764bd41fd09f::$prefixLengthsPsr4;
31+
$loader->prefixDirsPsr4 = ComposerStaticInit1b330ff27468c529ebbc764bd41fd09f::$prefixDirsPsr4;
32+
$loader->classMap = ComposerStaticInit1b330ff27468c529ebbc764bd41fd09f::$classMap;
3333

3434
}, null, ClassLoader::class);
3535
}

gravityformspayfast/vendor/composer/installed.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
"packages": [
33
{
44
"name": "payfast/payfast-common",
5-
"version": "v1.0.2",
6-
"version_normalized": "1.0.2.0",
5+
"version": "v1.1.0",
6+
"version_normalized": "1.1.0.0",
77
"source": {
88
"type": "git",
99
"url": "https://github.com/Payfast/payfast-common.git",
10-
"reference": "04c664a1d49e118c85507a56de35fe85eaee6048"
10+
"reference": "7458222d53da34ed9303dc097e6df500ba4ede17"
1111
},
1212
"dist": {
1313
"type": "zip",
14-
"url": "https://api.github.com/repos/Payfast/payfast-common/zipball/04c664a1d49e118c85507a56de35fe85eaee6048",
15-
"reference": "04c664a1d49e118c85507a56de35fe85eaee6048",
14+
"url": "https://api.github.com/repos/Payfast/payfast-common/zipball/7458222d53da34ed9303dc097e6df500ba4ede17",
15+
"reference": "7458222d53da34ed9303dc097e6df500ba4ede17",
1616
"shasum": ""
1717
},
1818
"require": {
1919
"php": "^8.0"
2020
},
21-
"time": "2024-01-29T19:49:41+00:00",
21+
"time": "2024-06-07T02:30:19+00:00",
2222
"type": "library",
2323
"installation-source": "dist",
2424
"autoload": {
@@ -40,7 +40,7 @@
4040
"homepage": "https://github.com/PayFast/payfast-common",
4141
"support": {
4242
"issues": "https://github.com/Payfast/payfast-common/issues",
43-
"source": "https://github.com/Payfast/payfast-common/tree/v1.0.2"
43+
"source": "https://github.com/Payfast/payfast-common/tree/v1.1.0"
4444
},
4545
"install-path": "../payfast/payfast-common"
4646
}

0 commit comments

Comments
 (0)