Skip to content

Commit bdd6b6a

Browse files
committed
Version 1.1.2
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 45719ef commit bdd6b6a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 1.1.2 - 2018.02.06
4+
### Changed
5+
* Switch video thumbnail generation to use `EVENT_GET_THUMB_PATH`
6+
* Transcoder now requires Craft CMS 3 RC 9 or later
7+
38
## 1.1.1 - 2018.02.03
49
### Changed
510
* Only generate a thumbnail when we're actually asked to do so via `$generate1`

composer.json

Lines changed: 2 additions & 2 deletions
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.1.1",
5+
"version": "1.1.2",
66
"keywords": [
77
"craft",
88
"cms",
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"craftcms/cms": "^3.0.0-RC1",
25+
"craftcms/cms": "^3.0.0-RC9",
2626
"mikehaertl/php-shellcommand": "~1.2"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)