Skip to content

Commit 69c910b

Browse files
author
Andrew Welch
committed
chore: Version 4.0.0
1 parent c8a7fed commit 69c910b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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+
## 4.0.0 - UNRELEASED
4+
### Fixed
5+
* Remove reference to now missing `DefineAssetThumbUrlEvent::generate` property
6+
37
## 4.0.0-beta.6 - 2022.04.11
48
### Fixed
59
* Fixed method signature for `Transcode::getFileInfo()` so that an Asset object can be passed into it

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": "4.0.0-beta.6",
5+
"version": "4.0.0",
66
"keywords": [
77
"craft",
88
"cms",
@@ -29,8 +29,8 @@
2929
}
3030
],
3131
"require": {
32-
"craftcms/cms": "^4.0.0-alpha",
33-
"nystudio107/craft-plugin-vite": "^4.0.0-beta.1",
32+
"craftcms/cms": "^4.0.0",
33+
"nystudio107/craft-plugin-vite": "^4.0.0",
3434
"mikehaertl/php-shellcommand": "~1.2"
3535
},
3636
"autoload": {

0 commit comments

Comments
 (0)