Plugin Directory

Changeset 576644


Ignore:
Timestamp:
07/24/2012 02:13:38 PM (14 years ago)
Author:
jmadea
Message:

Minor cosmetic issue resolved. Tested with 3.4.1.

Location:
manage-upload-types/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • manage-upload-types/trunk/manage-upload-types.php

    r543292 r576644  
    44Plugin URI: http://www.madea.net/projects/wordpress-plugins/manage-upload-types/
    55Description: Enables changing the types of files allowed to be uploaded to the media library.
    6 Version: 1.0
     6Version: 1.1
    77Author: Jeremy Madea
    88Author URI: http://madea.net/
     
    9292    $jm_mut_mime_types = get_option('jm_mut_mime_types');
    9393    echo '<table id="jm_mut_mimetypes_table">' . "\n";
    94     echo '  <tr class="jm_mut_mimetype_thtr">'
     94    echo '  <tr class="jm_mut_mimetype_tr">'
    9595    .    '<th>Extension</th>'
    9696    .    '<th>Mime Type</th>'
  • manage-upload-types/trunk/readme.txt

    r536217 r576644  
    44Tags: media, upload, filetypes, mimetypes
    55Requires at least: 3.3.1
    6 Tested up to: 3.3.1
    7 Stable tag: 1.0
     6Tested up to: 3.4.1
     7Stable tag: 1.1
    88
    99This plugin adds a panel to the Settings->Media page, enabling changes to the file types which are permitted to be uploaded to the media library.
     
    3333== Changelog ==
    3434
     35= 1.1 =
     36* Minor cosmetic issue resolved.
     37
    3538= 1.0 =
    3639* Public release on wordpress.org
Note: See TracChangeset for help on using the changeset viewer.