Skip to content

Commit

Permalink
Release 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Apr 7, 2024
1 parent 44e9a64 commit 1df0b93
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cliff/cliff-readme-txt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Contributors: alecrust
Tags: video, player, plyr, youtube, vimeo
Requires at least: 4.6
Tested up to: 6.5
Stable tag: 1.11.3
Stable tag: 1.11.4
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

#### [1.11.4](https://github.com/AlecRust/protected-video/releases/tag/1.11.4)

> 7 April 2024
- Improve variable names [`9839b5d`](https://github.com/AlecRust/protected-video/commit/9839b5de311e6426a9daf070abca564257d22493)
- Add plugin Blueprint file [`70a0df8`](https://github.com/AlecRust/protected-video/commit/70a0df8f87dff2069a6f236b10128829f9ffc250)
- Use latest version of all development Composer packages [`5a1007d`](https://github.com/AlecRust/protected-video/commit/5a1007dc82351a20b1b8160cec148cd62af73c7c)
- Simplify setting of plugin version [`71a7900`](https://github.com/AlecRust/protected-video/commit/71a79001d977e33d81d2dfc338364aef79f99269)
- Enable PHPStan [`c093253`](https://github.com/AlecRust/protected-video/commit/c09325314374f4c87f02d6e5cf9cd5165c63a691)
- Remove @access tags [`44e9a64`](https://github.com/AlecRust/protected-video/commit/44e9a6472c22d8fe87786395a724146f1360c891)

#### [1.11.3](https://github.com/AlecRust/protected-video/releases/tag/1.11.3)

> 5 April 2024
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.11.3",
"version": "1.11.4",
"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.11.3
* Version: 1.11.4
* 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.11.3');
define('PROTECTED_VIDEO_VERSION', '1.11.4');

/**
* Load core plugin class defining all hooks.
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: alecrust
Tags: video, player, plyr, youtube, vimeo
Requires at least: 4.6
Tested up to: 6.5
Stable tag: 1.11.3
Stable tag: 1.11.4
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 @@ -119,6 +119,15 @@ For performance reasons, Protected Video only loads its associated JS and CSS wh

== Changelog ==

= 1.11.4 - 2024-04-07 =

* Improve variable names
* Add plugin Blueprint file
* Use latest version of all development Composer packages
* Simplify setting of plugin version
* Enable PHPStan
* Remove @access tags

= 1.11.3 - 2024-04-05 =

* Add missing "Can I load my own videos into the player?" FAQ
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.11.3",
"version": "1.11.4",
"title": "Protected Video",
"category": "embed",
"example": {
Expand Down

0 comments on commit 1df0b93

Please sign in to comment.