Releases: muxinc/strapi-plugin-mux-video-uploader
Releases · muxinc/strapi-plugin-mux-video-uploader
v3.0.1
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
v2.8.3
v2.8.2
v2.8.1
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
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
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
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'supdate
action to now allow for updating theduration
,aspect_ratio
anderror_message
properties. - Upgraded dependencies.
What's fixed
v2.5.1
v2.5.0
What's new
- Admins can now override the CORS origin by providing an optional
origin
property to thesubmitDirectUpload
API. This is used for use cases where video uploading is implemented on another origin.
What's changed
- Updated mux-node-sdk to latest version
- Updated mux-player-react to latest version
- Updated upchunk to latest version