You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Increase var name length [`ed267fe`](https://github.com/AlecRust/protected-video/commit/ed267feca81079e5439c3ba14b052e12519663fd)
15
+
- Add development requirements to README [`05a850a`](https://github.com/AlecRust/protected-video/commit/05a850a42aed4b09daf462c55c8f434f30b6d7d6)
16
+
- Reduce plugin tags to 5 [`d770554`](https://github.com/AlecRust/protected-video/commit/d770554718ac9403c14921075cff519a5ec97c52)
17
+
- Add "Can I load my own videos into the player?" FAQ [`60bf993`](https://github.com/AlecRust/protected-video/commit/60bf9934e5ae6e2b773855afb34a523207dc58a8)
@@ -79,10 +79,6 @@ Unfortunately not. This plugin loads the standard YouTube player behind the over
79
79
80
80
This plugin embeds the [Plyr](https://plyr.io/) player in a particular way and adds modifications to prevent access to the underlying video player. This plugin cannot provide additional features to the player itself beyond what is provided by Plyr. If you'd like to see a feature added to the player, please [open an issue on Plyr's GitHub](https://github.com/sampotts/plyr/issues).
81
81
82
-
= Can I load my own videos into the player? =
83
-
84
-
Currently this plugin only supports YouTube and Vimeo embeds. You can upload your videos to YouTube or Vimeo and then embed them using this plugin. Support for loading your own video file directly from a server is a potential future feature.
85
-
86
82
= Why is there a Shortcode as well as Gutenberg block? =
87
83
88
84
The Shortcode is provided as an alternative embed method that still provides the same level of protection. Some people need the Shortcode for use with 3rd party page builders (Elementor etc.) and others simply prefer using a Shortcode over Gutenberg blocks.
@@ -119,7 +115,22 @@ For performance reasons, Protected Video only loads its associated JS and CSS wh
119
115
120
116
== Changelog ==
121
117
122
-
= 1.11.1 =
118
+
= 1.11.2 =
119
+
120
+
* Change PHP code to 4 spaces indentation
121
+
* Bump dependencies
122
+
* Add Plugin Check to development plugins
123
+
* Tidy @link comments
124
+
* Tidy comments
125
+
* Improve HTML escaping
126
+
* Tidy copy
127
+
* Increase var name length
128
+
* Add development requirements to README
129
+
* Reduce plugin tags to 5
130
+
* Add "Can I load my own videos into the player?" FAQ
0 commit comments