Plugin Directory

Changeset 834532


Ignore:
Timestamp:
01/07/2014 08:54:31 PM (12 years ago)
Author:
trillamar
Message:

version 3.3 updates

Location:
secure-html5-video-player/trunk
Files:
8 deleted
2 edited

Legend:

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

    r834182 r834532  
    44Requires at least: 3.0
    55Tested up to: 3.8
    6 Stable tag: 3.2
     6Stable tag: 3.3
     7License: GPLv3
     8License URI: http://www.gnu.org/licenses/gpl-3.0.html
    79
    810Secure 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.
     
    127129== Changelog ==
    128130
     131= 3.3 =
     132* Added GPLv3 licensing info.
     133* Moved screenshots to the central plugin assets folder.
     134
    129135= 3.2 =
    130136* Upgraded Flowplayer files to the latest version to resolve a security hole.
     
    190196== Upgrade Notice ==
    191197
     198= 3.3 =
     199Added GPLv3 licensing info. Moved screenshots to the central plugin assets folder.
     200
    192201= 3.2 =
    193202Upgraded 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  
    33Plugin Name: Secure HTML5 Video Player
    44Plugin 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.
     5Description: 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.2
     7Version: 3.3
    88Author URI: http://www.trillamar.com/
    9 License: LGPLv3
     9License: GPLv3
     10License 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/>.
    1029*/
    1130
Note: See TracChangeset for help on using the changeset viewer.