Skip to content

Commit

Permalink
Merge pull request #35 from xendit/feature/multishipping
Browse files Browse the repository at this point in the history
Update version & changelog
  • Loading branch information
hakiemaul authored Jun 2, 2020
2 parents e88acc0 + 0cafacf commit 3ed83ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 2.0.0 (2020-06-01)

Features:

- Support multishipping checkout

## 1.7.0 (2020-04-03)

Improvement:
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 @@ -85,7 +85,7 @@ private function getHeaders($isPublicRequest, $preferredMethod = null, $customHe
'Content-Type' => 'application/json',
'x-plugin-name' => 'MAGENTO2',
'user-agent' => 'Magento 2 Module',
'x-plugin-version' => '1.7.0'
'x-plugin-version' => '2.0.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": "1.7.0",
"version": "2.0.0",
"license": [
"GPL-3.0"
],
Expand Down

0 comments on commit 3ed83ee

Please sign in to comment.