Changeset 995516
- Timestamp:
- 09/23/2014 04:20:14 PM (12 years ago)
- Location:
- secure-html5-video-player/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (3 diffs)
-
secure-html5-video-player.php (modified) (2 diffs)
-
sh5vp-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
secure-html5-video-player/trunk/readme.txt
r991512 r995516 4 4 Requires at least: 3.0 5 5 Tested up to: 4.0 6 Stable tag: 3. 96 Stable tag: 3.10 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 128 128 == Changelog == 129 129 130 = 3.10 = 131 * Fixed Settings links in plugin list to prevent spilling over to other plugin items. 132 130 133 = 3.9 = 131 134 * Recognizes Firefox support for MP4 video playback. … … 223 226 == Upgrade Notice == 224 227 228 = 3.10 = 229 Fixed Settings links in plugin list to prevent spilling over to other plugin items. 230 225 231 = 3.9 = 226 232 Recognizes 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 5 5 Description: 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. 6 6 Author: Lucinda Brown, Jinsoo Kang 7 Version: 3. 97 Version: 3.10 8 8 Author URI: http://www.trillamar.com/ 9 9 License: GPLv3 … … 40 40 register_activation_hook(__FILE__, 'secure_html5_video_player_install'); 41 41 42 add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'secure_html5_video_player_plugin_action_links', 10, 2); 42 43 43 44 /** -
secure-html5-video-player/trunk/sh5vp-functions.php
r991529 r995516 307 307 return $links; 308 308 } 309 add_filter( 'plugin_action_links', 'secure_html5_video_player_plugin_action_links', 10, 2 );310 309 endif; 311 310
Note: See TracChangeset
for help on using the changeset viewer.