Skip to content

Commit

Permalink
Release 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Sep 12, 2023
1 parent 0aaf6bc commit 6417049
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.6](https://github.com/AlecRust/protected-video/compare/1.10.5...1.10.6)

- Bump dependencies [`0aaf6bc`](https://github.com/AlecRust/protected-video/commit/0aaf6bc16300e42c2736ea816c295707afc54a60)
- Specify Prettier PHP plugin in config [`1fb621e`](https://github.com/AlecRust/protected-video/commit/1fb621e31debccfade2f988578be714e515dcdcd)
- Bump actions/checkout from 3 to 4 [`563ffeb`](https://github.com/AlecRust/protected-video/commit/563ffeb28d98386d2b5f190ce3c7ad9e3deb9295)

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

> 18 August 2023
- Bump dependencies [`c1dfa5e`](https://github.com/AlecRust/protected-video/commit/c1dfa5e67eba706b42ddbee26d8d896e3e6e0527)
- Refine demo page [`1a55ff2`](https://github.com/AlecRust/protected-video/commit/1a55ff2e06a897b022d679ce7a8ba32964f20dcf)
- Refactor demo page [`cf84ce5`](https://github.com/AlecRust/protected-video/commit/cf84ce56c5380616a2bbcc81f23c086555ced7e0)
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.5",
"version": "1.10.6",
"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.5
* Version: 1.10.6
* 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.5');
define('PROTECTED_VIDEO_VERSION', '1.10.6');

/**
* 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.3
Stable tag: 1.10.5
Stable tag: 1.10.6
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 @@ -113,7 +113,13 @@ This is usually caused by another plugin or theme loading its own version of [Pl

== Changelog ==

= 1.10.5 =
= 1.10.6 =

* Bump dependencies
* Specify Prettier PHP plugin in config
* Bump actions/checkout from 3 to 4

= 1.10.5 - 2023-08-18 =

* Bump dependencies
* Refine demo page
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.5",
"version": "1.10.6",
"title": "Protected Video",
"category": "embed",
"example": {
Expand Down

0 comments on commit 6417049

Please sign in to comment.