Skip to content

Commit 22d5e9d

Browse files
committed
Release 2.0.4
1 parent 03bc3b4 commit 22d5e9d

7 files changed

Lines changed: 30 additions & 8 deletions

File tree

.cliff/cliff-readme-txt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Contributors: alecrust
55
Tags: video, player, plyr, youtube, vimeo
66
Requires at least: 6.6
77
Tested up to: 6.9
8-
Stable tag: 2.0.3
8+
Stable tag: 2.0.4
99
Requires PHP: 7.2
1010
License: GPL-2.0-or-later
1111
License URI: https://www.gnu.org/licenses/gpl-2.0.html

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
#### [2.0.4](https://github.com/AlecRust/protected-video/releases/tag/2.0.4)
6+
7+
> 18 April 2026
8+
9+
- Disable wp-env test environment [`03bc3b4`](https://github.com/AlecRust/protected-video/commit/03bc3b43f1eea4bddf898630569c77507d00e53b)
10+
- Bump packageManager [`24d8179`](https://github.com/AlecRust/protected-video/commit/24d817913a59e1baf411ea6f40aca15da6f65f7b)
11+
- Bump remaining npm dependencies [`d4f4e16`](https://github.com/AlecRust/protected-video/commit/d4f4e164d095572c4724daa739c924dd9004ef43)
12+
- Bump safe dependencies [`2f4ec0a`](https://github.com/AlecRust/protected-video/commit/2f4ec0aa2da4f7727c1a4c34f8f6f9402ef7aadd)
13+
- Only disable right-click on pages with a Protected Video [`81bfb5e`](https://github.com/AlecRust/protected-video/commit/81bfb5e476e8edde3d199974b3421ea4742534f7)
14+
- Bump actions/deploy-pages from 4 to 5 [`0ffc568`](https://github.com/AlecRust/protected-video/commit/0ffc568d5772e96f1d1a52fcaa20f7052ac0e07e)
15+
- Bump actions/configure-pages from 5 to 6 [`444e5d9`](https://github.com/AlecRust/protected-video/commit/444e5d9b1909b06ede12d124da417ebf76ec694e)
16+
517
#### [2.0.3](https://github.com/AlecRust/protected-video/releases/tag/2.0.3)
618

719
> 4 January 2026

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protected-video",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "YouTube/Vimeo player that prevents easy sharing of the video.",
55
"author": "Alec Rust (https://www.alecrust.com/)",
66
"license": "GPL-2.0-or-later",

protected-video.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Protected Video
44
* Plugin URI: https://github.com/AlecRust/protected-video
55
* Description: YouTube/Vimeo player that prevents easy sharing of the video.
6-
* Version: 2.0.3
6+
* Version: 2.0.4
77
* Author: Alec Rust
88
* Author URI: https://www.alecrust.com/
99
* Requires PHP: 7.2
@@ -24,7 +24,7 @@
2424
/**
2525
* Plugin version.
2626
*/
27-
define( 'PROTECTED_VIDEO_VERSION', '2.0.3' );
27+
define( 'PROTECTED_VIDEO_VERSION', '2.0.4' );
2828

2929
/**
3030
* Load core plugin class defining all hooks.

readme.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: alecrust
33
Tags: video, player, plyr, youtube, vimeo
44
Requires at least: 6.6
55
Tested up to: 6.9
6-
Stable tag: 2.0.3
6+
Stable tag: 2.0.4
77
Requires PHP: 7.2
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -119,6 +119,16 @@ For performance reasons, Protected Video only loads its associated JS and CSS wh
119119

120120
== Changelog ==
121121

122+
= 2.0.4 - 2026-04-18 =
123+
124+
* Disable wp-env test environment
125+
* Bump packageManager
126+
* Bump remaining npm dependencies
127+
* Bump safe dependencies
128+
* Only disable right-click on pages with a Protected Video
129+
* Bump actions/deploy-pages from 4 to 5
130+
* Bump actions/configure-pages from 5 to 6
131+
122132
= 2.0.3 - 2026-01-04 =
123133

124134
* Rebuild composer lockfile

src/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "protected-video/protected-video",
5-
"version": "2.0.3",
5+
"version": "2.0.4",
66
"title": "Protected Video",
77
"category": "embed",
88
"example": {

0 commit comments

Comments
 (0)