From 5ae2df3b7a54d7e0f01e5b18d100f67be95e002f Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Mon, 26 Jun 2023 12:46:13 +0100 Subject: [PATCH] Release 1.8.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- protected-video.php | 4 ++-- readme.txt | 12 ++++++++++-- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4009aa..07242a3 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.8.2](https://github.com/AlecRust/protected-video/compare/1.8.1...1.8.2) + +- Bump dependencies [`f94652d`](https://github.com/AlecRust/protected-video/commit/f94652da9d4e0e25e62a02d8db468a0596728aeb) +- Bump dependencies [`22410ca`](https://github.com/AlecRust/protected-video/commit/22410ca77d6cdc59e052266850932c2e8e532ced) +- Improve CI and demo deploy [`e407732`](https://github.com/AlecRust/protected-video/commit/e4077321bf6b9b7c97166b4f565327d3883aa215) +- Remove unnecessary CNAME file from demo [`c5b06ac`](https://github.com/AlecRust/protected-video/commit/c5b06ac88dd32f6ac0fae23b3f892f3f5ebfa48e) +- Improve plugin icon [`273b19c`](https://github.com/AlecRust/protected-video/commit/273b19c6ef6ce0c0b0f692aa58f63477af5f3f27) + #### [1.8.1](https://github.com/AlecRust/protected-video/compare/1.8.0...1.8.1) +> 16 April 2023 + - Bump build dependencies [`62b1ae4`](https://github.com/AlecRust/protected-video/commit/62b1ae45036ebfb93f51c9bcbeaeed6be3b8b8d5) - Load player assets on custom post type pages [`9a77b23`](https://github.com/AlecRust/protected-video/commit/9a77b234a7c2a4d6e5c9367cf490d108ccaa167e) - Use better wp_add_inline_style() for loading inline styles [`a13b1bf`](https://github.com/AlecRust/protected-video/commit/a13b1bf223abad6eddf5afdbb90c82243dee61c7) diff --git a/package.json b/package.json index 6ef9a62..fd4236c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protected-video", - "version": "1.8.1", + "version": "1.8.2", "private": true, "description": "YouTube/Vimeo player that prevents easy sharing of the video.", "main": "admin/js/protected-video-block.js", diff --git a/protected-video.php b/protected-video.php index 636b64a..c1f3280 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.8.1 + * Version: 1.8.2 * Author: Alec Rust * Author URI: https://www.alecrust.com/ * Text Domain: protected-video @@ -25,7 +25,7 @@ /** * Plugin version. */ -define('PROTECTED_VIDEO_VERSION', '1.8.1'); +define('PROTECTED_VIDEO_VERSION', '1.8.2'); /** * Load core plugin class defining all hooks. diff --git a/readme.txt b/readme.txt index e885a78..8033c83 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.2 -Stable tag: 1.8.1 +Stable tag: 1.8.2 Requires PHP: 7.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -112,7 +112,15 @@ This is usually caused by another plugin or theme loading its own version of [Pl == Changelog == -= 1.8.1 = += 1.8.2 = + +* Bump dependencies +* Bump dependencies +* Improve CI and demo deploy +* Remove unnecessary CNAME file from demo +* Improve plugin icon + += 1.8.1 - 2023-04-16 = * Bump build dependencies * Load player assets on custom post type pages