From ef8004a7792c1f902f0f9ab0ef624c64b5e84bac Mon Sep 17 00:00:00 2001 From: Jan Teuber Date: Wed, 26 Apr 2023 16:09:59 +0200 Subject: [PATCH] version bump to 381 --- Model/PayoneConfig.php | 4 ++-- composer.json | 4 ++-- etc/module.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Model/PayoneConfig.php b/Model/PayoneConfig.php index a311eed8..8eededaa 100644 --- a/Model/PayoneConfig.php +++ b/Model/PayoneConfig.php @@ -19,7 +19,7 @@ * @category Payone * @package Payone_Magento2_Plugin * @author FATCHIP GmbH - * @copyright 2003 - 2016 Payone GmbH + * @copyright 2003 - 2023 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.7.0'; + const MODULE_VERSION = '3.8.1'; /* Authorization request types */ const REQUEST_TYPE_PREAUTHORIZATION = 'preauthorization'; diff --git a/composer.json b/composer.json index aaf0f47f..8c458812 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.7.0", + "version": "3.8.1", "license": [ "OSL-3.0", "AFL-3.0" @@ -11,7 +11,7 @@ "email": "tech.support@payone.de" }, "require": { - "php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0", + "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", "magento/framework": "^100.0.0|^101.0.0|^102.0.0|^103.0.0" }, "repositories": [ diff --git a/etc/module.xml b/etc/module.xml index 7b62cc41..1edb4319 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -25,7 +25,7 @@ */ --> - +