Skip to content

Commit f0d9c73

Browse files
committed
Version 1.2.3
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 58ce013 commit f0d9c73

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 1.2.3 - 2019.03.20
4+
### Changed
5+
* Allow setting threads in config
6+
* Added a "generate" (bool) parameter to getVideoUrl(), just like getVideoThumbnailUrl(), to optionally skip encoding
7+
* Added return value false to getVideoThumbnailUrl() when ffmpeg is executed which prevents a URL is always returned, also in case of ffmpeg fails te run/create the thumbnail
8+
* Added new config parameter "createSubfolder" (boolean) to create the same subfolders that are defined in the upload target paths of the asset.
9+
* Added config option to prevent cache clearing
10+
311
## 1.2.2 - 2018.10.05
412
### Changed
513
* Updated build process

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": "1.2.2",
5+
"version": "1.2.3",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)