Skip to content

Commit

Permalink
Merge pull request #15 from appinlet/release/2.5.3
Browse files Browse the repository at this point in the history
= 2.5.3 - February 23, 2024 =
  • Loading branch information
appinlet authored Feb 23, 2024
2 parents c31feec + ba1569e commit ac52d5e
Show file tree
Hide file tree
Showing 127 changed files with 5,470 additions and 990 deletions.
263 changes: 0 additions & 263 deletions CountriesArray.php

This file was deleted.

16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
# PayWeb_Gravity_Forms

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

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

## Installation

[![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")
[![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")

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

## Collaboration

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

## About PayWeb

[PayWeb](https://www.paygate.co.za/paygate-products/payweb/) is an easy and secure way to accept payments online. The
Customer makes payments using [PayGate’s](https://www.paygate.co.za/) secure hosted payment page. PayWeb is
mobile-friendly making it compatible across all mobile devices. By selecting PayWeb, the Merchant gets immediate access
to an array of Payment Methods, making it easier to get paid.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
= 2.5.3 - February 23, 2024 =
* Test Wordpress 6.4.3 and Gravity Forms 2.8.4.
* Update for PHP 8.1.
* Bug fixes and improvements.

= 2.5.2 - January 27, 2023 =
* Test Wordpress 6.1.1 and Gravity Forms 2.6.9.
* Add support for Payment Complete event.
Expand Down
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "paygate/gravity-forms-paygate-plugin",
"description": "Integrates Gravity Forms with Paygate, a South African payment gateway.",
"type": "wordpress-plugin",
"autoload": {
"psr-4": {
"PayGate\\GravityFormsPayGatePlugin\\": "src/"
}
},
"require-dev": {
"composer/installers": "^2.2"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
Loading

0 comments on commit ac52d5e

Please sign in to comment.