Skip to content

Releases: muxinc/strapi-plugin-mux-video-uploader

v3.0.1

19 Oct 04:08
8cebe12
Compare
Choose a tag to compare

What's new

  • Upgrade to Strapi v5 ♥️
    • Please ensure that you've migrated your Strapi instance to v5 before starting.
    • Breaking change— Plugin configuration is now done using Strapi's file based config. Details on how to do this can be found in the README.md.

What's changed

  • Plugin menu item icon has been changed to something more... Mux-y
  • Refreshed library versions to latest
  • Both auto-generated and custom captions can be added on upload

What's fixed

  • Previous issue with preview player is resolved, plugin now uses Mux Player again

v2.8.4

19 May 21:51
9f143f5
Compare
Choose a tag to compare

What's new

What's changed

  • Updated the layout of the settings field to expand the width of the container
  • Re-implemented the tooltip for the settings field for future use

What's fixed

v2.8.3

18 May 01:26
836d5bb
Compare
Choose a tag to compare

What's new

What's changed

  • Obfuscate types for react-router-dom to remove errors due to lack of types for v5 of react-router-dom for local development

What's fixed

v2.8.2

16 May 22:43
f062f0a
Compare
Choose a tag to compare

What's new

What's changed

What's fixed

  • Minor fix for preview player

v2.8.1

16 May 18:59
f91e71c
Compare
Choose a tag to compare

What's new

What's changed

  • We've switched the player from Mux Player to mux-videojs-kit temporarily as it appears that web components might be causing an issue with the Strapi Admin. We're working with Strapi to resolve this and will revert back to Mux Player once it is completed.

What's fixed

v2.8.0

15 Mar 22:33
febc123
Compare
Choose a tag to compare

What's new

  • Captions and subtitles can now be uploaded using this plugin. In order for it to work, the instance of Strapi needs to be accessible from a URL. (See README for details on local development).
  • The Max Resolution can now be configured for uploads; adding both 2K and 4K as options.
  • Static Renditions can now be enabled on new Uploads.

What's changed

What's fixed

v2.7.0

18 Jul 17:00
c6e349d
Compare
Choose a tag to compare

What's new

  • Ability to upload or create assets with signed playback policies. When integrating with the front-end, generation of JWTs will need be implemented in order for videos and images to work as expected (See Documentation for more details).

What's changed

What's fixed

v2.6.0

01 Apr 21:12
d1b65cd
Compare
Choose a tag to compare

What's new

What's changed

  • Disabled auto sync process when plugin is bootstrapped. This caused unintended issues when running multiple instances of Strapi. Will be revisited in the future but as a manual action that a user can initiate.
  • Updated the mux-asset controller's update action to now allow for updating the duration, aspect_ratio and error_message properties.
  • Upgraded dependencies.

What's fixed

v2.5.1

20 Nov 01:49
653305c
Compare
Choose a tag to compare

What's new

What's changed

What's fixed

  • Internal update to CD workflow

v2.5.0

20 Nov 01:01
2b7917f
Compare
Choose a tag to compare

What's new

  • Admins can now override the CORS origin by providing an optional origin property to the submitDirectUpload API. This is used for use cases where video uploading is implemented on another origin.

What's changed

What's fixed