Plugin Directory

Changeset 420878


Ignore:
Timestamp:
08/09/2011 09:34:02 AM (15 years ago)
Author:
CJ_Jackson
Message:

Updated to 0.1.15

Location:
html5avmanager
Files:
79 added
2 edited

Legend:

Unmodified
Added
Removed
  • html5avmanager/trunk/html5avmanager.php

    r418771 r420878  
    55  Plugin URI: http://cj-jackson.com/
    66  Description: A video manager with a Modal-View-Controller and video uploader.
    7   Version: 0.1.14
     7  Version: 0.1.15
    88  Author: Christopher John Jackson
    99  Author URI: http://cj-jackson.com/
     
    294294    static public function videoAudioManagerPanel() {
    295295        include 'view/admin/video-audio-manager-panel.php';
     296        include 'view/admin/message.php';
    296297    }
    297298
     
    305306        unset($tempVideoViews);
    306307        include 'view/admin/video-add-panel.php';
     308        include 'view/admin/message.php';
    307309    }
    308310
     
    316318        unset($tempAudioViews);
    317319        include 'view/admin/audio-add-panel.php';
     320        include 'view/admin/message.php';
    318321    }
    319322
     
    353356        unset($tempAudioViews);
    354357        include 'view/admin/settings-panel.php';
     358        include 'view/admin/message.php';
    355359    }
    356360
  • html5avmanager/trunk/readme.txt

    r418771 r420878  
    55Requires at least: 2.7
    66Tested up to: 3.2
    7 Stable tag: 0.1.14
     7Stable tag: 0.1.15
    88
    99A HTML5 Audio and Video manager that take full advantage of
     
    6161
    6262== Changelog ==
     63
     64= 0.1.15 =
     65* Added "Motorbike Got Stolen" Message to plugin.
    6366
    6467= 0.1.14 =
Note: See TracChangeset for help on using the changeset viewer.