Plugin Directory

Changeset 3121654


Ignore:
Timestamp:
07/18/2024 05:33:18 PM (21 months ago)
Author:
r00tsector
Message:

Update to version 1.0.9 from GitHub

Location:
hls-player
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hls-player/tags/1.0.9/Readme.txt

    r3109826 r3121654  
    44Donate link: https://donate.stripe.com/5kA7w2bRl3KN7qU3cd
    55Requires at least: 6.4
    6 Tested up to: 6.5.5
     6Tested up to: 6.6
    77Requires PHP: 8.1
    8 Stable tag: 1.0.8
     8Stable tag: 1.0.9
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0
     
    9898== Get more advanced features with HLS Player PRO ==
    9999
    100 === **AWS CloudFront Integration** ===
     100=== AWS CloudFront Integration ===
    101101**=> Global Reach**: Utilize the expansive AWS CloudFront network for low-latency streaming across the globe.
    102102**=> Enhanced Security**: Protect your content with CloudFront Signed Cookies, ensuring that only authorized viewers can access your videos. This feature is particularly useful for preventing unauthorized sharing and downloads, as it ties the video access to specific, signed cookies that are difficult to replicate or redistribute.
    103103**=> Simplified Configuration**: Follow our easy-to-understand instructions to set up CloudFront and implement signed cookies, making your videos secure and your setup hassle-free.
    104104
    105 === **AWS Kinesis Video Streams Integration** ===
     105=== AWS Kinesis Video Streams Integration ===
    106106**=> Flexible Streaming**: Leverage AWS Kinesis Video Streams for both live and on-demand video streaming.
    107107**=> Direct Downloads**: Enable users to download clips directly from the player, enhancing the viewer experience.
    108108
    109 === **Subscription Management** ===
     109=== Subscription Management ===
    110110**=> Integrated Solution**: Combine aMember and WordPress roles for efficient subscription management.
    111111**=> Exclusive Content**: Offer videos exclusively to active subscribers, adding value to your membership packages.
    112112
    113 === **Analytics Integration** ===
     113=== Analytics Integration ===
    114114**=> In-depth Tracking**: Support for Google Tag Manager and Google Analytics allows you to monitor detailed video statistics.
    115115**=> Viewer Insights**: Gain insights into playback duration and user engagement, helping you to optimize your content strategy.
    116116
    117 === **Streaming Optimization** ===
     117=== Streaming Optimization ===
    118118**=> Effortless Conversion**: Transform .mp4 files into the .m3u8 format with ease, using our tools for Windows or macOS.
    119119**=> Comprehensive Guides**: Benefit from our in-depth guides for video file conversion, AWS S3 and CloudFront configuration and AWS Kinesis Video Stream integration, ensuring a smooth setup process.
     
    129129
    130130== Changelog ==
     131= 1.0.9 =
     132* Added: Wordpress v6.6 compatibility
     133
    131134= 1.0.8 =
    132135* Added: videojs_custom_options_json shortcode
     
    137140
    138141= 1.0.6 =
    139 * Improved: Compatibility for multiple themes and plugins.
     142* Improved: Compatibility for multiple themes and plugins
    140143
    141144= 1.0.5 =
    142 * Added: Support for multiple video players on one post/page.
     145* Added: Support for multiple video players on one post/page
    143146
    144147= 1.0.4 =
    145 * Added: Wordpress v6.5.4 compatibility.
     148* Added: Wordpress v6.5.4 compatibility
    146149
    147150= 1.0.3 =
    148 * Improved: Minor changes.
     151* Improved: Minor changes
    149152
    150153= 1.0.2 =
    151 * Improved: Minor changes.
     154* Improved: Minor changes
    152155
    153156= 1.0.2 =
    154 * Changed: Updated dependencies to newer versions for improved performance and security.
    155 * Changed: Refactoring the hls_player_shortcode function to pass data to the JavaScript code.
    156 * Changed: Moving the JavaScript code to a separate file for better organization.
     157* Changed: Updated dependencies to newer versions for improved performance and security
     158* Changed: Refactoring the hls_player_shortcode function to pass data to the JavaScript code
     159* Changed: Moving the JavaScript code to a separate file for better organization
    157160
    158161= 1.0.1 =
    159 * Added: vjs-fluid class as default to adjust player size automatically.
     162* Added: vjs-fluid class as default to adjust player size automatically
    160163* Improved: Removed CDN for video.js css and js file
    161 * Improved: Prevent direct module access.
     164* Improved: Prevent direct module access
    162165
    163166= 1.0.0 =
    164 * Released: Initial version of the software.
     167* Released: Initial version of the software
  • hls-player/tags/1.0.9/hls-player.php

    r3109826 r3121654  
    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.8
     6 * Version: 1.0.9
    77 * Requires at least: 6.4
    88 * Requires PHP: 8.1
     
    1717}
    1818
    19 define('HLS_PLAYER_VERSION', '1.0.8');
     19define('HLS_PLAYER_VERSION', '1.0.9');
    2020
    2121class HLSPlayer
  • hls-player/trunk/Readme.txt

    r3109826 r3121654  
    44Donate link: https://donate.stripe.com/5kA7w2bRl3KN7qU3cd
    55Requires at least: 6.4
    6 Tested up to: 6.5.5
     6Tested up to: 6.6
    77Requires PHP: 8.1
    8 Stable tag: 1.0.8
     8Stable tag: 1.0.9
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0
     
    9898== Get more advanced features with HLS Player PRO ==
    9999
    100 === **AWS CloudFront Integration** ===
     100=== AWS CloudFront Integration ===
    101101**=> Global Reach**: Utilize the expansive AWS CloudFront network for low-latency streaming across the globe.
    102102**=> Enhanced Security**: Protect your content with CloudFront Signed Cookies, ensuring that only authorized viewers can access your videos. This feature is particularly useful for preventing unauthorized sharing and downloads, as it ties the video access to specific, signed cookies that are difficult to replicate or redistribute.
    103103**=> Simplified Configuration**: Follow our easy-to-understand instructions to set up CloudFront and implement signed cookies, making your videos secure and your setup hassle-free.
    104104
    105 === **AWS Kinesis Video Streams Integration** ===
     105=== AWS Kinesis Video Streams Integration ===
    106106**=> Flexible Streaming**: Leverage AWS Kinesis Video Streams for both live and on-demand video streaming.
    107107**=> Direct Downloads**: Enable users to download clips directly from the player, enhancing the viewer experience.
    108108
    109 === **Subscription Management** ===
     109=== Subscription Management ===
    110110**=> Integrated Solution**: Combine aMember and WordPress roles for efficient subscription management.
    111111**=> Exclusive Content**: Offer videos exclusively to active subscribers, adding value to your membership packages.
    112112
    113 === **Analytics Integration** ===
     113=== Analytics Integration ===
    114114**=> In-depth Tracking**: Support for Google Tag Manager and Google Analytics allows you to monitor detailed video statistics.
    115115**=> Viewer Insights**: Gain insights into playback duration and user engagement, helping you to optimize your content strategy.
    116116
    117 === **Streaming Optimization** ===
     117=== Streaming Optimization ===
    118118**=> Effortless Conversion**: Transform .mp4 files into the .m3u8 format with ease, using our tools for Windows or macOS.
    119119**=> Comprehensive Guides**: Benefit from our in-depth guides for video file conversion, AWS S3 and CloudFront configuration and AWS Kinesis Video Stream integration, ensuring a smooth setup process.
     
    129129
    130130== Changelog ==
     131= 1.0.9 =
     132* Added: Wordpress v6.6 compatibility
     133
    131134= 1.0.8 =
    132135* Added: videojs_custom_options_json shortcode
     
    137140
    138141= 1.0.6 =
    139 * Improved: Compatibility for multiple themes and plugins.
     142* Improved: Compatibility for multiple themes and plugins
    140143
    141144= 1.0.5 =
    142 * Added: Support for multiple video players on one post/page.
     145* Added: Support for multiple video players on one post/page
    143146
    144147= 1.0.4 =
    145 * Added: Wordpress v6.5.4 compatibility.
     148* Added: Wordpress v6.5.4 compatibility
    146149
    147150= 1.0.3 =
    148 * Improved: Minor changes.
     151* Improved: Minor changes
    149152
    150153= 1.0.2 =
    151 * Improved: Minor changes.
     154* Improved: Minor changes
    152155
    153156= 1.0.2 =
    154 * Changed: Updated dependencies to newer versions for improved performance and security.
    155 * Changed: Refactoring the hls_player_shortcode function to pass data to the JavaScript code.
    156 * Changed: Moving the JavaScript code to a separate file for better organization.
     157* Changed: Updated dependencies to newer versions for improved performance and security
     158* Changed: Refactoring the hls_player_shortcode function to pass data to the JavaScript code
     159* Changed: Moving the JavaScript code to a separate file for better organization
    157160
    158161= 1.0.1 =
    159 * Added: vjs-fluid class as default to adjust player size automatically.
     162* Added: vjs-fluid class as default to adjust player size automatically
    160163* Improved: Removed CDN for video.js css and js file
    161 * Improved: Prevent direct module access.
     164* Improved: Prevent direct module access
    162165
    163166= 1.0.0 =
    164 * Released: Initial version of the software.
     167* Released: Initial version of the software
  • hls-player/trunk/hls-player.php

    r3109826 r3121654  
    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.8
     6 * Version: 1.0.9
    77 * Requires at least: 6.4
    88 * Requires PHP: 8.1
     
    1717}
    1818
    19 define('HLS_PLAYER_VERSION', '1.0.8');
     19define('HLS_PLAYER_VERSION', '1.0.9');
    2020
    2121class HLSPlayer
Note: See TracChangeset for help on using the changeset viewer.