-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchangelog.txt
More file actions
50 lines (38 loc) · 1.97 KB
/
changelog.txt
File metadata and controls
50 lines (38 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
== Changelog ==
= 1.2.0 2026-02-20 =
* Fixed - Global configuration (Brand ID and Secret Key) not saved when saving settings.
* Fixed - Fatal error when GFAddon expected full path; plugin now works with Gravity Forms addon loader.
* Fixed - Application files not permitted (WordPress Plugin Check compatibility).
* Added - "Copy from global configuration" button in form feed settings when using Form Configuration.
* Added - Account status block in form configuration to verify Brand ID and Secret Key.
* Added - Form settings image in global CHIP description.
* Added - Public key support: store CHIP public key by company ID when saving global or form settings; verify webhook signature when key is available and use payload directly, with fallback to get_payment.
* Added - Per-payment lock on callback to prevent duplicate processing while allowing other payments to run in parallel.
* Added - Refund button now requires user confirmation before processing the refund.
* Changed - Minimum WordPress version set to 6.3.
= 1.1.2 2025-11-12 =
* Fixed - Fix issue when the failed payment are re-attempted.
= 1.1.1 2025-04-24 =
* Fixed - Fix issue with Paid Amount when amount greater than 1,000.
= 1.1.0 2025-01-06 =
* Fixed - Fix issue with Delay Post
= 1.0.7 2024-05-30 =
* Added - Add cancel_redirect for handling cancel event
= 1.0.6 2024-05-17 =
* Added - Toggle button to enable refund feature
= 1.0.5 2024-04-30 =
* Fixed - Fixed warning when using PHP 8.x
* Changed - Refund button now are colored with red
* Changed - Bump WordPress tested up to version 6.5
= 1.0.4 2023-06-22 =
* Added - Support for Gravity Forms User Registration Add-On
= 1.0.3 2023-02-22 =
* Added - Hooks for customization of purchases parameter.
= 1.0.2 2022-12-15 =
* Added - Feature for setting reference value.
= 1.0.1 2022-11-20 =
* Add - Note when payment is made using test mode.
* Tweak - Change platform value to gravityforms.
* Fix - Refund still shown success even failed.
= 1.0.0 2022-10-20 =
* Initial release