File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Transcoder Changelog
22
3+ ## 1.0.11 - 2018.02.01
4+ ### Added
5+ * Renamed the composer package name to ` craft-transcoder `
6+
37## 1.0.10 - 2018.01.29
48### Added
59* Added support for Yii2 aliases for ` transcoderPath ` & ` transcoderUrl ` settings in ` config.php `
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This plugin requires Craft CMS 3.0.0-RC1 or later.
1616
1717To install Transcoder, follow these steps:
1818
19- 1 . Install with Composer via ` composer require nystudio107/craft3 -transcoder ` from your project directory
19+ 1 . Install with Composer via ` composer require nystudio107/craft -transcoder ` from your project directory
20202 . Install plugin in the Craft Control Panel under Settings > Plugins
2121
2222Transcoder works on Craft 3.x.
Original file line number Diff line number Diff line change 11{
2- "name" : " nystudio107/craft3 -transcoder" ,
2+ "name" : " nystudio107/craft -transcoder" ,
33 "description" : " Transcode video & audio files to various formats, and provide video thumbnails" ,
44 "type" : " craft-plugin" ,
5- "version" : " 1.0.10 " ,
5+ "version" : " 1.0.11 " ,
66 "keywords" : [
77 " craft" ,
88 " cms" ,
1111 " transcoder"
1212 ],
1313 "support" : {
14- "docs" : " https://github.com/nystudio107/craft3 -transcoder/blob/master/README.md" ,
15- "issues" : " https://github.com/nystudio107/craft3 -transcoder/issues"
14+ "docs" : " https://github.com/nystudio107/craft -transcoder/blob/master/README.md" ,
15+ "issues" : " https://github.com/nystudio107/craft -transcoder/issues"
1616 },
1717 "license" : " proprietary" ,
1818 "authors" : [
3636 "schemaVersion" : " 1.0.0" ,
3737 "hasCpSettings" : false ,
3838 "hasCpSection" : false ,
39- "changelogUrl" : " https://raw.githubusercontent.com/nystudio107/craft3 -transcoder/master/CHANGELOG.md" ,
39+ "changelogUrl" : " https://raw.githubusercontent.com/nystudio107/craft -transcoder/master/CHANGELOG.md" ,
4040 "components" : {
4141 "transcode" : " nystudio107\\ transcoder\\ services\\ Transcode"
4242 },
You can’t perform that action at this time.
0 commit comments