Skip to content

Commit 146e5e6

Browse files
committed
Release 1.11.6
1 parent 3ca1e4c commit 146e5e6

File tree

7 files changed

+38
-8
lines changed

7 files changed

+38
-8
lines changed

.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.6
8-
Stable tag: 1.11.5
8+
Stable tag: 1.11.6
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: 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+
#### [1.11.6](https://github.com/AlecRust/protected-video/releases/tag/1.11.6)
6+
7+
> 6 July 2024
8+
9+
- Update WordPress "Tested up to" to 6.6 [`3ca1e4c`](https://github.com/AlecRust/protected-video/commit/3ca1e4c0ae2402d6c37b33b332ad99ad42a6729e)
10+
- Bump dependencies [`1ec4960`](https://github.com/AlecRust/protected-video/commit/1ec496037acf41f6d2988cba7ccf9c63c8647215)
11+
- Remove Node script to simplify build process [`6b373d9`](https://github.com/AlecRust/protected-video/commit/6b373d9e064d63a415d2b09811961168b2ea9609)
12+
- Improve workflow name [`c5e96e0`](https://github.com/AlecRust/protected-video/commit/c5e96e0d03a109324b84120780c84d74a79e3082)
13+
- Rename workflow [`9e48536`](https://github.com/AlecRust/protected-video/commit/9e485362e5129d7bdc346fa84e7deebc1431a47a)
14+
- Add weekly "Tested up to" CI check [`2e9aa6e`](https://github.com/AlecRust/protected-video/commit/2e9aa6e3bdcd4abf4de20719aa498674ced4e779)
15+
- Set permissions for deploy plugin workflow [`9347896`](https://github.com/AlecRust/protected-video/commit/93478962d0b254793b5e67aef5806021cd0fb78a)
16+
- Remove "v" prefix from git-cliff commands [`119c91a`](https://github.com/AlecRust/protected-video/commit/119c91a42864e8bbb4ec8df53550d1d3294d275c)
17+
- Improve tag deletion SVN commit message [`51a996b`](https://github.com/AlecRust/protected-video/commit/51a996b8ab41d237f00d58a0b7a4f41900d54499)
18+
- Simplify changelog config [`6a922b2`](https://github.com/AlecRust/protected-video/commit/6a922b2360f4960d1f930263a6393e6a7eadff53)
19+
- Tidy comments [`2876caa`](https://github.com/AlecRust/protected-video/commit/2876caa6abec067cf268b60a04db4f587a4628ee)
20+
521
#### [1.11.5](https://github.com/AlecRust/protected-video/releases/tag/1.11.5)
622

723
> 10 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.5",
3+
"version": "1.11.6",
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.5
7+
* Version: 1.11.6
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.5' );
27+
define( 'PROTECTED_VIDEO_VERSION', '1.11.6' );
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: 4.6
55
Tested up to: 6.6
6-
Stable tag: 1.11.5
6+
Stable tag: 1.11.6
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,20 @@ For performance reasons, Protected Video only loads its associated JS and CSS wh
119119

120120
== Changelog ==
121121

122+
= 1.11.6 - 2024-07-06 =
123+
124+
* Update WordPress "Tested up to" to 6.6
125+
* Bump dependencies
126+
* Remove Node script to simplify build process
127+
* Improve workflow name
128+
* Rename workflow
129+
* Add weekly "Tested up to" CI check
130+
* Set permissions for deploy plugin workflow
131+
* Remove "v" prefix from git-cliff commands
132+
* Improve tag deletion SVN commit message
133+
* Simplify changelog config
134+
* Tidy comments
135+
122136
= 1.11.5 - 2024-04-10 =
123137

124138
* Increase PHPStan level

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

0 commit comments

Comments
 (0)