Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bricht committed Nov 11, 2024
1 parent 8910404 commit 00f64e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea*
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cmdotcom-plugins/magento2-payments",
"description": "CM Payment module for Magento 2",
"type": "magento2-module",
"version": "1.3.2",
"version": "1.3.3",
"keywords": [
"cm",
"cmpayments",
Expand All @@ -24,7 +24,7 @@
"AFL-3.0"
],
"require": {
"php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0",
"php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "^102|^103",
"magento/module-backend": "^101.0|^102.0",
"magento/module-config": "^101.0",
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<default>
<cm_payments>
<general>
<current_version>v1.3.2</current_version>
<current_version>v1.3.3</current_version>
<mode>test</mode>
<test_merchant_key backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
<test_merchant_password backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="CM_Payments" setup_version="1.3.2">
<module name="CM_Payments" setup_version="1.3.3">
<sequence>
<module name="Magento_Backend"/>
<module name="Magento_Ui"/>
Expand Down

0 comments on commit 00f64e6

Please sign in to comment.