Skip to content

Commit 3dad700

Browse files
committed
Merge branch 'release/4.0.0-beta.5' into v4
2 parents c6905ee + 33e52be commit 3dad700

File tree

4 files changed

+25
-19
lines changed

4 files changed

+25
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Transcoder Changelog
22

3+
## 4.0.0-beta.5 - 2022.04.09
4+
### Changed
5+
* Added `synchronous` & `stripMetadata` to the parameters that should be excluded from the generated file name
6+
37
## 4.0.0-beta.4 - 2022.04.08
48
### Fixed
59
* Fixed incorrect return types in `TranscoderVariable` that could cause exceptions to be thrown

buildchain/package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nystudio107/craft-transcoder",
33
"description": "Transcode video & audio files to various formats, and provide video thumbnails",
44
"type": "craft-plugin",
5-
"version": "4.0.0-beta.4",
5+
"version": "4.0.0-beta.5",
66
"keywords": [
77
"craft",
88
"cms",

src/services/Transcode.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ class Transcode extends Component
5555
'audioEncoder',
5656
'fileSuffix',
5757
'sharpen',
58+
'synchronous',
59+
'stripMetadata',
5860
];
5961

6062
// Mappings for getFileInfo() summary values

0 commit comments

Comments
 (0)