Changeset 2477242
- Timestamp:
- 02/18/2021 05:34:09 PM (5 years ago)
- Location:
- drm-protected-video-streaming
- Files:
-
- 40 added
- 3 edited
-
tags/4.0.3 (added)
-
tags/4.0.3/dist (added)
-
tags/4.0.3/dist/admin-s3drm.min.css (added)
-
tags/4.0.3/dist/admin-s3drm.min.js (added)
-
tags/4.0.3/dist/block-s3drm.min.css (added)
-
tags/4.0.3/dist/block-s3drm.min.js (added)
-
tags/4.0.3/dist/fonts (added)
-
tags/4.0.3/dist/fonts/s3bubble.eot (added)
-
tags/4.0.3/dist/fonts/s3bubble.svg (added)
-
tags/4.0.3/dist/fonts/s3bubble.ttf (added)
-
tags/4.0.3/dist/fonts/s3bubble.woff (added)
-
tags/4.0.3/dist/images (added)
-
tags/4.0.3/dist/images/ic_cast_black_24dp.png (added)
-
tags/4.0.3/dist/images/ic_cast_blue_24dp.png (added)
-
tags/4.0.3/dist/images/ic_cast_connected_black_24dp.png (added)
-
tags/4.0.3/dist/images/ic_cast_connected_blue_24dp.png (added)
-
tags/4.0.3/dist/images/ic_cast_connected_grey_24dp.png (added)
-
tags/4.0.3/dist/images/ic_cast_connected_white_24dp.png (added)
-
tags/4.0.3/dist/images/ic_cast_grey_24dp.png (added)
-
tags/4.0.3/dist/images/ic_cast_white_24dp.png (added)
-
tags/4.0.3/dist/images/powered.png (added)
-
tags/4.0.3/dist/s3drm.min.css (added)
-
tags/4.0.3/dist/s3drm.min.js (added)
-
tags/4.0.3/drm-protected-video-streaming.php (added)
-
tags/4.0.3/includes (added)
-
tags/4.0.3/includes/admin-notices.php (added)
-
tags/4.0.3/includes/block.php (added)
-
tags/4.0.3/includes/db.php (added)
-
tags/4.0.3/includes/elementor-plugin.php (added)
-
tags/4.0.3/includes/elementor.php (added)
-
tags/4.0.3/includes/helpers.php (added)
-
tags/4.0.3/includes/menu.php (added)
-
tags/4.0.3/includes/player.php (added)
-
tags/4.0.3/includes/watermarks.php (added)
-
tags/4.0.3/includes/widgets (added)
-
tags/4.0.3/includes/widgets/index.php (added)
-
tags/4.0.3/includes/widgets/s3bubble-drm.php (added)
-
tags/4.0.3/languages (added)
-
tags/4.0.3/languages/s3bubble-drm-languages.pot (added)
-
tags/4.0.3/readme.txt (added)
-
trunk/drm-protected-video-streaming.php (modified) (1 diff)
-
trunk/includes/player.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
drm-protected-video-streaming/trunk/drm-protected-video-streaming.php
r2471608 r2477242 10 10 * WC requires at least: 4.0.0 11 11 * WC tested up to: 4.9.2 12 * Version: 4.0. 312 * Version: 4.0.4 13 13 * License: GPL-3.0+ 14 14 * License URI: http://www.gnu.org/licenses/gpl-3.0.txt -
drm-protected-video-streaming/trunk/includes/player.php
r2475852 r2477242 13 13 function s3bubble_drm_version() { 14 14 15 return '3.7. 4';15 return '3.7.5'; 16 16 17 17 } -
drm-protected-video-streaming/trunk/readme.txt
r2472623 r2477242 10 10 Tested up to: 5.6 11 11 Requires PHP: 5.6 12 Stable tag: 4.0. 312 Stable tag: 4.0.4 13 13 License: GPLv3 14 14 … … 64 64 == Changelog == 65 65 66 = 4.0.4 18/02/2021) = 67 * BUG FIX: Player loading 68 66 69 = 4.0.3 09/02/2021) = 67 70 * BUG FIX: Players spinning wheel
Note: See TracChangeset
for help on using the changeset viewer.