diff --git a/CHANGELOG.md b/CHANGELOG.md index 07242a3..eb3acd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,21 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.8.3](https://github.com/AlecRust/protected-video/compare/1.8.2...1.8.3) + +- Bump dependencies [`b5b25ee`](https://github.com/AlecRust/protected-video/commit/b5b25ee792523547cb8d83668840232887fe3720) +- Store block metadata in block.json [`f8a5638`](https://github.com/AlecRust/protected-video/commit/f8a5638f67916ed5112c55e65fbbcb7e6a9aa38c) +- Run Prettier on all possible file extensions [`6f156f9`](https://github.com/AlecRust/protected-video/commit/6f156f9ac192c9f3e68b991b3ed016e0aff1036a) +- Bump semver from 5.7.1 to 5.7.2 [`4000cee`](https://github.com/AlecRust/protected-video/commit/4000ceeaff5027136582b9d7523e1a59e5594d92) +- Separate lint and format scripts [`0d2a3a8`](https://github.com/AlecRust/protected-video/commit/0d2a3a89b0428156b3cf3432ace9c62bfcff18ab) +- Tidy license comments [`bcddea6`](https://github.com/AlecRust/protected-video/commit/bcddea6be6da1871e065a8f69d3062a97b4bc8bf) +- Bump actions/upload-pages-artifact from 1 to 2 [`c4e95f2`](https://github.com/AlecRust/protected-video/commit/c4e95f2cc0f34f61a83ed4a7045b3ff1a29cca60) +- Exclude public CSS from Prettier [`4bc0dcb`](https://github.com/AlecRust/protected-video/commit/4bc0dcb343036c8fd1cbdf996e5196109464234b) + #### [1.8.2](https://github.com/AlecRust/protected-video/compare/1.8.1...1.8.2) +> 26 June 2023 + - 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) diff --git a/package.json b/package.json index b7a3e6d..77ce7bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protected-video", - "version": "1.8.2", + "version": "1.8.3", "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 0cd78a0..060c923 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.2 + * Version: 1.8.3 * 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.2'); +define('PROTECTED_VIDEO_VERSION', '1.8.3'); /** * Load core plugin class defining all hooks. diff --git a/readme.txt b/readme.txt index 8033c83..268a72f 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.2 +Stable tag: 1.8.3 Requires PHP: 7.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -112,7 +112,18 @@ This is usually caused by another plugin or theme loading its own version of [Pl == Changelog == -= 1.8.2 = += 1.8.3 = + +* Bump dependencies +* Store block metadata in block.json +* Run Prettier on all possible file extensions +* Bump semver from 5.7.1 to 5.7.2 +* Separate lint and format scripts +* Tidy license comments +* Bump actions/upload-pages-artifact from 1 to 2 +* Exclude public CSS from Prettier + += 1.8.2 - 2023-06-26 = * Bump dependencies * Bump dependencies diff --git a/src/block.json b/src/block.json index 3b4769f..018fe82 100644 --- a/src/block.json +++ b/src/block.json @@ -2,7 +2,7 @@ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 1, "name": "protected-video/protected-video", - "version": "1.8.2", + "version": "1.8.3", "title": "Protected Video", "category": "embed", "icon": "lock",