Skip to content

Commit 7261c5a

Browse files
author
Frankie
committed
Update to v.2.2.2
1 parent f07241f commit 7261c5a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 2.2.2
8+
- Updated brand assets
9+
710
## 2.2.1
811
- Improved order management flow for 'PENDING' and 'CANCELLED' payments
912

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Satispay Magento2 Plugin",
44
"type": "magento2-module",
55
"license": "MIT",
6-
"version": "2.2.1",
6+
"version": "2.2.2",
77

88
"keywords": [
99
"satispay",

Diff for: etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Satispay_Satispay" setup_version="2.2.1">
3+
<module name="Satispay_Satispay" setup_version="2.2.2">
44
<sequence>
55
<module name="Magento_Sales"/>
66
<module name="Magento_Payment"/>

0 commit comments

Comments
 (0)