Skip to content

Commit

Permalink
Merge pull request #540 from PAYONE-GmbH/version-bump-3102
Browse files Browse the repository at this point in the history
Version bump 3102
  • Loading branch information
jvarelmann authored Apr 8, 2024
2 parents 4f90964 + cea06dd commit f9b9922
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Model/PayoneConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @category Payone
* @package Payone_Magento2_Plugin
* @author FATCHIP GmbH <[email protected]>
* @copyright 2003 - 2023 Payone GmbH
* @copyright 2003 - 2024 Payone GmbH
* @license <http://www.gnu.org/licenses/> GNU Lesser General Public License
* @link http://www.payone.de
*/
Expand All @@ -32,7 +32,7 @@
abstract class PayoneConfig
{
/* Module version */
const MODULE_VERSION = '3.9.0';
const MODULE_VERSION = '3.10.2';

/* Authorization request types */
const REQUEST_TYPE_PREAUTHORIZATION = 'preauthorization';
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.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",
Expand Down
4 changes: 2 additions & 2 deletions etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
* @category Payone
* @package Payone_Magento2_Plugin
* @author FATCHIP GmbH <[email protected]>
* @copyright 2003 - 2016 Payone GmbH
* @copyright 2003 - 2024 Payone GmbH
* @license <http://www.gnu.org/licenses/> GNU Lesser General Public License
* @link http://www.payone.de
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Payone_Core" setup_version="3.9.0">
<module name="Payone_Core" setup_version="3.10.2">
<sequence>
<module name="Magento_Quote" />
<module name="Magento_Sales" />
Expand Down

0 comments on commit f9b9922

Please sign in to comment.