Skip to content

Commit

Permalink
Release 1.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Nov 7, 2023
1 parent fcba3f8 commit d1bd317
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [1.10.9](https://github.com/AlecRust/protected-video/compare/1.10.8...1.10.9)

- Bump dependencies [`ecf8292`](https://github.com/AlecRust/protected-video/commit/ecf82924d29f209c0b4b12aef339c5428c31482e)
- Automate deletion of old plugin SVN tags [`fcba3f8`](https://github.com/AlecRust/protected-video/commit/fcba3f8e0267ea54721c9184d45c041d4792beb2)
- Bump actions/setup-node from 3 to 4 [`f4e8cf7`](https://github.com/AlecRust/protected-video/commit/f4e8cf71c5635c7672a8194f740d192b2a9f5151)

#### [1.10.8](https://github.com/AlecRust/protected-video/compare/1.10.7...1.10.8)

> 27 October 2023
- Bump dependencies [`5411cc7`](https://github.com/AlecRust/protected-video/commit/5411cc7cecf5c08e48cdc30e2687942ba5be442b)
- Update "Tested up to" to 6.4 [`1832c54`](https://github.com/AlecRust/protected-video/commit/1832c54735814d7ade5a659119332fbd16f5e250)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.8",
"version": "1.10.9",
"description": "YouTube/Vimeo player that prevents easy sharing of the video.",
"author": "Alec Rust (https://www.alecrust.com/)",
"license": "GPL-2.0-or-later",
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.10.8
* Version: 1.10.9
* Author: Alec Rust
* Author URI: https://www.alecrust.com/
* License: GPL-2.0-or-later
Expand All @@ -24,7 +24,7 @@
/**
* Plugin version.
*/
define('PROTECTED_VIDEO_VERSION', '1.10.8');
define('PROTECTED_VIDEO_VERSION', '1.10.9');

/**
* Load core plugin class defining all hooks.
Expand Down
10 changes: 8 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.4
Stable tag: 1.10.8
Stable tag: 1.10.9
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 @@ -115,7 +115,13 @@ For performance reasons, Protected Video only loads its associated JS and CSS wh

== Changelog ==

= 1.10.8 =
= 1.10.9 =

* Bump dependencies
* Automate deletion of old plugin SVN tags
* Bump actions/setup-node from 3 to 4

= 1.10.8 - 2023-10-27 =

* Bump dependencies
* Update "Tested up to" to 6.4
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": 3,
"name": "protected-video/protected-video",
"version": "1.10.8",
"version": "1.10.9",
"title": "Protected Video",
"category": "embed",
"example": {
Expand Down

0 comments on commit d1bd317

Please sign in to comment.