From 2802da90fd04b534ec7d02edf5cb3e15005cf5a6 Mon Sep 17 00:00:00 2001 From: hreinberger Date: Fri, 28 Aug 2020 15:38:54 +0200 Subject: [PATCH] version bump to 2.0.0-beta.3 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf1aaf44..43fa3ef7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,13 @@ New Features * Enables the switch to PAYONE payment methods after ordering * Multiple PAYONE transactions can now be handled in the administration per order * New payment method: Prepayment +* New payment method: Paydirekt + +Bugfixes + +* fixed a bug where existing settings like payment method assignments could get lost after a plugin update (thx @boxblinkracer) +* fixed wrong sales channel routing of PayPal Express Payments (thx @boxblinkracer) +* various smaller fixes Maintenance diff --git a/composer.json b/composer.json index de2ef5597..a722b2526 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "payone-gmbh/shopware-6", "type": "shopware-platform-plugin", "description": "PAYONE Payment Plugin", - "version": "2.0.0-beta.2", + "version": "2.0.0-beta.3", "license": "MIT", "authors": [ {