We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
synchronous
stripMetadata
1 parent 6c8fb32 commit 46584e0Copy full SHA for 46584e0
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Transcoder Changelog
2
3
-## 4.0.0-beta.5 - UNRELEASED
+## 4.0.0-beta.5 - 2022.04.09
4
### Changed
5
-* Added `nosynchronous` & `nostripMetadata` to the parameters that should be excluded from the generated file name
+* Added `synchronous` & `stripMetadata` to the parameters that should be excluded from the generated file name
6
7
## 4.0.0-beta.4 - 2022.04.08
8
### Fixed
src/services/Transcode.php
@@ -55,8 +55,8 @@ class Transcode extends Component
55
'audioEncoder',
56
'fileSuffix',
57
'sharpen',
58
- 'nosynchronous',
59
- 'nostripMetadata',
+ 'synchronous',
+ 'stripMetadata',
60
];
61
62
// Mappings for getFileInfo() summary values
0 commit comments