Skip to content

Commit

Permalink
Bumping module version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Kubicki committed Mar 9, 2020
1 parent 0e4bf93 commit 782a3d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -21,4 +21,7 @@

### 1.3.0 ###
* major refactor of controllers
* fix for not working (because of different reasons) file downloads on frontend
* fix for not working (because of different reasons) file downloads on frontend

### 1.3.1 ###
* fix for adminthtml routes.xml
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -9,7 +9,7 @@
"magento/module-ui": "*"
},
"type": "magento2-module",
"version": "1.3.0",
"version": "1.3.1",
"license": [
"MIT"
],
Expand Down
2 changes: 0 additions & 2 deletions etc/adminhtml/routes.xml
Expand Up @@ -9,11 +9,9 @@

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">

<router id="admin">
<route id="downloadable" frontName="downloadable">
<module name="LizardMedia_ProductAttachment" before="Magento_Backend" />
</route>
</router>

</config>
2 changes: 1 addition & 1 deletion etc/module.xml
Expand Up @@ -7,7 +7,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="LizardMedia_ProductAttachment" setup_version="1.3.0">
<module name="LizardMedia_ProductAttachment" setup_version="1.3.1">
<sequence>
<module name="Magento_Downloadable"/>
<module name="Magento_Catalog"/>
Expand Down

0 comments on commit 782a3d4

Please sign in to comment.