Skip to content

Commit f1c580c

Browse files
authored
Merge pull request #93 from xendit/TPI-5217/update-plugin-versionn
TPI-5217 Update Plugin Version
2 parents 08b6ba3 + bc100b9 commit f1c580c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 3.3.1 (2021-11-25)
4+
Improvements:
5+
- Fix rounding amount on create invoice
6+
- Hide payment if Xendit setting disabled
7+
38
## 3.3.0 (2021-11-11)
49
Improvements:
510
- Migrate QRIS (QR Codes) to XenInvoice

Xendit/M2Invoice/Helper/ApiRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private function getHeaders($isPublicRequest, $preferredMethod = null, $customHe
110110
'Content-Type' => 'application/json',
111111
'x-plugin-name' => 'MAGENTO2',
112112
'user-agent' => 'Magento 2 Module',
113-
'x-plugin-version' => '3.3.0'
113+
'x-plugin-version' => '3.3.1'
114114
];
115115

116116
if ($preferredMethod !== null) {

Xendit/M2Invoice/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "xendit/m2invoice",
33
"description": "Xendit Payment Gateway Module",
44
"type": "magento2-module",
5-
"version": "3.3.0",
5+
"version": "3.3.1",
66
"license": [
77
"GPL-3.0"
88
],

Xendit/M2Invoice/etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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="Xendit_M2Invoice" setup_version="3.3.0" active="true"></module>
3+
<module name="Xendit_M2Invoice" setup_version="3.3.1" active="true"></module>
44
</config>

0 commit comments

Comments
 (0)