Skip to content

Commit

Permalink
Release 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Jul 24, 2023
1 parent 61c2c3d commit 2c5d3cc
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

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

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

- Split up CI workflows [`5bd1c8a`](https://github.com/AlecRust/protected-video/commit/5bd1c8a29e1431188a9a452bc13cef12202fb866)
- Add "MemberPress Courses" plugin custom filter to allow styles to load [`61c2c3d`](https://github.com/AlecRust/protected-video/commit/61c2c3d3c0b0a5cce06b1208e4d06b6b188ff6e6)

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

> 24 July 2023
- Consolidate CI workflows [`44e10c0`](https://github.com/AlecRust/protected-video/commit/44e10c0afa292474ebfb2f78eb08fb3d3d38c13e)
- Add cache busting to demo page [`a99eb11`](https://github.com/AlecRust/protected-video/commit/a99eb1194c7446a1304a4e457b89f1d9418aa313)
- Move demo webpack config to demo dir [`c329274`](https://github.com/AlecRust/protected-video/commit/c32927430e742fd88a63eff1463de0a04c87b8b3)
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.0",
"version": "1.10.1",
"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.0
* Version: 1.10.1
* 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.0');
define('PROTECTED_VIDEO_VERSION', '1.10.1');

/**
* Load core plugin class defining all hooks.
Expand Down
9 changes: 7 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.0
Stable tag: 1.10.1
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,12 @@ This is usually caused by another plugin or theme loading its own version of [Pl

== Changelog ==

= 1.10.0 =
= 1.10.1 =

* Split up CI workflows
* Add "MemberPress Courses" plugin custom filter to allow styles to load

= 1.10.0 - 2023-07-24 =

* Consolidate CI workflows
* Add cache busting to 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.0",
"version": "1.10.1",
"title": "Protected Video",
"category": "embed",
"example": {
Expand Down

0 comments on commit 2c5d3cc

Please sign in to comment.