Skip to content

Commit ac52d5e

Browse files
Merge pull request #15 from appinlet/release/2.5.3
= 2.5.3 - February 23, 2024 =
2 parents c31feec + ba1569e commit ac52d5e

127 files changed

Lines changed: 5470 additions & 990 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CountriesArray.php

Lines changed: 0 additions & 263 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
# PayWeb_Gravity_Forms
22

3-
## PayGate Gravity Forms plugin v2.5.2 for Gravity Forms v2.6.9, WordPress v6.1
3+
## Paygate Gravity Forms plugin v2.5.3 for Gravity Forms v2.8.3, WordPress v6.4
44

5-
This is the PayGate PayWeb3 plugin for Gravity Forms. Please feel free to contact the PayGate support team at
6-
support@paygate.co.za should you require any assistance.
5+
This is the Paygate plugin for Gravity Forms. Please feel free to contact the Payfast support team at
6+
support@payfast.help should you require any assistance.
77

88
## Installation
99

10-
[![How To Setup PayGate PayWeb for Gravity Forms](https://appinlet.com/wp-content/uploads/2021/01/How-To-Setup-PayGate-PayWeb-for-Gravity-Forms.jpg)](https://www.youtube.com/watch?v=r5nx1EfyOlo "How To Setup PayGate PayWeb for Gravity Forms")
10+
[![How To Setup Paygate for Gravity Forms](https://appinlet.com/wp-content/uploads/2021/01/How-To-Setup-PayGate-PayWeb-for-Gravity-Forms.jpg)](https://www.youtube.com/watch?v=r5nx1EfyOlo "How To Setup Paygate for Gravity Forms")
1111

1212
Please navigate to the [releases page](https://github.com/PayGate/PayWeb_Gravity_Forms/releases), download the latest
13-
release (v2.5.2) and unzip. You will then be able to follow the integration guide PDF which is included in the zip.
13+
release (v2.5.3) and unzip. You will then be able to follow the integration guide PDF which is included in the zip.
1414

1515
## Collaboration
1616

1717
Please submit pull requests with any tweaks, features or fixes you would like to share.
1818

19-
## About PayWeb
20-
21-
[PayWeb](https://www.paygate.co.za/paygate-products/payweb/) is an easy and secure way to accept payments online. The
22-
Customer makes payments using [PayGate’s](https://www.paygate.co.za/) secure hosted payment page. PayWeb is
23-
mobile-friendly making it compatible across all mobile devices. By selecting PayWeb, the Merchant gets immediate access
24-
to an array of Payment Methods, making it easier to get paid.

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
= 2.5.3 - February 23, 2024 =
2+
* Test Wordpress 6.4.3 and Gravity Forms 2.8.4.
3+
* Update for PHP 8.1.
4+
* Bug fixes and improvements.
5+
16
= 2.5.2 - January 27, 2023 =
27
* Test Wordpress 6.1.1 and Gravity Forms 2.6.9.
38
* Add support for Payment Complete event.

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "paygate/gravity-forms-paygate-plugin",
3+
"description": "Integrates Gravity Forms with Paygate, a South African payment gateway.",
4+
"type": "wordpress-plugin",
5+
"autoload": {
6+
"psr-4": {
7+
"PayGate\\GravityFormsPayGatePlugin\\": "src/"
8+
}
9+
},
10+
"require-dev": {
11+
"composer/installers": "^2.2"
12+
},
13+
"config": {
14+
"allow-plugins": {
15+
"composer/installers": true
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)