Changeset 834532
- Timestamp:
- 01/07/2014 08:54:31 PM (12 years ago)
- Location:
- secure-html5-video-player/trunk
- Files:
-
- 8 deleted
- 2 edited
-
readme.txt (modified) (3 diffs)
-
screenshot-1.png (deleted)
-
screenshot-2.png (deleted)
-
screenshot-3.png (deleted)
-
screenshot-4.png (deleted)
-
screenshot-5.png (deleted)
-
screenshot-6.png (deleted)
-
screenshot-7.png (deleted)
-
screenshot-8.png (deleted)
-
secure-html5-video-player.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
secure-html5-video-player/trunk/readme.txt
r834182 r834532 4 4 Requires at least: 3.0 5 5 Tested up to: 3.8 6 Stable tag: 3.2 6 Stable tag: 3.3 7 License: GPLv3 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html 7 9 8 10 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. … … 127 129 == Changelog == 128 130 131 = 3.3 = 132 * Added GPLv3 licensing info. 133 * Moved screenshots to the central plugin assets folder. 134 129 135 = 3.2 = 130 136 * Upgraded Flowplayer files to the latest version to resolve a security hole. … … 190 196 == Upgrade Notice == 191 197 198 = 3.3 = 199 Added GPLv3 licensing info. Moved screenshots to the central plugin assets folder. 200 192 201 = 3.2 = 193 202 Upgraded Flowplayer files to the latest version to resolve a security hole. Removed option for Flash fall back. Flash fall back now happens automatically, and only for IE 7 and 8. Added option to turn on controls in HTML5 video player for the native skin setting. Added Spanish language localization, courtesy of webhostinghub.com. -
secure-html5-video-player/trunk/secure-html5-video-player.php
r834182 r834532 3 3 Plugin Name: Secure HTML5 Video Player 4 4 Plugin URI: http://www.trillamar.com/webcraft/secure-html5-video-player/ 5 Description: An enhanced video plugin for WordPress built on the VideoJS HTML5 video player library. Settings can be easily configured with a control panel and simplified short codes. Video files can be served from a secured private directory.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. 27 Version: 3.3 8 8 Author URI: http://www.trillamar.com/ 9 License: LGPLv3 9 License: GPLv3 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html 11 */ 12 13 /* 14 Copyright (c) 2011 Lucinda Brown <info@trillamar.com> 15 Copyright (c) 2011 Jinsoo Kang <info@trillamar.com> 16 17 Secure HTML5 Video Player is free software: you can redistribute it and/or modify 18 it under the terms of the GNU General Public License as published by 19 the Free Software Foundation, either version 3 of the License, or 20 (at your option) any later version. 21 22 This program is distributed in the hope that it will be useful, 23 but WITHOUT ANY WARRANTY; without even the implied warranty of 24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 GNU General Public License for more details. 26 27 You should have received a copy of the GNU General Public License 28 along with this program. If not, see <http://www.gnu.org/licenses/>. 10 29 */ 11 30
Note: See TracChangeset
for help on using the changeset viewer.