Skip to content

Commit 1df0b93

Browse files
committed
Release 1.11.4
1 parent 44e9a64 commit 1df0b93

7 files changed

Lines changed: 28 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: 4.6
77
Tested up to: 6.5
8-
Stable tag: 1.11.3
8+
Stable tag: 1.11.4
99
Requires PHP: 7.0
1010
License: GPL-2.0-or-later
1111
License URI: https://www.gnu.org/licenses/gpl-2.0.html

CHANGELOG.md

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

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

5+
#### [1.11.4](https://github.com/AlecRust/protected-video/releases/tag/1.11.4)
6+
7+
> 7 April 2024
8+
9+
- Improve variable names [`9839b5d`](https://github.com/AlecRust/protected-video/commit/9839b5de311e6426a9daf070abca564257d22493)
10+
- Add plugin Blueprint file [`70a0df8`](https://github.com/AlecRust/protected-video/commit/70a0df8f87dff2069a6f236b10128829f9ffc250)
11+
- Use latest version of all development Composer packages [`5a1007d`](https://github.com/AlecRust/protected-video/commit/5a1007dc82351a20b1b8160cec148cd62af73c7c)
12+
- Simplify setting of plugin version [`71a7900`](https://github.com/AlecRust/protected-video/commit/71a79001d977e33d81d2dfc338364aef79f99269)
13+
- Enable PHPStan [`c093253`](https://github.com/AlecRust/protected-video/commit/c09325314374f4c87f02d6e5cf9cd5165c63a691)
14+
- Remove @access tags [`44e9a64`](https://github.com/AlecRust/protected-video/commit/44e9a6472c22d8fe87786395a724146f1360c891)
15+
516
#### [1.11.3](https://github.com/AlecRust/protected-video/releases/tag/1.11.3)
617

718
> 5 April 2024

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": "1.11.3",
3+
"version": "1.11.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
@@ -4,7 +4,7 @@
44
* Plugin URI: http://github.com/AlecRust/protected-video
55
* GitHub Plugin URI: AlecRust/protected-video
66
* Description: YouTube/Vimeo player that prevents easy sharing of the video.
7-
* Version: 1.11.3
7+
* Version: 1.11.4
88
* Author: Alec Rust
99
* Author URI: https://www.alecrust.com/
1010
* License: GPL-2.0-or-later
@@ -24,7 +24,7 @@
2424
/**
2525
* Plugin version.
2626
*/
27-
define('PROTECTED_VIDEO_VERSION', '1.11.3');
27+
define('PROTECTED_VIDEO_VERSION', '1.11.4');
2828

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

readme.txt

Lines changed: 10 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: 4.6
55
Tested up to: 6.5
6-
Stable tag: 1.11.3
6+
Stable tag: 1.11.4
77
Requires PHP: 7.0
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -119,6 +119,15 @@ For performance reasons, Protected Video only loads its associated JS and CSS wh
119119

120120
== Changelog ==
121121

122+
= 1.11.4 - 2024-04-07 =
123+
124+
* Improve variable names
125+
* Add plugin Blueprint file
126+
* Use latest version of all development Composer packages
127+
* Simplify setting of plugin version
128+
* Enable PHPStan
129+
* Remove @access tags
130+
122131
= 1.11.3 - 2024-04-05 =
123132

124133
* Add missing "Can I load my own videos into the player?" FAQ

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

0 commit comments

Comments
 (0)