Skip to content

Commit 5b77a76

Browse files
committed
Merge branch 'release/4.0.0-beta.2' into v4
2 parents 3037a1b + 04f3af1 commit 5b77a76

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 4.0.0-beta.2 - 2022.03.04
4+
5+
### Fixed
6+
7+
* Updated types for Craft CMS `4.0.0-alpha.1` via Rector
8+
39
## 4.0.0-beta.1 - 2022.02.27
410

511
### Added

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-beta.1",
5+
"version": "4.0.0-beta.2",
66
"keywords": [
77
"craft",
88
"cms",

src/controllers/DefaultController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class DefaultController extends Controller
3737
* The actions must be in 'kebab-case'
3838
* @access protected
3939
*/
40-
protected $allowAnonymous = [
40+
protected array|bool|int $allowAnonymous = [
4141
'download-file',
4242
'progress',
4343
];

0 commit comments

Comments
 (0)