Skip to content

Commit 83accd2

Browse files
author
Andrew Welch
committed
chore: Craft CMS 3.x -> Craft CMS
1 parent 53c1f59 commit 83accd2

File tree

9 files changed

+11
-15
lines changed

9 files changed

+11
-15
lines changed

src/Transcoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Transcoder plugin for Craft CMS 3.x
3+
* Transcoder plugin for Craft CMS
44
*
55
* Transcode videos to various formats, and provide thumbnails of the video
66
*

src/assetbundles/transcoder/TranscoderAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Transcoder plugin for Craft CMS 3.x
3+
* Transcoder plugin for Craft CMS
44
*
55
* Transcode videos to various formats, and provide thumbnails of the video
66
*

src/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Transcoder plugin for Craft CMS 3.x
4+
* Transcoder plugin for Craft CMS
55
*
66
* Transcode videos to various formats, and provide thumbnails of the video
77
*

src/console/controllers/DefaultController.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Transcode plugin for Craft CMS 3.x
3+
* Transcode plugin for Craft CMS
44
*
55
* Transcode
66
*
@@ -10,11 +10,7 @@
1010

1111
namespace nystudio107\transcoder\console\controllers;
1212

13-
use nystudio107\transcoder\Transcoder;
14-
15-
use Craft;
1613
use yii\console\Controller;
17-
use yii\helpers\Console;
1814

1915
/**
2016
* Default Command

src/controllers/DefaultController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Transcoder plugin for Craft CMS 3.x
3+
* Transcoder plugin for Craft CMS
44
*
55
* Transcode videos to various formats, and provide thumbnails of the video
66
*

src/models/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Transcoder plugin for Craft CMS 3.x
3+
* Transcoder plugin for Craft CMS
44
*
55
* Transcode videos to various formats, and provide thumbnails of the video
66
*

src/services/Transcode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Transcoder plugin for Craft CMS 3.x
3+
* Transcoder plugin for Craft CMS
44
*
55
* Transcode videos to various formats, and provide thumbnails of the video
66
*

src/translations/en/transcoder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Transcoder plugin for Craft CMS 3.x
3+
* Transcoder plugin for Craft CMS
44
*
55
* Transcode videos to various formats, and provide thumbnails of the video
66
*
@@ -14,8 +14,8 @@
1414
* @since 1.0.0
1515
*/
1616
return [
17-
'Transcoder caches' => 'Transcoder caches',
18-
'{name} plugin loaded' => '{name} plugin loaded',
17+
'Transcoder caches' => 'Transcoder caches',
18+
'{name} plugin loaded' => '{name} plugin loaded',
1919
'{name} cache directory cleared' => '{name} cache directory cleared',
2020
'Manifest file not found at: {manifestPath}' => 'Manifest file not found at: {manifestPath}',
2121
'Module does not exist in the manifest: {moduleName}' => 'Module does not exist in the manifest: {moduleName}'

src/variables/TranscoderVariable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Transcoder plugin for Craft CMS 3.x
3+
* Transcoder plugin for Craft CMS
44
*
55
* Transcode videos to various formats, and provide thumbnails of the video
66
*

0 commit comments

Comments
 (0)