Skip to content

Commit 2e9a38b

Browse files
committed
Version 1.2.5
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent f8dde7f commit 2e9a38b

File tree

3 files changed

+23
-13
lines changed

3 files changed

+23
-13
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.2.5 - 2019.05.23
4+
### Changed
5+
* Updated build system
6+
37
## 1.2.4 - 2019.04.22
48
### Changed
59
* Updated Twig namespacing to be compliant with deprecated class aliases in 2.7.x

composer.json

Lines changed: 3 additions & 3 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.2.4",
5+
"version": "1.2.5",
66
"keywords": [
77
"craft",
88
"cms",
@@ -17,8 +17,8 @@
1717
"format"
1818
],
1919
"support": {
20-
"docs": "https://github.com/nystudio107/craft-transcoder/blob/v1/README.md",
21-
"issues": "https://github.com/nystudio107/craft-transcoder/issues"
20+
"docs": "https://nystudio107.com/plugins/transcoder/documentation",
21+
"issues": "https://nystudio107.com/plugins/transcoder/support"
2222
},
2323
"license": "proprietary",
2424
"authors": [

package.json

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,28 @@
22
"name": "transcoder",
33
"version": "1.0.0",
44
"description": "Transcode video & audio files to various formats, and provide video thumbnails",
5-
"copyright": "nystudio107",
6-
"main": "index.js",
7-
"scripts": {
8-
"dev": "webpack-dev-server --config webpack.dev.js --progress --hide-modules",
9-
"build": "webpack --config webpack.prod.js"
5+
"keywords": [],
6+
"homepage": "https://nystudio107.com/plugins/transcoder",
7+
"bugs": {
8+
"email": "info@nystudio107.com",
9+
"url": "https://nystudio107.com/plugins/transcoder/support"
10+
},
11+
"license": "SEE LICENSE IN LICENSE.md",
12+
"author": {
13+
"name": "Andrew Welch",
14+
"email": "andrew@nystudio107.com",
15+
"url": "https://nystudio107.com/"
1016
},
17+
"browser": "./src/Transcoder.php",
1118
"repository": {
1219
"type": "git",
1320
"url": "git+https://github.com/nystudio107/craft-transcoder.git"
1421
},
15-
"author": "andrew@nystudio107.com",
16-
"license": "proprietary",
17-
"bugs": {
18-
"url": "https://github.com/nystudio107/craft-transcoder/issues"
22+
"private": true,
23+
"scripts": {
24+
"dev": "webpack-dev-server --config webpack.dev.js --progress --hide-modules",
25+
"build": "webpack --config webpack.prod.js"
1926
},
20-
"homepage": "https://github.com/nystudio107/craft-transcoder",
2127
"paths": {
2228
"src": {
2329
"base": "./src/assetbundles/transcoder/src/",

0 commit comments

Comments
 (0)