Skip to content

Commit 80a4048

Browse files
committed
update version & changelog
1 parent b33568d commit 80a4048

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# CHANGELOG
22

3+
## 3.0.1 (2021-08-09)
4+
5+
Bugfix:
6+
7+
- Improve Order ID retrieval
8+
39
## 3.0.0 (2021-03-30)
410

511
Improvements:
612

713
- Add compatibility for Magento Enterprise (Require Magento 2.3 & PHP 7.3 or above)
8-
14+
915
## 2.7.0 (2021-02-01)
1016

1117
Improvements:

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.0.0'
113+
'x-plugin-version' => '3.0.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.0.0",
5+
"version": "3.0.1",
66
"license": [
77
"GPL-3.0"
88
],

0 commit comments

Comments
 (0)