- Fix calculation of file modification time. davisagli (153)
6.2.1
------------------
Bug fixes:
- Fix stored XSS (Cross Site Scripting) for SVG images. Done by forcing a download instead of displaying inline. See `security advisory <https://github.com/plone/plone.namedfile/security/advisories/GHSA-jj7c-jrv4-c65x>`_. [maurits] (1)
6.2.0
Not secure
------------------
New features:
- Add internal modification timestamp with fallback to _p_mtime. [mathias.leimgruber] (149) - Use new internal modification timestamp as part of the hash key for scales. [mathias.leimgruber] (150)
6.1.2
Not secure
------------------
Bug fixes:
- Fixed the issue where SVG images containing extensive metadata were not being displayed correctly (resulting in a width/height of 1px). This problem could occur when the <svg> tag exceeded the MAX_INFO_BYTES limit.