Skip to content

Commit

Permalink
Release 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Jul 25, 2023
1 parent 2af59a0 commit 1e572d2
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 8 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.10.2](https://github.com/AlecRust/protected-video/compare/1.10.1...1.10.2)

- Refactor away "hooks loader" abstraction [`b71ca25`](https://github.com/AlecRust/protected-video/commit/b71ca25c51fa96f1067f41f5d8d4e08f2c4f8d10)
- Move registering of Gutenberg block to admin class [`49bf11b`](https://github.com/AlecRust/protected-video/commit/49bf11b889c4750cefd05caf9cade35e05819ff3)
- Change some methods to be private [`f7ddd39`](https://github.com/AlecRust/protected-video/commit/f7ddd397d9562e2457b74b73bfc4604596591e7d)
- Move lint-staged config to its own file [`2af59a0`](https://github.com/AlecRust/protected-video/commit/2af59a046829d5764dd51d91e24fb8bb6587fc6e)
- Simplify file names [`10e1510`](https://github.com/AlecRust/protected-video/commit/10e151016d1a43b50dd4c9deedda4782be5f5ba8)
- Improve CI job names [`8aeeedd`](https://github.com/AlecRust/protected-video/commit/8aeeeddd32e88dc65eddbda48e579809c7b9665d)
- Remove unnecessary index.php files [`552bb26`](https://github.com/AlecRust/protected-video/commit/552bb26fc55d792db431a9f208211f0a58d62c97)
- Fix CI badge in README [`a3c6c1b`](https://github.com/AlecRust/protected-video/commit/a3c6c1bd8db986ad4ea3873d1e787325afc41518)

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

> 24 July 2023
- 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)

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.1",
"version": "1.10.2",
"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.1
* Version: 1.10.2
* 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.1');
define('PROTECTED_VIDEO_VERSION', '1.10.2');

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

== Changelog ==

= 1.10.1 =
= 1.10.2 =

* Refactor away "hooks loader" abstraction
* Move registering of Gutenberg block to admin class
* Change some methods to be private
* Move lint-staged config to its own file
* Simplify file names
* Improve CI job names
* Remove unnecessary index.php files
* Fix CI badge in README

= 1.10.1 - 2023-07-24 =

* Split up CI workflows
* Add "MemberPress Courses" plugin custom filter to allow styles to load
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.1",
"version": "1.10.2",
"title": "Protected Video",
"category": "embed",
"example": {
Expand Down

0 comments on commit 1e572d2

Please sign in to comment.