Skip to content

Commit 1871b00

Browse files
committed
v4.6.1: Update version
1 parent 67812d7 commit 1871b00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Helper/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Config extends AbstractHelper
4545
public const OAUTH_EMAIL = 'email';
4646
public const APM_FILTERING_MODE_SHIPPING_ADDRESS = 'shipping_address';
4747
public const APM_FILTERING_MODE_BILLING_ADDRESS = 'billing_address';
48-
public const MODULE_VERSION = '4.6.0';
48+
public const MODULE_VERSION = '4.6.1';
4949
public const STANDARD_PAYMENT_AUTHORIZATION_ONLY = 'authorize';
5050

5151
private ?AdapterInterface $adapter = null;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "payplug/payplug-magento2",
33
"description": "Payplug Payments module for Magento 2",
44
"type": "magento2-module",
5-
"version": "4.6.0",
5+
"version": "4.6.1",
66
"license": [
77
"OSL-3.0"
88
],

0 commit comments

Comments
 (0)