Skip to content

Commit 6e0fb85

Browse files
authored
Merge pull request #76 from payplug/qa
Bump to 1.16.0
2 parents fd374a5 + 3c643a3 commit 6e0fb85

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
@@ -20,7 +20,7 @@ class Config extends AbstractHelper
2020
const PAYMENT_PAGE_REDIRECT = 'redirect';
2121
const PAYMENT_PAGE_EMBEDDED = 'embedded';
2222

23-
const MODULE_VERSION = '1.15.0';
23+
const MODULE_VERSION = '1.16.0';
2424

2525
/**
2626
* @var WriterInterface

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": "1.15.0",
5+
"version": "1.16.0",
66
"license": [
77
"OSL-3.0"
88
],

0 commit comments

Comments
 (0)