Skip to content

Commit 15b46a9

Browse files
author
Andrew Welch
committed
### Changed
* `hasSettings` -> `hasCpSettings` for Craft 3 beta 8 compatibility
1 parent 764431a commit 15b46a9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.5 - 2017.03.24
4+
### Changed
5+
* `hasSettings` -> `hasCpSettings` for Craft 3 beta 8 compatibility
6+
37
## 1.0.4 - 2017.03.12
48
### Added
59
- Added `craft/cms` as a composer dependency

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nystudio107/craft3-transcoder",
33
"description": "Transcode video & audio files to various formats, and provide video thumbnails",
44
"type": "craft-plugin",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"keywords": [
77
"craft",
88
"cms",
@@ -34,7 +34,7 @@
3434
"name": "Transcoder",
3535
"handle": "transcoder",
3636
"schemaVersion": "1.0.0",
37-
"hasSettings": false,
37+
"hasCpSettings": false,
3838
"hasCpSection": false,
3939
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft3-transcoder/master/CHANGELOG.md",
4040
"components": {

0 commit comments

Comments
 (0)