Skip to content

Commit

Permalink
Fix block helper method for images without width/height values
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Sep 6, 2024
1 parent d741c6e commit 8a3472a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 5.1.2 (6. September 2024)

+ [#420](https://github.com/luyadev/luya-module-cms/pull/420) The block helper method for images won't try to resize (apply filter) for an image which does not have any width/height values, which indicates this is for example a svg image.

## 5.1.1 (28. March 2024)

+ [#415](https://github.com/luyadev/luya-module-cms/pull/415) Fixed navItem relation for inactive page versions.
Expand Down

0 comments on commit 8a3472a

Please sign in to comment.