Plugin Directory

Changeset 1681534


Ignore:
Timestamp:
06/19/2017 10:46:30 PM (9 years ago)
Author:
lcwakeman
Message:

Version 2.5

Location:
dmc-media/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dmc-media/trunk/dmcmedia.php

    r1671324 r1681534  
    22/**
    33Plugin Name: DMC Media Play and Download
    4 Version: 2.4
     4Version: 2.5
    55Plugin URI: http://larrywakeman.com/download/dmc-media/
    66Donate URI: http://larrywakeman.com/download/dmc-media/
  • dmc-media/trunk/objects/dmc_admin.php

    r1671324 r1681534  
    22/**
    33Name: DMC Media Play and Download admin functions
    4 Version: 1.0
     4Version: 1.1
    55Author: Larry Wakeman
    66Author URI: http://www.larrywakeman.com/
     
    447447                if ($id == 0) $id = null;
    448448                if ($_FILES['importfile']['type'] != 'video/mp4') {
    449                     $metadata = $this->getid3 ($this->plugin_dir.'/files/'.$_FILES['importfile']['name']);
     449                    $metadata = $this->getid3 ($upload_dir['basedir'].'/dmcmedia/'.$_FILES['importfile']['name']);
    450450                $update = array(
    451451                                            'title' => $metadata['title'],
  • dmc-media/trunk/readme.txt

    r1671324 r1681534  
    77Requires at least: 4.2.
    88Tested up to: 4.8
    9 Stable tag: 2.4
     9Stable tag: 2.5
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7878* Wordpress 4.8 Compatibiltiy
    7979
     80= 2.5 =
     81* Meta data bug fix
     82
    8083== Upgrade Notice ==
    8184
     
    112115* Wordpress 4.8 Compatibiltiy
    113116
     117= 2.5 =
     118* Meta data bug fix
     119
    114120== Customization ==
    115121
Note: See TracChangeset for help on using the changeset viewer.