Changeset 3429548
- Timestamp:
- 12/30/2025 11:00:18 AM (2 months ago)
- Location:
- media-stream
- Files:
-
- 23 added
- 3 edited
-
tags/1.1.6 (added)
-
tags/1.1.6/app (added)
-
tags/1.1.6/app/APIController.php (added)
-
tags/1.1.6/app/AjaxController.php (added)
-
tags/1.1.6/app/MainController.php (added)
-
tags/1.1.6/assets (added)
-
tags/1.1.6/assets/css (added)
-
tags/1.1.6/assets/css/style.css (added)
-
tags/1.1.6/assets/imgs (added)
-
tags/1.1.6/assets/imgs/logo-bunnynet-icon.svg (added)
-
tags/1.1.6/assets/js (added)
-
tags/1.1.6/assets/js/hls.js (added)
-
tags/1.1.6/assets/js/hls.min.js (added)
-
tags/1.1.6/assets/js/public-script.js (added)
-
tags/1.1.6/assets/js/script.js (added)
-
tags/1.1.6/index.php (added)
-
tags/1.1.6/license.txt (added)
-
tags/1.1.6/media-stream.php (added)
-
tags/1.1.6/readme.txt (added)
-
tags/1.1.6/views (added)
-
tags/1.1.6/views/dashboard.php (added)
-
tags/1.1.6/views/settings.php (added)
-
trunk/app/MainController.php (modified) (2 diffs)
-
trunk/media-stream.php (modified) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/views/dashboard.php (added)
Legend:
- Unmodified
- Added
- Removed
-
media-stream/trunk/app/MainController.php
r3428997 r3429548 49 49 3 50 50 ); 51 52 add_submenu_page( 53 'options-general.php', 54 'MS Dashboard', 55 'MS Dashboard', 56 'manage_options', 57 'media-stream-dashboard', 58 [$this, 'bunny_dashboard_content_callback'], 59 3 60 ); 51 61 } 52 62 … … 62 72 { 63 73 $this->view('settings'); 74 } 75 76 public function bunny_dashboard_content_callback() 77 { 78 $this->view('dashboard'); 64 79 } 65 80 -
media-stream/trunk/media-stream.php
r3429443 r3429548 6 6 * Author: Blurr Studio 7 7 * Author URI: https://blurr.it/ 8 * Version: 1.1. 58 * Version: 1.1.6 9 9 * License: GPL v2 or later 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html -
media-stream/trunk/readme.txt
r3429443 r3429548 4 4 Tested up to: 6.9 5 5 Requires PHP: 7.2 6 Stable tag: 1.1. 56 Stable tag: 1.1.6 7 7 License: GPLv2 or later 8 8 Contributors: aryans … … 45 45 46 46 = Do I need a bunny.net account to use this plugin? = 47 Yes, you need a [Bunny.net](http ://bunny.net) account where you can get the API key to insert in the plugin in a very simple way and start using it.47 Yes, you need a [Bunny.net](https://bunny.net/?ref=uix7sprza2) account where you can get the API key to insert in the plugin in a very simple way and start using it. 48 48 49 49 = Why do I need this plugin? = … … 54 54 55 55 = Does this plugin support files that are not videos? = 56 This plugin is intended solely for video streaming. For offloading images, please utilize alternative, dedicated plugins that are compatible with [bunny.net](http ://bunny.net) or similar services.56 This plugin is intended solely for video streaming. For offloading images, please utilize alternative, dedicated plugins that are compatible with [bunny.net](https://bunny.net?ref=uix7sprza2) or similar services. 57 57 58 58 = Is it possible to delete the local video file and rely solely on the offloaded copy? = … … 70 70 71 71 For standard video, processing usually relies on legitimate interest, often negating the need for user consent. This should be documented in your privacy policy. Bunny.net provides guides for GDPR-friendly integration. 72 72 73 73 74 74 == Screenshots == … … 78 78 79 79 == Changelog == 80 81 = 1.1.5 = 82 * Imporved Performance and experience 80 83 81 84 = 1.1.5 =
Note: See TracChangeset
for help on using the changeset viewer.