Changeset 3095518
- Timestamp:
- 05/31/2024 08:04:07 AM (22 months ago)
- Location:
- hls-player
- Files:
-
- 6 edited
- 1 copied
-
assets/icon-128x128.png (modified) (1 prop) (previous)
-
assets/icon-256x256.png (modified) (1 prop) (previous)
-
tags/1.0.3 (copied) (copied from hls-player/trunk)
-
tags/1.0.3/Readme.txt (modified) (2 diffs)
-
tags/1.0.3/hls-player.php (modified) (2 diffs)
-
trunk/Readme.txt (modified) (2 diffs)
-
trunk/hls-player.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hls-player/assets/icon-128x128.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
hls-player/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
hls-player/tags/1.0.3/Readme.txt
r3095505 r3095518 1 1 === HLS Player === 2 2 Contributors: r00tsector 3 Tags: video player, hls, streaming, videojs, video embedding , hls video, m3u8, mpd3 Tags: video player, hls, streaming, videojs, video embedding 4 4 Donate link: https://donate.stripe.com/5kA7w2bRl3KN7qU3cd 5 5 Requires at least: 6.4 6 Tested up to: 6.5. 26 Tested up to: 6.5.3 7 7 Requires PHP: 8.1 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0 11 11 12 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 .mpdHLS videos into posts and pages.12 HLS Player is a lightweight HTTP Live Streaming player for WordPress, using video.js for easy embedding HLS videos into posts and pages. 13 13 14 14 == Description == … … 116 116 == Changelog == 117 117 = 1.0.2 = 118 * Improved: Minor changes. 119 120 = 1.0.2 = 118 121 * Changed: Updated dependencies to newer versions for improved performance and security. 119 122 * Changed: Refactoring the hls_player_shortcode function to pass data to the JavaScript code. -
hls-player/tags/1.0.3/hls-player.php
r3095505 r3095518 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. 26 * Version: 1.0.3 7 7 * Requires at least: 6.4 8 8 * Requires PHP: 8.1 … … 17 17 } 18 18 19 define('HLS_PLAYER_VERSION', '1.0. 2');19 define('HLS_PLAYER_VERSION', '1.0.3'); 20 20 21 21 class HLSPlayer -
hls-player/trunk/Readme.txt
r3095505 r3095518 1 1 === HLS Player === 2 2 Contributors: r00tsector 3 Tags: video player, hls, streaming, videojs, video embedding , hls video, m3u8, mpd3 Tags: video player, hls, streaming, videojs, video embedding 4 4 Donate link: https://donate.stripe.com/5kA7w2bRl3KN7qU3cd 5 5 Requires at least: 6.4 6 Tested up to: 6.5. 26 Tested up to: 6.5.3 7 7 Requires PHP: 8.1 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0 11 11 12 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 .mpdHLS videos into posts and pages.12 HLS Player is a lightweight HTTP Live Streaming player for WordPress, using video.js for easy embedding HLS videos into posts and pages. 13 13 14 14 == Description == … … 116 116 == Changelog == 117 117 = 1.0.2 = 118 * Improved: Minor changes. 119 120 = 1.0.2 = 118 121 * Changed: Updated dependencies to newer versions for improved performance and security. 119 122 * Changed: Refactoring the hls_player_shortcode function to pass data to the JavaScript code. -
hls-player/trunk/hls-player.php
r3095505 r3095518 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. 26 * Version: 1.0.3 7 7 * Requires at least: 6.4 8 8 * Requires PHP: 8.1 … … 17 17 } 18 18 19 define('HLS_PLAYER_VERSION', '1.0. 2');19 define('HLS_PLAYER_VERSION', '1.0.3'); 20 20 21 21 class HLSPlayer
Note: See TracChangeset
for help on using the changeset viewer.