Releases: vaersaagod/muxmate
Releases · vaersaagod/muxmate
MuxMate v. 3.0.1
MuxMate v. 3.0.0
3.0.0 - 2024-08-22
Added
- Added support for Craft 5
MuxMate v. 2.1.0
2.1.0 - 2024-04-06
Changed
- Added new icon
MuxMate v. 2.0.1
2.0.1 - 2023-11-11
Fixed
- Fixed an issue where signed URL placeholder tokens would expire when used in combination with template caching
MuxMate v. 2.0.0
2.0.0 - 2023-10-18
Added
- Added support for signing URLs
- Added support for Mux'
max_resolution
param for theAsset::getMuxStreamUrl()
andAsset::getMuxVideo()
methods - Added the
muxSigningKey
config setting for setting a signing key used in signing URLs - Added the
defaultPolicy
config setting for setting the default playback policy ("signed" or "public"; public is the default) - Added the
defaultMaxResolution
config setting for setting a default max resolution - Added the
defaultMp4Quality
config setting for setting the default static rendition quality - Added the
maxResolutionTier
config setting for setting themax_resolution_tier
param when creating new Mux assets - Added the
_muxmate/create
command for creating Mux assets from existing Craft assets in bulk - Added the
_muxmate/create/playback-ids
command for creating new (or missing) Mux playback IDs for existing Mux assets in bulk - Added the
Asset::getMuxVideoDuration()
method - Added the
Asset::getStaticRenditions()
method - Added the ability to query for assets based on Mux meta data as JSON queries, e.g.
entry.videos.mux({ status: 'ready' }).all()
Changed
- Removed the
muxPlaybackId
content table column
MuxMate v. 1.2.0
1.2.0 - 2023-07-01
Added
- Added the ability to have MuxMate automatically lazyload the
<mux-video>
web component - Added the ability to have MuxMate not load the
<mux-video>
web component JS library at all - Added the
lazyloadMuxVideo
config setting - Added the
scriptSrcNonce
config setting
Changed
- The
muxVideoUrl
config setting now supports afalse
value, in which case MuxMate will not load the<mux-video>
library - The
Asset::getMuxVideo()
method no longer returnsnull
, avoiding a PHP exception that would occur if using the|attr()
filter directly on its output.
Improved
- Improved video previews when assets are missing their Mux playback ID
MuxMate v. 1.1.3
1.1.3 - 2023-06-23
Fixed
- Fixed dumb bug
MuxMate v. 1.1.2
1.1.2 - 2023-06-21
Fixed
- Fixed an issue where not all params passed to
getMuxImageUrl()
would make it
MuxMate v. 1.1.1
1.1.1 - 2023-06-21
Added
- Fixed a PHP exception due to a typing error
MuxMate v. 1.1.0
1.1.0 - 2023-06-21
Added
- Added the
isMuxVideo()
andisMuxVideoReady()
asset methods.