Skip to content

Commit

Permalink
Release 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Jul 19, 2023
1 parent b5b25ee commit b22f867
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
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.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",
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.8.2
* Version: 1.8.3
* Author: Alec Rust
* Author URI: https://www.alecrust.com/
* Text Domain: protected-video
Expand All @@ -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.
Expand Down
15 changes: 13 additions & 2 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.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
Expand Down Expand Up @@ -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
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": 1,
"name": "protected-video/protected-video",
"version": "1.8.2",
"version": "1.8.3",
"title": "Protected Video",
"category": "embed",
"icon": "lock",
Expand Down

0 comments on commit b22f867

Please sign in to comment.