Plugin Directory

Changeset 484772


Ignore:
Timestamp:
01/04/2012 10:58:24 PM (14 years ago)
Author:
CJ_Jackson
Message:

Updated to 0.2.4!

Location:
html5avmanager
Files:
79 added
3 edited

Legend:

Unmodified
Added
Removed
  • html5avmanager/trunk/html5avmanager.php

    r481138 r484772  
    55  Plugin URI: http://cj-jackson.com/
    66  Description: A video manager with a Modal-View-Controller and video uploader.
    7   Version: 0.2.3
     7  Version: 0.2.4
    88  Author: Christopher John Jackson
    99  Author URI: http://cj-jackson.com/
  • html5avmanager/trunk/lib/uploadify/custom.php

    r396591 r484772  
    2727if (!empty($_FILES)) {
    2828    $tempFile = $_FILES['Filedata']['tmp_name'];
    29     $targetPath = $_SERVER['DOCUMENT_ROOT'] . $_REQUEST['folder'];
     29    $targetPath = $_SERVER['DOCUMENT_ROOT'] . '/temp';
    3030    $targetFileName = $_FILES['Filedata']['name'];
    3131    $targetFile = str_replace('//', '/', $targetPath) . '/' . $targetFileName;
  • html5avmanager/trunk/readme.txt

    r481138 r484772  
    55Requires at least: 2.7
    66Tested up to: 3.3
    7 Stable tag: 0.2.3
     7Stable tag: 0.2.4
    88
    99A HTML5 Audio and Video manager that take full advantage of
     
    6060
    6161== Changelog ==
     62
     63= 0.2.4 =
     64* Fixed upload exploit with uploadify, no longer accept POST or GET.
    6265
    6366= 0.2.3 =
Note: See TracChangeset for help on using the changeset viewer.