File tree 2 files changed +20
-1
lines changed 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ 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.4.0] - 2024-10-31
9
+
10
+ ### Added
11
+
12
+ - A notice will appear on the settings page of the plugin if a newer version of the plugin is available.
13
+ - Added "Magento Order Increment ID" to payment metadata when creating the payment in Truelayer.
14
+ - PSR-16 cache adapter
15
+ - Automatically generate cache encryption key
16
+
17
+ ### Changed
18
+
19
+ - Using constant filename new uploaded private keys
20
+ - Increased PHP dependency version
21
+ - Increased TrueLayer PHP Client dependency version
22
+
23
+ ### Fixed
24
+
25
+ - Potential security issue when deleting a private key
26
+
8
27
## [ v2.3.0] - 2024-09-27
9
28
10
29
### Added
Original file line number Diff line number Diff line change 10
10
<default >
11
11
<payment >
12
12
<truelayer >
13
- <version >2.3.1 </version >
13
+ <version >2.4.0 </version >
14
14
<model >TrueLayerFacade</model >
15
15
<title >TrueLayer</title >
16
16
<description >Make a direct payment securely from your bank app - no card needed</description >
You can’t perform that action at this time.
0 commit comments