Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #89 from creative-ict/release/1.3
Browse files Browse the repository at this point in the history
Release/1.3
  • Loading branch information
Rick van Oosten authored Jul 6, 2020
2 parents b1f5e80 + 134f51d commit 5b148da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "magento2-module",
"homepage": "https://www.sendcloud.com/",
"license": "Apache-2.0",
"version": "1.2.0",
"version": "1.3.0",
"require": {
"magento/module-backend": "^100.0|^101.0",
"magento/module-catalog-inventory": "^100.0",
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<section id="carriers" translate="label" type="text" sortOrder="320" showInDefault="1" showInWebsite="1" showInStore="1">
<group id="sendcloud" translate="label" type="text" sortOrder="0" showInDefault="1" showInWebsite="1" showInStore="1">
<label>SendCloud service point</label>
<field id="active" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="0">
<field id="active" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enabled</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="SendCloud_SendCloud" setup_version="1.2.0">
<module name="SendCloud_SendCloud" setup_version="1.3.0">
<sequence>
<module name="Magento_Shipping"/>
<module name="Magento_Checkout" />
Expand Down

0 comments on commit 5b148da

Please sign in to comment.