Skip to content

Commit

Permalink
Merge pull request #93 from xendit/TPI-5217/update-plugin-versionn
Browse files Browse the repository at this point in the history
TPI-5217 Update Plugin Version
  • Loading branch information
yanoandri authored Nov 26, 2021
2 parents 08b6ba3 + bc100b9 commit f1c580c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 3.3.1 (2021-11-25)
Improvements:
- Fix rounding amount on create invoice
- Hide payment if Xendit setting disabled

## 3.3.0 (2021-11-11)
Improvements:
- Migrate QRIS (QR Codes) to XenInvoice
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.3.0'
'x-plugin-version' => '3.3.1'
];

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.3.0",
"version": "3.3.1",
"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.3.0" active="true"></module>
<module name="Xendit_M2Invoice" setup_version="3.3.1" active="true"></module>
</config>

0 comments on commit f1c580c

Please sign in to comment.