Skip to content

Commit

Permalink
Issue 713 (#717)
Browse files Browse the repository at this point in the history
* default blackliste svg mimetype

* changelog [skip ci]
  • Loading branch information
nadar committed May 24, 2022
1 parent 30fa3a1 commit d08b7d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 4.4.1 ()

+ [#713](https://github.com/luyadev/luya-module-admin/issues/713) Blacklist SVG mime type by default. In order to enable SVG Upload use `'whitelistMimeTypes' => ['image/svg+xml']`.

## 4.4.0 (19. May 2022)

+ [#714](https://github.com/luyadev/luya-module-admin/pull/714) Improve the sorting ability by adding create, update and delete events which are attached from the SortableTrait. Sorting over pagination or swap index from form input is now possible too.
Expand Down
1 change: 1 addition & 0 deletions src/storage/BaseFileSystemStorage.php
Expand Up @@ -238,6 +238,7 @@ abstract public function fileSystemDeleteFile($fileName);
'text/x-php',
'text/plain',
'application/x-spss',
'image/svg+xml',
];

/**
Expand Down

0 comments on commit d08b7d2

Please sign in to comment.