Skip to content

Commit ac4862e

Browse files
bump version, update changelog
1 parent de67360 commit ac4862e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.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+
827
## [v2.3.0] - 2024-09-27
928

1029
### Added

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>2.3.1</version>
13+
<version>2.4.0</version>
1414
<model>TrueLayerFacade</model>
1515
<title>TrueLayer</title>
1616
<description>Make a direct payment securely from your bank app - no card needed</description>

0 commit comments

Comments
 (0)