Skip to content

Commit

Permalink
Update version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andykim committed Jun 28, 2022
1 parent f3121f4 commit 70537b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.9.0 (2022-06-28)
Improvements:
- Remove the CC subscription

## 3.8.0 (2022-05-09)
Features:
- Add new IDR payment: Uangme
Expand Down
2 changes: 1 addition & 1 deletion Xendit/M2Invoice/Helper/ApiRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private function getHeaders($isPublicRequest, $preferredMethod = null, $customHe
'Content-Type' => 'application/json',
'x-plugin-name' => 'MAGENTO2',
'user-agent' => 'Magento 2 Module',
'x-plugin-version' => '3.8.0'
'x-plugin-version' => '3.9.0'
];

if ($preferredMethod !== null) {
Expand Down
2 changes: 1 addition & 1 deletion Xendit/M2Invoice/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xendit/m2invoice",
"description": "Xendit Payment Gateway Module",
"type": "magento2-module",
"version": "3.8.0",
"version": "3.9.0",
"license": [
"GPL-3.0"
],
Expand Down
2 changes: 1 addition & 1 deletion Xendit/M2Invoice/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Xendit_M2Invoice" setup_version="3.8.0" active="true"></module>
<module name="Xendit_M2Invoice" setup_version="3.9.0" active="true"></module>
</config>

0 comments on commit 70537b6

Please sign in to comment.