Releases: gebruederheitz/wp-block-video-overlay-backend
Releases · gebruederheitz/wp-block-video-overlay-backend
4.0.2: Dependency update
4.0.1: Maintenance
- chore: Update dependencies, Taskfile, phpstan level 9 (6a3cd37)
4.0.0: wp-easy-customizer v3
- chore: wp-easy-customizer v3 out of beta (6aeb1ec)
3.1.0: YouTube custom caption slugs
Instead of offering a pre-defined list of caption slugs, editors may now provide their own fully custom slugs used for the YouTube cc_lang_pref parameter, which is sanitized using WP's sanitize_locale_name.
- feat: Freely assigned langauge slugs for YT captions (e459a10)
3.0.1: Bugfix release
3.0.0: PHP >= 8.1, video captions, YT privacy mode
3.0.0-alpha.5
Fix customizer initialisation
3.0.0-alpha.4
Fix source attribute names
3.0.0-alpha.3: Bugfix pre-release
Fixes minor errors
3.0.0-alpha.2: PHP >= 8.1; youtube-nocookie setting
Raises the minimum PHP version to 8.1 and introduces a setting to use youtube's privacy mode that can be enabled through the customizer setting Gebruederheitz\GutenbergBlocks\VideoOverlay\Util\Customizer\VideoOverlayBlockSettings via gebruederheitz/wp-easy-customizer.