From 7f6b4751d503c531f82d77849dd9ab461cbec3aa Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Sat, 13 Jan 2024 16:58:38 +0000 Subject: [PATCH] Release 1.11.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- protected-video.php | 4 ++-- readme.txt | 16 ++++++++++++---- src/block.json | 2 +- 6 files changed, 28 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe14f28..d4996d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 7e18639..5e7ef52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "protected-video", - "version": "1.10.10", + "version": "1.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "protected-video", - "version": "1.10.10", + "version": "1.11.0", "license": "GPL-2.0-or-later", "dependencies": { "get-video-id": "^3.6.5", diff --git a/package.json b/package.json index 794b40b..3316fa8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/protected-video.php b/protected-video.php index e0795b2..fd0a5b6 100644 --- a/protected-video.php +++ b/protected-video.php @@ -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 @@ -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. diff --git a/readme.txt b/readme.txt index 0a4b5f9..904116d 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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/) @@ -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 diff --git a/src/block.json b/src/block.json index 184f891..0a140ca 100644 --- a/src/block.json +++ b/src/block.json @@ -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": {