Skip to content

Commit be8ad28

Browse files
authored
Merge pull request #119 from payplug/bump-1-20-0
Bump to 1.20.0
2 parents 354d10a + b460f9f commit be8ad28

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.19.0';
23+
const MODULE_VERSION = '1.20.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.19.0",
5+
"version": "1.20.0",
66
"license": [
77
"OSL-3.0"
88
],

0 commit comments

Comments
 (0)