Skip to content

Commit

Permalink
Merge pull request #41 from TrueLayer/feature/2024-10-31-changelog
Browse files Browse the repository at this point in the history
bump version, update changelog
  • Loading branch information
artyom-jaksov-tl authored Nov 6, 2024
2 parents de67360 + 0d0b16e commit c375b0e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
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).

## [v2.4.0] - 2024-11-06

### Added

- A notice will appear on the settings page of the plugin if a newer version of the plugin is available.
- Added "Magento Order Increment ID" to payment metadata when creating the payment in Truelayer.
- PSR-16 cache adapter
- Automatically generate cache encryption key

### Changed

- Using constant filename new uploaded private keys
- Increased PHP dependency version
- Increased TrueLayer PHP Client dependency version

### Fixed

- Potential security issue when deleting a private key

## [v2.3.0] - 2024-09-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<default>
<payment>
<truelayer>
<version>2.3.1</version>
<version>2.4.0</version>
<model>TrueLayerFacade</model>
<title>TrueLayer</title>
<description>Make a direct payment securely from your bank app - no card needed</description>
Expand Down

0 comments on commit c375b0e

Please sign in to comment.