Changeset 3098170
- Timestamp:
- 06/05/2024 06:45:48 PM (22 months ago)
- Location:
- hls-player
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.4 (copied) (copied from hls-player/trunk)
-
tags/1.0.4/Readme.txt (modified) (4 diffs)
-
tags/1.0.4/hls-player.php (modified) (2 diffs)
-
trunk/Readme.txt (modified) (4 diffs)
-
trunk/hls-player.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hls-player/tags/1.0.4/Readme.txt
r3095518 r3098170 4 4 Donate link: https://donate.stripe.com/5kA7w2bRl3KN7qU3cd 5 5 Requires at least: 6.4 6 Tested up to: 6.5. 36 Tested up to: 6.5.4 7 7 Requires PHP: 8.1 8 Stable tag: 1.0. 38 Stable tag: 1.0.4 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0 … … 48 48 `[hls_player url="https://example.com/external/xxxxxxxxx.m3u8" class="video-js vjs-fluid vjs-16-9"]` 49 49 50 * **width**: Defines the width of the video file.50 * **width**: Defines the width of the video player. 51 51 `[hls_player url="https://example.com/external/xxxxxxxxx.m3u8" width="480"]` 52 52 53 * **height**: Defines the height of the video file.53 * **height**: Defines the height of the video player. 54 54 `[hls_player url="https://example.com/external/xxxxxxxxx.m3u8" height="264"]` 55 55 … … 66 66 `[hls_player url="https://example.com/external/xxxxxxxxx.m3u8" autoplay="true"]` 67 67 68 * **loop**: Make the video loop to the beginning when finished and automatically continue playing.68 * **loop**: Set the video to automatically loop back to the beginning and continue playing after it finishes. 69 69 `[hls_player url="https://example.com/external/xxxxxxxxx.m3u8" loop="true"]` 70 70 … … 115 115 116 116 == Changelog == 117 = 1.0.4= 118 * Added: Wordpress v6.5.4 compatibility. 119 120 = 1.0.3 = 121 * Improved: Minor changes. 122 117 123 = 1.0.2 = 118 124 * Improved: Minor changes. -
hls-player/tags/1.0.4/hls-player.php
r3095518 r3098170 4 4 * Plugin URI: https://github.com/root-sector/wordpress-plugin-hls-player-free 5 5 * Description: HLS Player is a simple, lightweight HTTP Live Streaming player for WordPress. Leveraging video.js, the leading open-source HTML5 player, it enables effortless embedding of both responsive and fixed-width .m3u8 or .mpd HLS videos into posts and pages. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Requires at least: 6.4 8 8 * Requires PHP: 8.1 … … 17 17 } 18 18 19 define('HLS_PLAYER_VERSION', '1.0. 3');19 define('HLS_PLAYER_VERSION', '1.0.4'); 20 20 21 21 class HLSPlayer -
hls-player/trunk/Readme.txt
r3095518 r3098170 4 4 Donate link: https://donate.stripe.com/5kA7w2bRl3KN7qU3cd 5 5 Requires at least: 6.4 6 Tested up to: 6.5. 36 Tested up to: 6.5.4 7 7 Requires PHP: 8.1 8 Stable tag: 1.0. 38 Stable tag: 1.0.4 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0 … … 48 48 `[hls_player url="https://example.com/external/xxxxxxxxx.m3u8" class="video-js vjs-fluid vjs-16-9"]` 49 49 50 * **width**: Defines the width of the video file.50 * **width**: Defines the width of the video player. 51 51 `[hls_player url="https://example.com/external/xxxxxxxxx.m3u8" width="480"]` 52 52 53 * **height**: Defines the height of the video file.53 * **height**: Defines the height of the video player. 54 54 `[hls_player url="https://example.com/external/xxxxxxxxx.m3u8" height="264"]` 55 55 … … 66 66 `[hls_player url="https://example.com/external/xxxxxxxxx.m3u8" autoplay="true"]` 67 67 68 * **loop**: Make the video loop to the beginning when finished and automatically continue playing.68 * **loop**: Set the video to automatically loop back to the beginning and continue playing after it finishes. 69 69 `[hls_player url="https://example.com/external/xxxxxxxxx.m3u8" loop="true"]` 70 70 … … 115 115 116 116 == Changelog == 117 = 1.0.4= 118 * Added: Wordpress v6.5.4 compatibility. 119 120 = 1.0.3 = 121 * Improved: Minor changes. 122 117 123 = 1.0.2 = 118 124 * Improved: Minor changes. -
hls-player/trunk/hls-player.php
r3095518 r3098170 4 4 * Plugin URI: https://github.com/root-sector/wordpress-plugin-hls-player-free 5 5 * Description: HLS Player is a simple, lightweight HTTP Live Streaming player for WordPress. Leveraging video.js, the leading open-source HTML5 player, it enables effortless embedding of both responsive and fixed-width .m3u8 or .mpd HLS videos into posts and pages. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Requires at least: 6.4 8 8 * Requires PHP: 8.1 … … 17 17 } 18 18 19 define('HLS_PLAYER_VERSION', '1.0. 3');19 define('HLS_PLAYER_VERSION', '1.0.4'); 20 20 21 21 class HLSPlayer
Note: See TracChangeset
for help on using the changeset viewer.