Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version, update changelog #41

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading