Skip to content

Commit 9bb622c

Browse files
committed
Release 1.11.2
1 parent 5592000 commit 9bb622c

6 files changed

Lines changed: 40 additions & 12 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
#### [1.11.2](https://github.com/AlecRust/protected-video/compare/1.11.1...1.11.2)
6+
7+
- Change PHP code to 4 spaces indentation [`5592000`](https://github.com/AlecRust/protected-video/commit/5592000558e89f7896ab3ac5be0d727e0e2ac40d)
8+
- Bump dependencies [`5e6a5e2`](https://github.com/AlecRust/protected-video/commit/5e6a5e20ee8845e42d33465c1e73856b900c030d)
9+
- Add Plugin Check to development plugins [`0823ed8`](https://github.com/AlecRust/protected-video/commit/0823ed8de776b2df374070359480cfdd5bb6200c)
10+
- Tidy @link comments [`77e0392`](https://github.com/AlecRust/protected-video/commit/77e03920509d0c0d0c2afe69f02496733c574927)
11+
- Tidy comments [`e112105`](https://github.com/AlecRust/protected-video/commit/e112105fb9644de2c908b9f33edccf5a4d28dd75)
12+
- Improve HTML escaping [`fcfca14`](https://github.com/AlecRust/protected-video/commit/fcfca14f8da86d20e3d4403244570859218496ba)
13+
- Tidy copy [`328c19f`](https://github.com/AlecRust/protected-video/commit/328c19fb2154ec6b0df95044d14009bf4474ebfe)
14+
- Increase var name length [`ed267fe`](https://github.com/AlecRust/protected-video/commit/ed267feca81079e5439c3ba14b052e12519663fd)
15+
- Add development requirements to README [`05a850a`](https://github.com/AlecRust/protected-video/commit/05a850a42aed4b09daf462c55c8f434f30b6d7d6)
16+
- Reduce plugin tags to 5 [`d770554`](https://github.com/AlecRust/protected-video/commit/d770554718ac9403c14921075cff519a5ec97c52)
17+
- Add "Can I load my own videos into the player?" FAQ [`60bf993`](https://github.com/AlecRust/protected-video/commit/60bf9934e5ae6e2b773855afb34a523207dc58a8)
18+
- Add translators comment [`fb4a898`](https://github.com/AlecRust/protected-video/commit/fb4a8985548391bd432368583fbcd74d52d78d3e)
19+
520
#### [1.11.1](https://github.com/AlecRust/protected-video/compare/1.11.0...1.11.1)
621

22+
> 2 March 2024
23+
724
- Bump dependencies [`a1118ed`](https://github.com/AlecRust/protected-video/commit/a1118ed38da2fd4831e2f1525c21a9b3850f3e33)
825
- Upgrade get-video-id to v4 [`1a766dd`](https://github.com/AlecRust/protected-video/commit/1a766dd3075c0dc616a71eadd4602c41e929fd37)
926
- Improve consistency of option fields rendering [`13769a1`](https://github.com/AlecRust/protected-video/commit/13769a1426bde61f7d79b33293739cdd07f856a2)

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

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

readme.txt

Lines changed: 17 additions & 6 deletions
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.1
6+
Stable tag: 1.11.2
77
Requires PHP: 7.0
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -79,10 +79,6 @@ Unfortunately not. This plugin loads the standard YouTube player behind the over
7979

8080
This plugin embeds the [Plyr](https://plyr.io/) player in a particular way and adds modifications to prevent access to the underlying video player. This plugin cannot provide additional features to the player itself beyond what is provided by Plyr. If you'd like to see a feature added to the player, please [open an issue on Plyr's GitHub](https://github.com/sampotts/plyr/issues).
8181

82-
= Can I load my own videos into the player? =
83-
84-
Currently this plugin only supports YouTube and Vimeo embeds. You can upload your videos to YouTube or Vimeo and then embed them using this plugin. Support for loading your own video file directly from a server is a potential future feature.
85-
8682
= Why is there a Shortcode as well as Gutenberg block? =
8783

8884
The Shortcode is provided as an alternative embed method that still provides the same level of protection. Some people need the Shortcode for use with 3rd party page builders (Elementor etc.) and others simply prefer using a Shortcode over Gutenberg blocks.
@@ -119,7 +115,22 @@ For performance reasons, Protected Video only loads its associated JS and CSS wh
119115

120116
== Changelog ==
121117

122-
= 1.11.1 =
118+
= 1.11.2 =
119+
120+
* Change PHP code to 4 spaces indentation
121+
* Bump dependencies
122+
* Add Plugin Check to development plugins
123+
* Tidy @link comments
124+
* Tidy comments
125+
* Improve HTML escaping
126+
* Tidy copy
127+
* Increase var name length
128+
* Add development requirements to README
129+
* Reduce plugin tags to 5
130+
* Add "Can I load my own videos into the player?" FAQ
131+
* Add translators comment
132+
133+
= 1.11.1 - 2024-03-02 =
123134

124135
* Bump dependencies
125136
* Upgrade get-video-id to v4

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

0 commit comments

Comments
 (0)