Plugin Directory

Changeset 995516


Ignore:
Timestamp:
09/23/2014 04:20:14 PM (12 years ago)
Author:
trillamar
Message:

updates for 3.10 release

Location:
secure-html5-video-player/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • secure-html5-video-player/trunk/readme.txt

    r991512 r995516  
    44Requires at least: 3.0
    55Tested up to: 4.0
    6 Stable tag: 3.9
     6Stable tag: 3.10
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    128128== Changelog ==
    129129
     130= 3.10 =
     131* Fixed Settings links in plugin list to prevent spilling over to other plugin items.
     132
    130133= 3.9 =
    131134* Recognizes Firefox support for MP4 video playback.
     
    223226== Upgrade Notice ==
    224227
     228= 3.10 =
     229Fixed Settings links in plugin list to prevent spilling over to other plugin items.
     230
    225231= 3.9 =
    226232Recognizes Firefox support for MP4 video playback. Prioritizes MP4 video playback in the ordering of the video sources. Added option to set the preference between 2 video file caching options: symbolic-linking and hard-linking/copying.
  • secure-html5-video-player/trunk/secure-html5-video-player.php

    r991512 r995516  
    55Description: Secure HTML5 Video Player allows you to play HTML5 video on modern browsers. Videos can be served privately; pseudo-streamed from a secured directory or via S3.
    66Author: Lucinda Brown, Jinsoo Kang
    7 Version: 3.9
     7Version: 3.10
    88Author URI: http://www.trillamar.com/
    99License: GPLv3
     
    4040register_activation_hook(__FILE__, 'secure_html5_video_player_install');
    4141
     42add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'secure_html5_video_player_plugin_action_links', 10, 2);
    4243
    4344/**
  • secure-html5-video-player/trunk/sh5vp-functions.php

    r991529 r995516  
    307307    return $links;
    308308}
    309 add_filter( 'plugin_action_links', 'secure_html5_video_player_plugin_action_links', 10, 2 );
    310309endif;
    311310
Note: See TracChangeset for help on using the changeset viewer.