From 0cafacf0512de2a2876ebcd2b68736b9440d4a27 Mon Sep 17 00:00:00 2001 From: Irene Gohtami Date: Mon, 1 Jun 2020 13:57:05 +0700 Subject: [PATCH] update version & changelog --- CHANGELOG.md | 6 ++++++ Xendit/M2Invoice/Helper/ApiRequest.php | 2 +- Xendit/M2Invoice/composer.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e7d3bca..75b83ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 2.0.0 (2020-06-01) + +Features: + +- Support multishipping checkout + ## 1.7.0 (2020-04-03) Improvement: diff --git a/Xendit/M2Invoice/Helper/ApiRequest.php b/Xendit/M2Invoice/Helper/ApiRequest.php index 5af33b59..8b8b6b89 100644 --- a/Xendit/M2Invoice/Helper/ApiRequest.php +++ b/Xendit/M2Invoice/Helper/ApiRequest.php @@ -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) { diff --git a/Xendit/M2Invoice/composer.json b/Xendit/M2Invoice/composer.json index 11bae2fd..ae7e7a59 100644 --- a/Xendit/M2Invoice/composer.json +++ b/Xendit/M2Invoice/composer.json @@ -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" ],