diff --git a/CHANGELOG.md b/CHANGELOG.md index c282368..a44461a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,4 +48,7 @@ ### 1.3.7 ### * fix constant attachment re-saving -* fix for stale downloaded files in magento root \ No newline at end of file +* fix for stale downloaded files in magento root + +### 1.3.8 ### +* fix for not saving attachment \ No newline at end of file diff --git a/composer.json b/composer.json index 2386dd0..f7e1b24 100755 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "magento/module-ui": "*" }, "type": "magento2-module", - "version": "1.3.7", + "version": "1.3.8", "license": [ "MIT" ], diff --git a/etc/fieldset.xml b/etc/fieldset.xml index 7fba02d..c852152 100644 --- a/etc/fieldset.xml +++ b/etc/fieldset.xml @@ -12,8 +12,8 @@ xsi:noNamespaceSchemaLocation="urn:magento:framework:DataObject/etc/fieldset.xsd">
- - + + diff --git a/etc/module.xml b/etc/module.xml index 93e6566..24b8c78 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -7,7 +7,7 @@ --> - +