Plugin Directory

Changeset 2147971


Ignore:
Timestamp:
08/29/2019 05:45:56 PM (7 years ago)
Author:
pupunzi
Message:

1.9.0

  • New update and security issue fixed: There was a potential security issue within the download method that has been fixed using the HTML5 download tag instead of streaming the file via PHP. Now the plugin can replace the default Wordpress 5 (Gutenberg) audio player.
Location:
wp-miniaudioplayer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-miniaudioplayer/tags/1.9.1/inc/popup.php

    r2147879 r2147971  
    8080    function add_map_TinyMCE_css($in)
    8181    {
    82         $in['content_css'] .= "," . plugins_url('map_short_code.css?_=' . MINIAUDIOPLAYER_VERSION, __FILE__, __FILE__);;
     82        $in['content_css'] .= "," . plugins_url('map_short_code.css?_=' . MINIAUDIOPLAYER_VERSION, __FILE__);
    8383        return $in;
    8484    }
  • wp-miniaudioplayer/trunk/inc/popup.php

    r2147879 r2147971  
    8080    function add_map_TinyMCE_css($in)
    8181    {
    82         $in['content_css'] .= "," . plugins_url('map_short_code.css?_=' . MINIAUDIOPLAYER_VERSION, __FILE__, __FILE__);;
     82        $in['content_css'] .= "," . plugins_url('map_short_code.css?_=' . MINIAUDIOPLAYER_VERSION, __FILE__);
    8383        return $in;
    8484    }
Note: See TracChangeset for help on using the changeset viewer.