We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560d858 commit 5eb8504Copy full SHA for 5eb8504
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Transcoder Changelog
2
3
+## 1.0.8 - 2017.12.06
4
+### Changed
5
+* Updated to require craftcms/cms `^3.0.0-RC1`
6
+
7
## 1.0.7 - 2017.08.05
8
### Changed
9
* Craft 3 beta 23 compatibility
composer.json
@@ -2,7 +2,7 @@
"name": "nystudio107/craft3-transcoder",
"description": "Transcode video & audio files to various formats, and provide video thumbnails",
"type": "craft-plugin",
- "version": "1.0.7",
+ "version": "1.0.8",
"keywords": [
"craft",
"cms",
@@ -22,7 +22,7 @@
22
}
23
],
24
"require": {
25
- "craftcms/cms": "~3.0.0-beta.23",
+ "craftcms/cms": "^3.0.0-RC1",
26
"mikehaertl/php-shellcommand": "~1.2"
27
},
28
"autoload": {
0 commit comments