Skip to content

Commit 60b202c

Browse files
authored
Merge pull request #3 from tiffanyqm/master
Updates for docx, version number increment
2 parents 5f776cf + 91499ec commit 60b202c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Model/ImageUploader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ImageUploader extends \Magento\Catalog\Model\ImageUploader
3737
'image/png',
3838
'application/pdf',
3939
'application/msword', // doc
40-
'application/octet-stream', // docx
40+
'application/vnd.openxmlformats-officedocument.wordprocessingml.document', // docx
4141
'application/vnd.ms-excel', //xls
4242
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' //xlsx
4343
];

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This module adds a field to the checkout page for guests to upload a purchase or
55
To install into your existing Magento site run the following two commands.
66

77
composer config repositories.pyxl-checkoutuploadfield git https://github.com/thinkpyxl/magento2-Pyxl_CheckoutUploadField.git
8-
composer require pyxl/module-checkoutuploadfield:^1.0.6
8+
composer require pyxl/module-checkoutuploadfield:^1.0.7
99
bin/magento module:enable Pyxl_CheckoutUploadField
1010
bin/magento setup:upgrade
1111
bin/magento cache:clean

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"magento/magento-composer-installer": "*"
77
},
88
"type": "magento2-module",
9-
"version": "1.0.6",
9+
"version": "1.0.7",
1010
"license": [
1111
"OSL-3.0",
1212
"AFL-3.0"

0 commit comments

Comments
 (0)