From 240459ff9b6097935b619b7a6666e5770255302f Mon Sep 17 00:00:00 2001 From: Nadar Date: Fri, 6 Sep 2024 11:32:55 +0000 Subject: [PATCH] Ensure that images which are non-image files do not generate thumbnails and hide details in image previews (#763) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f833b1f..76732a3cb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## 5.0.5 (6. September 2024) + ++ [#763](https://github.com/luyadev/luya-module-admin/pull/763) Ensure that images which are for example svg's do not try to generate a thumbnail. + ## 5.0.4 (23. April 2024) + [#760](https://github.com/luyadev/luya-module-admin/issues/760) To enhance collaboration, we now display the name of the user who locks a row.