Skip to content

Commit d6cf7ba

Browse files
committed
Version 1.2.0
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 194dde5 commit d6cf7ba

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## 1.2.0 - 2018.08.22
4+
### Added
5+
* Added the ability to encode to animated `.gif` files
6+
* Added multiple output paths and URLs for different media types
7+
8+
### Changed
9+
* Moved to a modern webpack build config for the AdminCP
10+
* Added install confetti
11+
312
## 1.1.3 - 2018.03.02
413
### Changed
514
* Fixed deprecation errors from Craft CMS 3 RC13

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Transcode video & audio files to various formats, and provide video thumbnails
88

99
Related: [Transcoder for Craft 2.x](https://github.com/nystudio107/transcoder)
1010

11-
**Note**: _This plugin will cost $59.00 once Craft 3 GA is released._
11+
**Note**: _This plugin will costs $59.00 and is available in the Craft CMS 3 plugin store._
1212

1313
## Requirements
1414

15-
This plugin requires Craft CMS 3.0.0-RC1 or later.
15+
This plugin requires Craft CMS 3.0.0 or later.
1616

1717
## Installation
1818

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

0 commit comments

Comments
 (0)