Skip to content

Commit 758af2c

Browse files
committed
PLUG-96: Fix plugin version
1 parent 8d7e02b commit 758af2c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## [v1.0.9] - 2024-03-22
9+
10+
### Fixed
11+
12+
- Update version
13+
14+
## [v1.0.8] - 2024-03-18
15+
16+
### Fixed
17+
18+
- Replace jqXHR.success with jqXHR.done
19+
820
## [v1.0.7] - 2024-03-14
921

1022
### Fixed

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.6",
5+
"version": "1.0.9",
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.6</version>
13+
<version>1.0.9</version>
1414
<model>TrueLayerFacade</model>
1515
<title>TrueLayer</title>
1616
<description>Pay using TrueLayer</description>

0 commit comments

Comments
 (0)