Skip to content

Commit

Permalink
Release 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Apr 5, 2024
1 parent 7fc6543 commit 24ed3da
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .cliff/cliff-readme-txt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Contributors: alecrust
Tags: video, player, plyr, youtube, vimeo
Requires at least: 4.6
Tested up to: 6.5
Stable tag: 1.11.2
Stable tag: 1.11.3
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

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

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protected-video",
"version": "1.11.2",
"version": "1.11.3",
"description": "YouTube/Vimeo player that prevents easy sharing of the video.",
"author": "Alec Rust (https://www.alecrust.com/)",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions protected-video.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: http://github.com/AlecRust/protected-video
* GitHub Plugin URI: AlecRust/protected-video
* Description: YouTube/Vimeo player that prevents easy sharing of the video.
* Version: 1.11.2
* Version: 1.11.3
* Author: Alec Rust
* Author URI: https://www.alecrust.com/
* License: GPL-2.0-or-later
Expand All @@ -24,7 +24,7 @@
/**
* Plugin version.
*/
define('PROTECTED_VIDEO_VERSION', '1.11.2');
define('PROTECTED_VIDEO_VERSION', '1.11.3');

/**
* Load core plugin class defining all hooks.
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: alecrust
Tags: video, player, plyr, youtube, vimeo
Requires at least: 4.6
Tested up to: 6.5
Stable tag: 1.11.2
Stable tag: 1.11.3
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -119,12 +119,16 @@ For performance reasons, Protected Video only loads its associated JS and CSS wh

== Changelog ==

= 1.11.2 - 2024-04-05 =
= 1.11.3 - 2024-04-05 =

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

= 1.11.2 - 2024-03-13 =

Expand Down
2 changes: 1 addition & 1 deletion src/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "protected-video/protected-video",
"version": "1.11.2",
"version": "1.11.3",
"title": "Protected Video",
"category": "embed",
"example": {
Expand Down

0 comments on commit 24ed3da

Please sign in to comment.