Skip to content

Commit 24ed3da

Browse files
committed
Release 1.11.3
1 parent 7fc6543 commit 24ed3da

7 files changed

Lines changed: 18 additions & 10 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.2
8+
Stable tag: 1.11.3
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

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

5-
#### [1.11.2](https://github.com/AlecRust/protected-video/releases/tag/1.11.2)
5+
#### [1.11.3](https://github.com/AlecRust/protected-video/releases/tag/1.11.3)
66

77
> 5 April 2024
88
99
- Add missing "Can I load my own videos into the player?" FAQ [`91afe46`](https://github.com/AlecRust/protected-video/commit/91afe46eab6d76181c77a8c8bb774472ee9823a1)
1010
- Tidy comments [`0378eff`](https://github.com/AlecRust/protected-video/commit/0378eff7c1ea83c7a69dd91e3fd8387d6448d8b4)
1111
- Bump dependencies [`03810a7`](https://github.com/AlecRust/protected-video/commit/03810a756e09fcd16580f3231571d42a8dc4b1e4)
1212
- Bump actions/configure-pages from 4 to 5 [`c87b2b3`](https://github.com/AlecRust/protected-video/commit/c87b2b3454a78300a48cbcb6bebd40ceb47b62eb)
13+
- Switch to git-cliff for changelog building [`d08e2b6`](https://github.com/AlecRust/protected-video/commit/d08e2b688754fed6089e000d9d45ab4851e3be90)
14+
- Add Composer and GrumPHP for PHP linting [`b02e9d5`](https://github.com/AlecRust/protected-video/commit/b02e9d53bd77934ee5058180578bba35e73f77d0)
15+
- Bump dependencies [`928fc69`](https://github.com/AlecRust/protected-video/commit/928fc69f69d7307fd7f10f2e1d2a16c645867917)
16+
- Remove linting step from release [`7fc6543`](https://github.com/AlecRust/protected-video/commit/7fc6543aca0deb32dd18d9813b19641b31c02778)
1317

1418
#### [1.11.2](https://github.com/AlecRust/protected-video/releases/tag/1.11.2)
1519

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

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

readme.txt

Lines changed: 6 additions & 2 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.2
6+
Stable tag: 1.11.3
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,12 +119,16 @@ For performance reasons, Protected Video only loads its associated JS and CSS wh
119119

120120
== Changelog ==
121121

122-
= 1.11.2 - 2024-04-05 =
122+
= 1.11.3 - 2024-04-05 =
123123

124124
* Add missing "Can I load my own videos into the player?" FAQ
125125
* Tidy comments
126126
* Bump dependencies
127127
* Bump actions/configure-pages from 4 to 5
128+
* Switch to git-cliff for changelog building
129+
* Add Composer and GrumPHP for PHP linting
130+
* Bump dependencies
131+
* Remove linting step from release
128132

129133
= 1.11.2 - 2024-03-13 =
130134

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

0 commit comments

Comments
 (0)