Version 2.2.0

October 23, 2024

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.

  • ad4edfa373 (feat) Prevent uploads of non-video files
  • 1c994b21b2 (fix) Use field from field layout instead
  • 9023324bbf (fix) Error in translation

Version 2.1.0

October 2, 2024
  • 911f086cdf (feat) Add TUS support (#14)
  • d52d1ecdf8 (fix) Use path property instead of rootPath (#13)

Version 2.0.0

August 13, 2024

This is a breaking change since v2 only support Craft 5.

  • a03694fc13 (fix) Check for rootPath property (#8, thanks @curtishenson)
  • de79933d08 (bc) Move to Craft 5 (#10)

Version 1.5.0

June 5, 2024
  • 4f1592f408 (feat) Add the ability to control the thumbnail

Version 1.4.8

March 28, 2024
  • 32271b8440 (fix) Make sure variables are defined

Version 1.4.7

February 20, 2024
  • 98b8919381 (fix) Make sure videoName is always the filename

Version 1.4.6

February 8, 2024
  • d0ab33081a (chore) Add php 8.3 support

Version 1.4.5

December 4, 2023
  • f25ee33c80 (fix) Add warning outside of the details
  • baee3048ca (fix) Make sure we compare with a float
  • e9ab621cae (fix) Make sure removing from CF works: Fix the regression from 1.4.3.
  • 07b515c0a4 (fix) Poll the video until the process is complete: Fixes issues with mp4 urls.

Version 1.4.4

November 15, 2023
  • 87ce93d209 Trim trailing / on video path

Version 1.4.3

November 13, 2023
  • 6abeaa8c0b (fix) Properly handle errors
  • b74863a835 (fix) Make sure the file exists before upload
  • 05998c16bb (fix) Properly compute the asset's path

Version 1.4.2

November 9, 2023
  • 335db74590 Fix broken video path

Version 1.4.1

October 30, 2023
  • daca75ea12 Add errors + update help text
  • 9307dbb34c Add schema version prop

Version 1.4.0

October 16, 2023
  • ae76646657 (feat) Add support for uploads via form data (#5)
  • 5ab0e3174f (fix) Prevent overflow of the progressLabel field (#4)
  • 6c27238580 (fix) lower ttr to 2 minutes (#3)

Version 1.3.0

October 16, 2023
  • 4163fd0012 (feat) Add reupload cli command (#2)

Version 1.2.8

October 12, 2023
  • dcf26c85f9 (fix) Validate the config upon client creation (#1)

Version 1.2.7

August 30, 2023
  • 3e8badccee Try a different syntax for php req

Version 1.2.6

July 26, 2023
  • 9c71085fa6 Fix a bugs in graphql Object Type
  • 902e1922cf Add a graphql example in the docs

Version 1.2.5

July 26, 2023
  • 20d211dc32 Updated icon

Version 1.2.4

July 25, 2023
  • 2e955cba59 New icon

Version 1.2.3

July 25, 2023
  • 4ad1155e26 Fix a bug with settings validation

Version 1.2.2

July 25, 2023
  • 7550b37544 Add missing 1.2.1 change log entry

Version 1.2.1

July 25, 2023
  • 2d7423212d Fix changelog formatting

Version 1.2.0

July 25, 2023
  • a2463c8a48 Save and display polling status
  • 66a3fd7441 Add thumbnails and previews in assets panel
  • 99c4831e7e Better error handling

Version 1.1.0

July 25, 2023
  • 8716878bbc Add support for deleted/restored assets
  • 50f2938a91 Add autoUpload
  • Bug fixes

Version 1.0.2

July 24, 2023
  • Bug fixes
  • Added phpcsfixer
  • Added last result to retry-able jobs

Version 1.0.1

July 24, 2023
  • Bug fixes
  • Added a README

Version 1.0.0

July 24, 2023
  • Initial version