Skip to content

Commit 376477f

Browse files
committed
chore: Version 4.0.1
1 parent dc7129c commit 376477f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Transcoder Changelog
22

3+
## 4.0.1 - UNRELEASED
4+
### Fixed
5+
* Fix Asset Volume file system access for Craft 4 ([#67](https://github.com/nystudio107/craft-transcoder/pull/67/files))
6+
* Fix progress URLs and send application/json response ([#68](https://github.com/nystudio107/craft-transcoder/pull/68))
7+
* Fix asset thumbnails ([#69](https://github.com/nystudio107/craft-transcoder/pull/69))
8+
* Fix GIF filename generation ([#70](https://github.com/nystudio107/craft-transcoder/pull/70))
9+
310
## 4.0.0 - 2022.09.20
411
### Changed
512
* Pinned `vitepress` to `^0.22.4` pending official `1.0.0` release

composer.json

Lines changed: 1 addition & 1 deletion
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",
5+
"version": "4.0.1",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)