From 4928f3e259519d3ac499279577da4dbbd2cea13a Mon Sep 17 00:00:00 2001 From: Jan Teuber Date: Thu, 28 Mar 2024 13:15:39 +0100 Subject: [PATCH 1/2] version bump to 3100 --- Model/PayoneConfig.php | 4 ++-- composer.json | 2 +- etc/module.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Model/PayoneConfig.php b/Model/PayoneConfig.php index ff46c190..ccf6b642 100644 --- a/Model/PayoneConfig.php +++ b/Model/PayoneConfig.php @@ -19,7 +19,7 @@ * @category Payone * @package Payone_Magento2_Plugin * @author FATCHIP GmbH - * @copyright 2003 - 2023 Payone GmbH + * @copyright 2003 - 2024 Payone GmbH * @license GNU Lesser General Public License * @link http://www.payone.de */ @@ -32,7 +32,7 @@ abstract class PayoneConfig { /* Module version */ - const MODULE_VERSION = '3.9.0'; + const MODULE_VERSION = '3.10.0'; /* Authorization request types */ const REQUEST_TYPE_PREAUTHORIZATION = 'preauthorization'; diff --git a/composer.json b/composer.json index 095d2837..ea6058ab 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "payone-gmbh/magento-2", "description": "PAYONE payment gateway for all German online and offline payment methods including PayPal, all major Credit Cards and Maestro.", "type": "magento2-module", - "version": "3.9.0", + "version": "3.10.0", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/etc/module.xml b/etc/module.xml index 3b1069cc..39a5d14f 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -19,13 +19,13 @@ * @category Payone * @package Payone_Magento2_Plugin * @author FATCHIP GmbH - * @copyright 2003 - 2016 Payone GmbH + * @copyright 2003 - 2024 Payone GmbH * @license GNU Lesser General Public License * @link http://www.payone.de */ --> - + From cea06dd6b49d2ea0d36f98bc8e18117151594036 Mon Sep 17 00:00:00 2001 From: Jan Teuber Date: Mon, 8 Apr 2024 11:48:06 +0200 Subject: [PATCH 2/2] version bump to 3102 --- Model/PayoneConfig.php | 2 +- composer.json | 4 ++-- etc/module.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Model/PayoneConfig.php b/Model/PayoneConfig.php index ccf6b642..f6fa5198 100644 --- a/Model/PayoneConfig.php +++ b/Model/PayoneConfig.php @@ -32,7 +32,7 @@ abstract class PayoneConfig { /* Module version */ - const MODULE_VERSION = '3.10.0'; + const MODULE_VERSION = '3.10.2'; /* Authorization request types */ const REQUEST_TYPE_PREAUTHORIZATION = 'preauthorization'; diff --git a/composer.json b/composer.json index ea6058ab..e82348f0 100644 --- a/composer.json +++ b/composer.json @@ -2,13 +2,13 @@ "name": "payone-gmbh/magento-2", "description": "PAYONE payment gateway for all German online and offline payment methods including PayPal, all major Credit Cards and Maestro.", "type": "magento2-module", - "version": "3.10.0", + "version": "3.10.2", "license": [ "OSL-3.0", "AFL-3.0" ], "support": { - "email": "tech.support@payone.de" + "email": "tech.support@payone.com" }, "require": { "php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0", diff --git a/etc/module.xml b/etc/module.xml index 39a5d14f..9ccc3862 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -25,7 +25,7 @@ */ --> - +