Skip to content

Commit 7796b48

Browse files
committed
Release 2.0.2
1 parent 96a2ced commit 7796b48

7 files changed

Lines changed: 38 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.1
8+
Stable tag: 2.0.2
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
#### [2.0.2](https://github.com/AlecRust/protected-video/releases/tag/2.0.2)
6+
7+
> 27 December 2025
8+
9+
- Bump release-it version [`96a2ced`](https://github.com/AlecRust/protected-video/commit/96a2cedb93fc5fed45bb2d8f0d7d07e7631a9e87)
10+
- Improve type safety [`2a9f039`](https://github.com/AlecRust/protected-video/commit/2a9f039db114f7dc03523f7ce35475a0ea41ad04)
11+
- Add WordPress stubs to vscode settings for PHP Intelephense [`7a526ee`](https://github.com/AlecRust/protected-video/commit/7a526eeb090b2f08a91195726430033a250a1b7f)
12+
- Enable more GrumPHP tasks [`9a3acfe`](https://github.com/AlecRust/protected-video/commit/9a3acfe736192da0a36fa6625783092d3e9c945f)
13+
- Increase PHPStan level 6 -> 8 [`f5e95f1`](https://github.com/AlecRust/protected-video/commit/f5e95f1fd116daee534e4662bc6d9c72d7f73630)
14+
- Improve handling of non-supported video platform URLs [`beb5da2`](https://github.com/AlecRust/protected-video/commit/beb5da23f8d721672cd33c90821b189cefc52c93)
15+
- Add styles linting [`bd99aa8`](https://github.com/AlecRust/protected-video/commit/bd99aa8d078237f3f45eaec1c0630525a0b8eb6f)
16+
- Remove claimed support for Git Updater [`3a294e1`](https://github.com/AlecRust/protected-video/commit/3a294e1e5ffefdca38358af84632e9fe09b1a4f6)
17+
- Simplify linting [`d206c1f`](https://github.com/AlecRust/protected-video/commit/d206c1f834944e885eeafae096734147aff8d072)
18+
- Update npm dependencies [`d10277d`](https://github.com/AlecRust/protected-video/commit/d10277d116d09c69285f48751ef830b419236610)
19+
- Replace custom ESLint/Prettier with wp-scripts [`bc07c19`](https://github.com/AlecRust/protected-video/commit/bc07c19d7eb699586e56dc0763a99b06bad70e04)
20+
521
#### [2.0.1](https://github.com/AlecRust/protected-video/releases/tag/2.0.1)
622

723
> 23 December 2025

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.1",
3+
"version": "2.0.2",
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.1
6+
* Version: 2.0.2
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.1' );
27+
define( 'PROTECTED_VIDEO_VERSION', '2.0.2' );
2828

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

readme.txt

Lines changed: 15 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.1
6+
Stable tag: 2.0.2
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,20 @@ For performance reasons, Protected Video only loads its associated JS and CSS wh
119119

120120
== Changelog ==
121121

122+
= 2.0.2 - 2025-12-27 =
123+
124+
* Bump release-it version
125+
* Improve type safety
126+
* Add WordPress stubs to vscode settings for PHP Intelephense
127+
* Enable more GrumPHP tasks
128+
* Increase PHPStan level 6 -> 8
129+
* Improve handling of non-supported video platform URLs
130+
* Add styles linting
131+
* Remove claimed support for Git Updater
132+
* Simplify linting
133+
* Update npm dependencies
134+
* Replace custom ESLint/Prettier with wp-scripts
135+
122136
= 2.0.1 - 2025-12-23 =
123137

124138
* Trial simpler release notes building

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.1",
5+
"version": "2.0.2",
66
"title": "Protected Video",
77
"category": "embed",
88
"example": {

0 commit comments

Comments
 (0)