Skip to content

Commit

Permalink
Merge pull request #514 from PAYONE-GmbH/version-bump-381
Browse files Browse the repository at this point in the history
version bump to 381
  • Loading branch information
janteuber authored Apr 26, 2023
2 parents 10658d9 + ef8004a commit 475a7be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 - 2016 Payone GmbH
* @copyright 2003 - 2023 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.7.0';
const MODULE_VERSION = '3.8.1';

/* 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,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"
Expand All @@ -11,7 +11,7 @@
"email": "[email protected]"
},
"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": [
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
-->
<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.7.0">
<module name="Payone_Core" setup_version="3.8.1">
<sequence>
<module name="Magento_Quote" />
<module name="Magento_Sales" />
Expand Down

0 comments on commit 475a7be

Please sign in to comment.