Plugin Directory

Changeset 1456646


Ignore:
Timestamp:
07/18/2016 10:34:37 PM (10 years ago)
Author:
lcwakeman
Message:

Verion 2.2

Location:
dmc-media
Files:
22 added
3 edited

Legend:

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

    r1442474 r1456646  
    22/**
    33Plugin Name: DMC Media Play and Download
    4 Version: 2.1
     4Version: 2.2
    55Plugin URI: http://larrywakeman.com/download/dmc-media/
    66Donate URI: http://larrywakeman.com/download/dmc-media/
  • dmc-media/trunk/objects/dmc_media_activate.php

    r1440462 r1456646  
    22/**
    33Name: DMC Media Play and Download activation functions
    4 Version: 1.0
     4Version: 1.1
    55Author: Larry Wakeman
    66Author URI: http://www.larrywakeman.com/
     
    9393        $dbm = new Lcw_common_dbMaintenence_plus('dmc_media_');
    9494    $custom = substr($this->plugin_dir, 0, strlen($this->plugin_dir) - 1).'_custom/database_custom.php';
     95    ob_start ();
    9596        $dbm->update($this->plugin_dir.'db/database.php', $custom);
     97        ob_end_clean ();
    9698        // update from old schema
    9799        $this->upgrade_table($wpdb->prefix.'dmc_categories', $wpdb->prefix.'dmc_media_categories');
  • dmc-media/trunk/readme.txt

    r1441226 r1456646  
    77Requires at least: 4.2.
    88Tested up to: 4.5.3
    9 Stable tag: 2.1
     9Stable tag: 2.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7272* Bug Fix
    7373
     74= 2.3 =
     75* Hide beign info messages
     76
    7477== Upgrade Notice ==
    7578
     
    100103* Bug Fix
    101104
     105= 2.3 =
     106* Hide beign info messages
     107
    102108== Customization ==
    103109
Note: See TracChangeset for help on using the changeset viewer.