Skip to content

Commit

Permalink
Release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Kubicki committed Nov 13, 2020
1 parent d27f7f9 commit 5014e94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@
* fix for return type fix for configuration provider

### 1.3.5 ###
* do not show attachment tab on product page with no attachments
* do not show attachment tab on product page with no attachments

### 1.3.6 ###
* PHP 7.4 compatibility
* fix for windows issues in adminhtml
* changing visibility of helper function in block
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"magento/module-ui": "*"
},
"type": "magento2-module",
"version": "1.3.5",
"version": "1.3.6",
"license": [
"MIT"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
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.5">
<module name="LizardMedia_ProductAttachment" setup_version="1.3.6">
<sequence>
<module name="Magento_Downloadable"/>
<module name="Magento_Catalog"/>
Expand Down

0 comments on commit 5014e94

Please sign in to comment.