Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

58 lines (41 loc) · 1.81 KB

Transcoder Changelog

4.0.2 - 2024.09.30

Added

  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action

4.0.1 - 2023.04.20

Changed

  • Updated the docs to use VitePress ^1.0.0-alpha.29
  • Allow for versioning of the docs

Fixed

  • Fix Asset Volume file system access for Craft 4 (#67)
  • Fix progress URLs and send application/json response (#68)
  • Fix asset thumbnails (#69)
  • Fix GIF filename generation (#70)

4.0.0 - 2022.09.20

Changed

  • Pinned vitepress to ^0.22.4 pending official 1.0.0 release
  • Add comments to Makefiles for Fig
  • Use Vite ^3.1.0 & rebuild assets
  • Add allow-plugins to composer.json to allow CI tests to function

Fixed

  • Remove reference to now missing DefineAssetThumbUrlEvent::generate property
  • Change reference to now renamed DefineAssetThumbUrlEvent::path property

4.0.0-beta.6 - 2022.04.11

Fixed

  • Fixed method signature for Transcode::getFileInfo() so that an Asset object can be passed into it

4.0.0-beta.5 - 2022.04.09

Changed

  • Added synchronous & stripMetadata to the parameters that should be excluded from the generated file name

4.0.0-beta.4 - 2022.04.08

Fixed

  • Fixed incorrect return types in TranscoderVariable that could cause exceptions to be thrown

4.0.0-beta.3 - 2022.03.17

Changed

  • Refactored to use Assets::EVENT_DEFINE_THUMB_URL now available in Craft 4.0.0-beta.2

4.0.0-beta.2 - 2022.03.04

Fixed

  • Updated types for Craft CMS 4.0.0-alpha.1 via Rector

4.0.0-beta.1 - 2022.02.27

Added

  • Initial Craft CMS 4 compatibility