Releases: DeuxHuitHuit/craft-cloudflare-stream
Releases · DeuxHuitHuit/craft-cloudflare-stream
2.2.0
Before this version, it was possible to upload non-video files in assets that have
a Cloudflare Stream field. Since this creates an error, we opt into preventing it.
We always recommend to create a dedicated file system and volume for your stream assets.
- ad4edfa (feat) Prevent uploads of non-video files
- 1c994b2 (fix) Use field from field layout instead
- 9023324 (fix) Error in translation
1.6.2
- c1b6e84 (fix) Use
path
property instead of rootPath
(backport of #13)
1.6.1
- 9a8ca6f (fix) Check for rootPath property (backport of #8)
2.0.0
This is a breaking change since v2 only support Craft 5.
1.5.0
- 4f1592f (feat) Add the ability to control the thumbnail
1.4.8
- 32271b8 (fix) Make sure variables are defined
1.4.7
- 98b8919 (fix) Make sure videoName is always the filename
1.4.6
- d0ab330 (chore) Add php 8.3 support