Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 825 Bytes

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 825 Bytes

Internal Assets Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

4.1.2 - 2024-04-21

Changed

  • Updated composer.json to allow use with Craft v5 (tested on 5.0.4)

4.1.1 - 2023-03-27

Changed

  • Use Content-Dispositon inline for pdfs, images and videos to open the respective assets directly in the browser instead of downloading them.

4.1.0 - 2023-03-27

Changed

  • Use streamAsFile method to return file content to browser, this should also add support for mp4 files in mobile browsers.

4.0.0 - 2023-03-09

Changed

  • Modified plugin to work with Craft v4 (tested on v4.4)

2.0.0 - 2018-06-12

Added

  • Initial release