Plugin Directory

Changeset 3095518


Ignore:
Timestamp:
05/31/2024 08:04:07 AM (22 months ago)
Author:
r00tsector
Message:

Update to version 1.0.3 from GitHub

Location:
hls-player
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hls-player/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • hls-player/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • hls-player/tags/1.0.3/Readme.txt

    r3095505 r3095518  
    11=== HLS Player ===
    22Contributors: r00tsector
    3 Tags: video player, hls, streaming, videojs, video embedding, hls video, m3u8, mpd
     3Tags: video player, hls, streaming, videojs, video embedding
    44Donate link: https://donate.stripe.com/5kA7w2bRl3KN7qU3cd
    55Requires at least: 6.4
    6 Tested up to: 6.5.2
     6Tested up to: 6.5.3
    77Requires PHP: 8.1
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0
    1111
    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 .mpd HLS videos into posts and pages.
     12HLS Player is a lightweight HTTP Live Streaming player for WordPress, using video.js for easy embedding HLS videos into posts and pages.
    1313
    1414== Description ==
     
    116116== Changelog ==
    117117= 1.0.2 =
     118* Improved: Minor changes.
     119
     120= 1.0.2 =
    118121* Changed: Updated dependencies to newer versions for improved performance and security.
    119122* 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  
    44 * Plugin URI: https://github.com/root-sector/wordpress-plugin-hls-player-free
    55 * 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.2
     6 * Version: 1.0.3
    77 * Requires at least: 6.4
    88 * Requires PHP: 8.1
     
    1717}
    1818
    19 define('HLS_PLAYER_VERSION', '1.0.2');
     19define('HLS_PLAYER_VERSION', '1.0.3');
    2020
    2121class HLSPlayer
  • hls-player/trunk/Readme.txt

    r3095505 r3095518  
    11=== HLS Player ===
    22Contributors: r00tsector
    3 Tags: video player, hls, streaming, videojs, video embedding, hls video, m3u8, mpd
     3Tags: video player, hls, streaming, videojs, video embedding
    44Donate link: https://donate.stripe.com/5kA7w2bRl3KN7qU3cd
    55Requires at least: 6.4
    6 Tested up to: 6.5.2
     6Tested up to: 6.5.3
    77Requires PHP: 8.1
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0
    1111
    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 .mpd HLS videos into posts and pages.
     12HLS Player is a lightweight HTTP Live Streaming player for WordPress, using video.js for easy embedding HLS videos into posts and pages.
    1313
    1414== Description ==
     
    116116== Changelog ==
    117117= 1.0.2 =
     118* Improved: Minor changes.
     119
     120= 1.0.2 =
    118121* Changed: Updated dependencies to newer versions for improved performance and security.
    119122* Changed: Refactoring the hls_player_shortcode function to pass data to the JavaScript code.
  • hls-player/trunk/hls-player.php

    r3095505 r3095518  
    44 * Plugin URI: https://github.com/root-sector/wordpress-plugin-hls-player-free
    55 * 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.2
     6 * Version: 1.0.3
    77 * Requires at least: 6.4
    88 * Requires PHP: 8.1
     
    1717}
    1818
    19 define('HLS_PLAYER_VERSION', '1.0.2');
     19define('HLS_PLAYER_VERSION', '1.0.3');
    2020
    2121class HLSPlayer
Note: See TracChangeset for help on using the changeset viewer.