Skip to content

Commit 46584e0

Browse files
author
Andrew Welch
committed
refactor: Added synchronous & stripMetadata to the parameters that should be excluded from the generated file name
1 parent 6c8fb32 commit 46584e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Transcoder Changelog
22

3-
## 4.0.0-beta.5 - UNRELEASED
3+
## 4.0.0-beta.5 - 2022.04.09
44
### Changed
5-
* Added `nosynchronous` & `nostripMetadata` to the parameters that should be excluded from the generated file name
5+
* Added `synchronous` & `stripMetadata` to the parameters that should be excluded from the generated file name
66

77
## 4.0.0-beta.4 - 2022.04.08
88
### Fixed

src/services/Transcode.php

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

6262
// Mappings for getFileInfo() summary values

0 commit comments

Comments
 (0)