Skip to content

Commit f9b9922

Browse files
authored
Merge pull request #540 from PAYONE-GmbH/version-bump-3102
Version bump 3102
2 parents 4f90964 + cea06dd commit f9b9922

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Model/PayoneConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @category Payone
2020
* @package Payone_Magento2_Plugin
2121
* @author FATCHIP GmbH <support@fatchip.de>
22-
* @copyright 2003 - 2023 Payone GmbH
22+
* @copyright 2003 - 2024 Payone GmbH
2323
* @license <http://www.gnu.org/licenses/> GNU Lesser General Public License
2424
* @link http://www.payone.de
2525
*/
@@ -32,7 +32,7 @@
3232
abstract class PayoneConfig
3333
{
3434
/* Module version */
35-
const MODULE_VERSION = '3.9.0';
35+
const MODULE_VERSION = '3.10.2';
3636

3737
/* Authorization request types */
3838
const REQUEST_TYPE_PREAUTHORIZATION = 'preauthorization';

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "payone-gmbh/magento-2",
33
"description": "PAYONE payment gateway for all German online and offline payment methods including PayPal, all major Credit Cards and Maestro.",
44
"type": "magento2-module",
5-
"version": "3.9.0",
5+
"version": "3.10.2",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
1010
"support": {
11-
"email": "tech.support@payone.de"
11+
"email": "tech.support@payone.com"
1212
},
1313
"require": {
1414
"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",

etc/module.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
* @category Payone
2020
* @package Payone_Magento2_Plugin
2121
* @author FATCHIP GmbH <support@fatchip.de>
22-
* @copyright 2003 - 2016 Payone GmbH
22+
* @copyright 2003 - 2024 Payone GmbH
2323
* @license <http://www.gnu.org/licenses/> GNU Lesser General Public License
2424
* @link http://www.payone.de
2525
*/
2626
-->
2727
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
28-
<module name="Payone_Core" setup_version="3.9.0">
28+
<module name="Payone_Core" setup_version="3.10.2">
2929
<sequence>
3030
<module name="Magento_Quote" />
3131
<module name="Magento_Sales" />

0 commit comments

Comments
 (0)