From 5c7235ea0741f7c094ae25db9334cb8c937a2916 Mon Sep 17 00:00:00 2001 From: candra saputra Date: Thu, 30 Sep 2021 13:41:05 +0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ Xendit/M2Invoice/Helper/ApiRequest.php | 2 +- Xendit/M2Invoice/composer.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdfcea16..3edca935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 3.1.0 (2021-08-09) +Improvements: +- Add Shopeepay payment method +- Add WA and SMS notification + ## 3.0.1 (2021-08-09) Bugfix: diff --git a/Xendit/M2Invoice/Helper/ApiRequest.php b/Xendit/M2Invoice/Helper/ApiRequest.php index 6f2b7d72..573f94ce 100644 --- a/Xendit/M2Invoice/Helper/ApiRequest.php +++ b/Xendit/M2Invoice/Helper/ApiRequest.php @@ -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.0.1' + 'x-plugin-version' => '3.1.0' ]; if ($preferredMethod !== null) { diff --git a/Xendit/M2Invoice/composer.json b/Xendit/M2Invoice/composer.json index f8c52347..55935d7f 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": "3.0.1", + "version": "3.1.0", "license": [ "GPL-3.0" ],