Plugin Directory

Changeset 3429548


Ignore:
Timestamp:
12/30/2025 11:00:18 AM (2 months ago)
Author:
aryans
Message:
  • Imporved Performance and experience
Location:
media-stream
Files:
23 added
3 edited

Legend:

Unmodified
Added
Removed
  • media-stream/trunk/app/MainController.php

    r3428997 r3429548  
    4949                3
    5050            );
     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            );
    5161        }
    5262
     
    6272        {
    6373            $this->view('settings');
     74        }
     75
     76        public function bunny_dashboard_content_callback()
     77        {
     78            $this->view('dashboard');
    6479        }
    6580
  • media-stream/trunk/media-stream.php

    r3429443 r3429548  
    66 * Author: Blurr Studio
    77 * Author URI: https://blurr.it/
    8  * Version: 1.1.5
     8 * Version: 1.1.6
    99 * License: GPL v2 or later
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • media-stream/trunk/readme.txt

    r3429443 r3429548  
    44Tested up to:      6.9
    55Requires PHP:      7.2
    6 Stable tag:        1.1.5
     6Stable tag:        1.1.6
    77License:           GPLv2 or later
    88Contributors:      aryans
     
    4545
    4646= 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.
     47Yes, 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.
    4848
    4949= Why do I need this plugin? =
     
    5454
    5555= 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.
     56This 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.
    5757
    5858= Is it possible to delete the local video file and rely solely on the offloaded copy? =
     
    7070
    7171For 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
    7373
    7474== Screenshots ==
     
    7878
    7979== Changelog ==
     80
     81= 1.1.5 =
     82* Imporved Performance and experience
    8083
    8184= 1.1.5 =
Note: See TracChangeset for help on using the changeset viewer.