Skip to content

Commit 163a003

Browse files
authored
Merge pull request #128 from xendit/TPI-7316/develop-magento
Update version & changelog
2 parents 8c7efe1 + 70537b6 commit 163a003

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 3.9.0 (2022-06-28)
4+
Improvements:
5+
- Remove the CC subscription
6+
37
## 3.8.0 (2022-05-09)
48
Features:
59
- Add new IDR payment: Uangme

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.8.0'
113+
'x-plugin-version' => '3.9.0'
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.8.0",
5+
"version": "3.9.0",
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.8.0" active="true"></module>
3+
<module name="Xendit_M2Invoice" setup_version="3.9.0" active="true"></module>
44
</config>

0 commit comments

Comments
 (0)