Skip to content

Releases: vaersaagod/muxmate

MuxMate v. 3.0.1

22 Aug 09:42
Compare
Choose a tag to compare

3.0.1 - 2024-08-22

Fixed

  • Fixed some minor Craft 5 compatibility issues

MuxMate v. 3.0.0

22 Aug 09:28
Compare
Choose a tag to compare

3.0.0 - 2024-08-22

Added

  • Added support for Craft 5

MuxMate v. 2.1.0

06 Apr 12:21
Compare
Choose a tag to compare

2.1.0 - 2024-04-06

Changed

  • Added new icon

MuxMate v. 2.0.1

11 Nov 17:44
Compare
Choose a tag to compare

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

18 Oct 18:08
Compare
Choose a tag to compare

2.0.0 - 2023-10-18

Added

  • Added support for signing URLs
  • Added support for Mux' max_resolution param for the Asset::getMuxStreamUrl() and Asset::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 the max_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

01 Jul 14:15
Compare
Choose a tag to compare

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 a false value, in which case MuxMate will not load the <mux-video> library
  • The Asset::getMuxVideo() method no longer returns null, 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

23 Jun 09:29
Compare
Choose a tag to compare

1.1.3 - 2023-06-23

Fixed

  • Fixed dumb bug

MuxMate v. 1.1.2

21 Jun 18:50
Compare
Choose a tag to compare

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

21 Jun 18:39
Compare
Choose a tag to compare

1.1.1 - 2023-06-21

Added

  • Fixed a PHP exception due to a typing error

MuxMate v. 1.1.0

21 Jun 17:51
Compare
Choose a tag to compare

1.1.0 - 2023-06-21

Added

  • Added the isMuxVideo() and isMuxVideoReady() asset methods.