File tree 3 files changed +24
-3
lines changed 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
6
to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v2.0.0] - 2024-06-19
9
+
10
+ ### Added
11
+
12
+ - Payment metadata including store and order ID
13
+ - Support for handling failing refunds
14
+
15
+ ### Changed
16
+
17
+ - Place orders upfront and update them throughout the payment lifecycle
18
+ - Improved logging
19
+
20
+ ### Fixed
21
+
22
+ - Minicart cache busting
23
+ - Refund metadata being set to NULL
24
+ - Improved database indexes
25
+ - Improved idempotency for webhooks
26
+ - Payment creation failing when shipping address not required
27
+ - Issues duplicating Quotes
28
+
8
29
## [ v1.0.10] - 2024-05-07
9
30
10
31
### Fixed
@@ -37,7 +58,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
37
58
38
59
## [ v1.0.6] - 2023-09-13
39
60
40
- ### Changed:
61
+ ### Changed
41
62
42
63
- Wait for payment status updates on customer checkout
43
64
- Admin panel improvements and fixes
Original file line number Diff line number Diff line change 2
2
"name" : " truelayer/magento2" ,
3
3
"description" : " TrueLayer extension for Magento 2" ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 1 .0.11 " ,
5
+ "version" : " 2 .0.0 " ,
6
6
"license" : [
7
7
" OSL-3.0" ,
8
8
" AFL-3.0"
Original file line number Diff line number Diff line change 10
10
<default >
11
11
<payment >
12
12
<truelayer >
13
- <version >1 .0.11 </version >
13
+ <version >2 .0.0 </version >
14
14
<model >TrueLayerFacade</model >
15
15
<title >TrueLayer</title >
16
16
<description >Pay using TrueLayer</description >
You can’t perform that action at this time.
0 commit comments