Skip to content

Commit 35c7657

Browse files
Merge pull request #24 from AppInlet/release/1.6.0
[1.6.0]
2 parents d150ea3 + 67102f9 commit 35c7657

162 files changed

Lines changed: 25409 additions & 741 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.

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Changelog
2+
3+
## [1.6.0](https://github.com/Payfast/mod-gravityforms/releases/tag/v1.6.0)
4+
5+
### Added
6+
7+
- Tested with WordPress 6.7.1 and Gravity Forms 2.9.1.
8+
- Code standards for PHP 8.2.
9+
- Updated the Payfast Common Library.
10+
11+
## [1.5.5](https://github.com/Payfast/mod-gravityforms/releases/tag/v1.5.5)
12+
13+
### Added
14+
15+
- Tested compatibility with WordPress 6.5.5 and Gravity Forms 2.8.13.
16+
17+
### Changed
18+
19+
- Improved compatibility with other gateways.
20+
21+
## [1.5.4](https://github.com/Payfast/mod-gravityforms/releases/tag/v1.5.4)
22+
23+
### Added
24+
25+
- Tested compatibility with WordPress 6.5 and Gravity Forms 2.8.7.
26+
- Support for form pagination.
27+
28+
### Changed
29+
30+
- Updated for PHP 8.1.
31+
- Updated to Payfast Common Class v1.0.2.
32+
33+
### Fixed
34+
35+
- Bug fixes and improvements.
36+
37+
## [1.5.3](https://github.com/Payfast/mod-gravityforms/releases/tag/v1.5.3)
38+
39+
### Added
40+
41+
- Tested compatibility with WordPress 6.1.1 and Gravity Forms 2.6.8.
42+
- Support for the Payment Complete event.
43+
44+
### Changed
45+
46+
- Updated for PHP 8.0.
47+
48+
### Fixed
49+
50+
- Bug fixes and improvements.

README.md

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

3-
## Payfast module v1.5.5 for Gravity Forms v2.8.13
3+
## Payfast module v1.6.0 for Gravity Forms v2.9.1
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.
77

88
## Installation
99

10-
1. Unzip the module to a temporary location on your computer.
11-
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.
14-
3. Login to the WordPress Administrator console.
15-
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
17-
**.
10+
1. Log in to your WordPress Admin panel.
11+
2. Navigate to **Plugins > Add New > Upload Plugin**.
12+
3. Click **Choose File** and select
13+
**[gravityformspayfast.zip](https://github.com/Payfast/mod-gravityforms/releases/download/v1.6.0/gravityformspayfast.zip)**.
14+
4. Click **Install Now**.
15+
5. Click **Activate Plugin**.
16+
5. Go to **Forms** -> **Settings**, under **Default Currency**, select **South African Rand** and click
17+
**Save Settings**.
1818
6. You will then need to create a form with options included from the **Pricing Fields** section and click **Save**.
1919
7. Go to **Forms** -> **Settings** -> **Payfast**, and add feed settings for Payfast per form.
2020
8. Complete the Payfast settings as required, and select **Mode** -> **Test** for testing purposes.

changelog.txt

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

0 commit comments

Comments
 (0)