Plugin Directory

Changeset 469250


Ignore:
Timestamp:
11/29/2011 10:16:57 PM (14 years ago)
Author:
CJ_Jackson
Message:

Updated to 0.1.24

Location:
html5avmanager
Files:
79 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • html5avmanager/trunk/api.php

    r469104 r469250  
    8989        $audio->setWidth($width);
    9090        $audio->setHeight($height);
     91        $audio->setPosterFilename('blank');
     92        $audio->setPosterPath('blank');
    9193        $audio->save();
    9294
  • html5avmanager/trunk/html5avmanager.php

    r469226 r469250  
    55  Plugin URI: http://cj-jackson.com/
    66  Description: A video manager with a Modal-View-Controller and video uploader.
    7   Version: 0.1.23
     7  Version: 0.1.24
    88  Author: Christopher John Jackson
    99  Author URI: http://cj-jackson.com/
  • html5avmanager/trunk/readme.txt

    r469226 r469250  
    55Requires at least: 2.7
    66Tested up to: 3.2
    7 Stable tag: 0.1.23
     7Stable tag: 0.1.24
    88
    99A HTML5 Audio and Video manager that take full advantage of
     
    6262== Changelog ==
    6363
     64= 0.1.24 =
     65* Fixed getType() on a non-object bug.
     66
    6467= 0.1.23 =
    65 * Fixed getType() on a non-object bug.
     68* Fixed getType() on a non-object bug. (Failed)
    6669* Fixed timezone bug.
    6770
Note: See TracChangeset for help on using the changeset viewer.