Skip to content

Releases: gebruederheitz/wp-block-video-overlay-backend

4.0.2: Dependency update

27 May 09:50

Choose a tag to compare

  • chore: PHPStan vs. mixed (43a5bfc)
  • chore: Update dependencies (14244b4)

4.0.1: Maintenance

15 Apr 16:13
d86e1bc

Choose a tag to compare

  • chore: Update dependencies, Taskfile, phpstan level 9 (6a3cd37)

4.0.0: wp-easy-customizer v3

06 Mar 16:12

Choose a tag to compare

  • chore: wp-easy-customizer v3 out of beta (6aeb1ec)

3.1.0: YouTube custom caption slugs

04 Mar 16:47

Choose a tag to compare

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

22 Feb 15:39

Choose a tag to compare

  • chore: Replace NVM with ASDF (172bc27)
  • fix: Inline videos need to use the former "videoEmbedUrl" attribute, not overlay ones (dc716e4)

3.0.0: PHP >= 8.1, video captions, YT privacy mode

06 Feb 14:40

Choose a tag to compare

  • Merge pull request #5 from gebruederheitz/issue/2-optional-captions (7d8a8c1)

3.0.0-alpha.5

06 Feb 11:58

Choose a tag to compare

3.0.0-alpha.5 Pre-release
Pre-release

Fix customizer initialisation

3.0.0-alpha.4

06 Feb 11:51

Choose a tag to compare

3.0.0-alpha.4 Pre-release
Pre-release

Fix source attribute names

3.0.0-alpha.3: Bugfix pre-release

06 Feb 11:48

Choose a tag to compare

Pre-release

Fixes minor errors

3.0.0-alpha.2: PHP >= 8.1; youtube-nocookie setting

06 Feb 10:11

Choose a tag to compare

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.