Skip to content

Commit d84066b

Browse files
committed
Release version 1.4.0
1 parent ec6b96e commit d84066b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cmdotcom-plugins/magento2-payments",
33
"description": "CM Payment module for Magento 2",
44
"type": "magento2-module",
5-
"version": "1.3.4",
5+
"version": "1.4.0",
66
"keywords": [
77
"cm",
88
"cmpayments",

etc/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<default>
1010
<cm_payments>
1111
<general>
12-
<current_version>v1.3.4</current_version>
12+
<current_version>v1.4.0</current_version>
1313
<mode>test</mode>
1414
<test_merchant_key backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
1515
<test_merchant_password backend_model="Magento\Config\Model\Config\Backend\Encrypted" />

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-->
66

77
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
8-
<module name="CM_Payments" setup_version="1.3.4">
8+
<module name="CM_Payments">
99
<sequence>
1010
<module name="Magento_Backend"/>
1111
<module name="Magento_Ui"/>

0 commit comments

Comments
 (0)