Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Jan 13, 2024
1 parent 472cdce commit 7f6b475
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@

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

#### [1.11.0](https://github.com/AlecRust/protected-video/compare/1.10.10...1.11.0)

- Bump dependencies [`f695eba`](https://github.com/AlecRust/protected-video/commit/f695eba27cebbea26f85dd22045b9fba8c0b3377)
- Add "Disable right-click" plugin option [`472cdce`](https://github.com/AlecRust/protected-video/commit/472cdce2039f80707a6d0ce86cbf354667274fbd)
- Use LTS Node version in CI workflows [`48ea8d3`](https://github.com/AlecRust/protected-video/commit/48ea8d391e4468499b69a599db5a02a1ad22a13e)
- Bump actions/upload-pages-artifact from 2 to 3 [`9a55a70`](https://github.com/AlecRust/protected-video/commit/9a55a70873368b22d84fcf83aee145b8a89323cb)
- Bump actions/deploy-pages from 3 to 4 [`73eae23`](https://github.com/AlecRust/protected-video/commit/73eae239957dd1f450524e69cf83200c78f9c18f)

#### [1.10.10](https://github.com/AlecRust/protected-video/compare/1.10.9...1.10.10)

> 19 December 2023
- Bump dependencies [`427e39d`](https://github.com/AlecRust/protected-video/commit/427e39db943649cdd0a449a834af74ac58e183f7)
- Bump actions/deploy-pages from 2 to 3 [`8fade77`](https://github.com/AlecRust/protected-video/commit/8fade778fb69bc4bd97957d3b6c2a6b3ee0b54f0)
- Bump actions/configure-pages from 3 to 4 [`8891ec2`](https://github.com/AlecRust/protected-video/commit/8891ec256359753e516e2fe6f1f354dc7fc97e5a)
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.10.10",
"version": "1.11.0",
"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.10.10
* Version: 1.11.0
* 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.10.10');
define('PROTECTED_VIDEO_VERSION', '1.11.0');

/**
* Load core plugin class defining all hooks.
Expand Down
16 changes: 12 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: alecrust
Tags: block, gutenberg, media player, video player, plyr, youtube, vimeo, copyright
Requires at least: 4.6
Tested up to: 6.4
Stable tag: 1.10.10
Stable tag: 1.11.0
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -21,7 +21,7 @@ Features include:
* [Plyr](https://plyr.io/) player used to overlay default player with custom controls
* Player modifications to always prevent clicking the default player
* Encodes video ID in HTML to prevent finding it via “View Source”
* Settings page to configure the player theme to match your site
* Settings page to e.g. configure the player theme to match your site

[View Player Demo](https://protected-video.alecrust.com/)

Expand Down Expand Up @@ -110,12 +110,20 @@ For performance reasons, Protected Video only loads its associated JS and CSS wh
1. Searching for Protected Video in the Block Editor.
2. Protected Video block inserted in the Block Editor.
3. Protected Video displayed on public facing site.
4. Configuration of the player theme in plugin settings.
4. Configuration of the global plugin settings.
5. Optional Shortcode embed method also supported.

== Changelog ==

= 1.10.10 =
= 1.11.0 =

* Bump dependencies
* Add "Disable right-click" plugin option
* Use LTS Node version in CI workflows
* Bump actions/upload-pages-artifact from 2 to 3
* Bump actions/deploy-pages from 3 to 4

= 1.10.10 - 2023-12-19 =

* Bump dependencies
* Bump actions/deploy-pages from 2 to 3
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.10.10",
"version": "1.11.0",
"title": "Protected Video",
"category": "embed",
"example": {
Expand Down

0 comments on commit 7f6b475

Please sign in to comment.