Skip to content

Commit 00f64e6

Browse files
committed
Release 1.3.3
1 parent 8910404 commit 00f64e6

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea*

composer.json

+2-2
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.2",
5+
"version": "1.3.3",
66
"keywords": [
77
"cm",
88
"cmpayments",
@@ -24,7 +24,7 @@
2424
"AFL-3.0"
2525
],
2626
"require": {
27-
"php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0",
27+
"php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
2828
"magento/framework": "^102|^103",
2929
"magento/module-backend": "^101.0|^102.0",
3030
"magento/module-config": "^101.0",

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.2</current_version>
12+
<current_version>v1.3.3</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.2">
8+
<module name="CM_Payments" setup_version="1.3.3">
99
<sequence>
1010
<module name="Magento_Backend"/>
1111
<module name="Magento_Ui"/>

0 commit comments

Comments
 (0)