Skip to content

Commit 8cbe8f3

Browse files
committed
Merge branch 'release/1.0.11' into v1
2 parents c5b81bb + 1532c8d commit 8cbe8f3

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This plugin requires Craft CMS 3.0.0-RC1 or later.
1616

1717
To 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
2020
2. Install plugin in the Craft Control Panel under Settings > Plugins
2121

2222
Transcoder works on Craft 3.x.

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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",
@@ -11,8 +11,8 @@
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": [
@@ -36,7 +36,7 @@
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
},

0 commit comments

Comments
 (0)