Skip to content

Releases: experius/Magento-2-Module-Experius-WysiwygDownloads

1.2.7

23 Apr 13:16
0927f95

Choose a tag to compare

What's Changed

Full Changelog: 1.2.6...1.2.7

1.2.6

03 Jul 08:45
7088590

Choose a tag to compare

What's Changed

  • [FEATURE][DOBO-786] Make sure that only image filetypes are processed… by @iriks-it in #42

Full Changelog: 1.2.5...1.2.6

1.2.5

03 Jul 07:55
d85d5ea

Choose a tag to compare

What's Changed

  • Turn blacklist into whitelist as it was intended to

Full Changelog: 1.2.4...1.2.5

1.2.4

02 Jul 18:57
6771518

Choose a tag to compare

What's Changed

  • [FEATURE][DOBO-786] Added bmp filetype, and Magento 2.4.7 compatibility by @iriks-it in #40

New Contributors

Full Changelog: 1.2.3...1.2.4

1.2.3

08 Feb 13:04
dc75554

Choose a tag to compare

What's Changed

New Contributors

Thanks for the help @userwiths !

Full Changelog: 1.2.2...1.2.3

PHP 8 req + helper settings bugfix

22 Jan 16:04
b4be0ae

Choose a tag to compare

  • 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

11 Jan 15:47

Choose a tag to compare

  • 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

27 Oct 15:26

Choose a tag to compare

  • 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

29 Aug 13:10
b25bd04

Choose a tag to compare

Fix upload issue in 2.2.5 by adding file and mime types

1.0.8: Merge pull request #12 from mawint/unserializeInHelper

31 Jan 09:11
ecbf901

Choose a tag to compare

Solves the notice in Magento 2 system log for Settings helper.