From 8b0b4b014a3b72bb2c1ccdbf522609a224b8b681 Mon Sep 17 00:00:00 2001 From: Stanislau Kharlap Date: Wed, 12 May 2021 13:59:00 +0200 Subject: [PATCH] added release data --- CHANGELOG.md | 5 +++++ composer.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a794fc6..a9a1fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.7.0] - 2021-05-12 + +### Added +- Added the possibility to change direct gateways to redirect - Added separate phone number field for Afterpay & in3, which will already be filled in if the phone number is present in the billing address ## [1.6.2] - 2021-04-19 diff --git a/composer.json b/composer.json index 2527ad1..6aefa9d 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "multisafepay/magento2-frontend", "description": "MultiSafepay module for Magento 2 (regular frontend)", - "version": "1.6.2", + "version": "1.7.0", "require": { - "multisafepay/magento2-core": "^2.5.2", - "multisafepay/magento2-adminhtml": "^1.6", + "multisafepay/magento2-core": "^2.6.0", + "multisafepay/magento2-adminhtml": "^1.8", "magento/framework": "^101.0.1|^101.1|^102.0|^103.0", "magento/module-checkout": "^100.0", "magento/module-quote": "^101.0",