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.
- Updated composer.json to allow use with Craft v5 (tested on 5.0.4)
- Use Content-Dispositon inline for pdfs, images and videos to open the respective assets directly in the browser instead of downloading them.
- Use streamAsFile method to return file content to browser, this should also add support for mp4 files in mobile browsers.
- Modified plugin to work with Craft v4 (tested on v4.4)
- Initial release