You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,57 +4,86 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## 4.2.2 - 2024-08-22
8
+
9
+
### Fixed
10
+
11
+
- Fixed incorrect import, making case sensitive confirgurations fail on auto capture
12
+
7
13
## 4.2.1 - 2024-03-18
14
+
8
15
### Fixed
16
+
9
17
- Fixed an issue where transactions would be ralated to the wrong parent transaction
10
18
11
19
## 4.2.0 - 2024-02-20
20
+
12
21
### Fixed
22
+
13
23
- Updated capture functionallity to make use of outstanding balance instead of PaymentAmount
14
24
15
25
### Added
26
+
16
27
- Added 'EVENT_BEFORE_PAYMENT_CAPTURE_AMOUNT' to modify the amount being captured
17
28
18
29
## 4.1.9 - 2024-01-22
30
+
19
31
### Added
32
+
20
33
- Callback functionallity on Capture events
21
34
22
35
## 4.1.8 - 2023-11-14
36
+
23
37
### Added
38
+
24
39
- Enabled the following gateways: Anyday split, Google pay, Apple pay
25
40
26
41
## 4.1.7 - 2023-10-30
42
+
27
43
### Added
44
+
28
45
- Added events to modify quickpay basket
29
46
30
47
## 4.1.6 - 2023-10-18
48
+
31
49
### Fixed
50
+
32
51
- Updated to use crafts native payment amounts
33
52
34
53
## 4.1.5 - 2023-10-18
54
+
35
55
### Fixed
56
+
36
57
- Updated to use crafts native payment amounts
37
58
38
59
## 4.1.4 - 2023-08-29
60
+
39
61
### Fixed
62
+
40
63
- Fixed bug when running autocapture job
41
64
42
65
## 4.1.3 - 2023-08-29
66
+
43
67
### Fixed
44
-
- Fixed bug when capturing payment
45
68
69
+
- Fixed bug when capturing payment
46
70
47
71
## 4.1.2 - 2023-08-29 [CRITICAL]
48
72
49
73
### Fixed
74
+
50
75
- Fixed critical error, where orders could be marked as complete, before the payment was made & completed in quickpay
51
76
52
77
## 4.1.1 - 2023-08-25
78
+
53
79
### Added
80
+
54
81
- Added new gateway setting, to define if amounts sent to quickpay should be converted into paymentcurrency. Is default set to `false`
55
82
56
83
## 4.1.1 - 2023-08-25
84
+
57
85
### Added
86
+
58
87
- Added new gateway setting, to define if amounts sent to quickpay should be converted into paymentcurrency. Is default set to `false`
0 commit comments