Skip to content

Commit

Permalink
Release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Jun 26, 2023
1 parent 22410ca commit 5ae2df3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 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.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)
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.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",
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.1
* Version: 1.8.2
* 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.1');
define('PROTECTED_VIDEO_VERSION', '1.8.2');

/**
* Load core plugin class defining all hooks.
Expand Down
12 changes: 10 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.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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5ae2df3

Please sign in to comment.