Releases: experius/Magento-2-Module-Experius-WysiwygDownloads
Releases · experius/Magento-2-Module-Experius-WysiwygDownloads
1.2.6
1.2.5
1.2.4
1.2.3
What's Changed
- fix: SVG upload issues by @userwiths in #33
New Contributors
- @userwiths made their first contribution in #33
Thanks for the help @userwiths !
Full Changelog: 1.2.2...1.2.3
PHP 8 req + helper settings bugfix
- Experius\Core helper is not present, corrected this to WysiwygDownloads helper
- Add php 8 or higher requirement due to PHP 8 style __construct() dependency injection usage
Support for new media gallery + add extensions
- Support for new media gallery on extra filetypes (namely .pdf)
- Extensions .webp .svg .mp3 now supported
- Extend default allowed types
Magento 2.4.6 and .ods .odt support
- Add .ods as default allowed filetype. Refactor classes abit mostly to avoid "unused parameters such as $subject" listed below.
- Add support for .odt files and make .ods mimeTypemapping complete in di.xml.
- Add plugin to override the label from "Upload image" to "Upload image / file". This more clearly presents the functionality.
1.0.9: Merge pull request #15 from oscarpas/master
Fix upload issue in 2.2.5 by adding file and mime types
1.0.8: Merge pull request #12 from mawint/unserializeInHelper
Solves the notice in Magento 2 system log for Settings helper.
update for Magento 2.1.8
[BUGFIX] Solved problem with Product Image upload Notice: Undefined index: extension in ..