Skip to content

Commit 600cd40

Browse files
committed
PLUG-106: Prepare new version
1 parent 77cab76 commit 600cd40

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
829
## [v1.0.10] - 2024-05-07
930

1031
### Fixed
@@ -37,7 +58,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3758

3859
## [v1.0.6] - 2023-09-13
3960

40-
### Changed:
61+
### Changed
4162

4263
- Wait for payment status updates on customer checkout
4364
- Admin panel improvements and fixes

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "truelayer/magento2",
33
"description": "TrueLayer extension for Magento 2",
44
"type": "magento2-module",
5-
"version": "1.0.11",
5+
"version": "2.0.0",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<default>
1111
<payment>
1212
<truelayer>
13-
<version>1.0.11</version>
13+
<version>2.0.0</version>
1414
<model>TrueLayerFacade</model>
1515
<title>TrueLayer</title>
1616
<description>Pay using TrueLayer</description>

0 commit comments

Comments
 (0)