Changeset 576644
- Timestamp:
- 07/24/2012 02:13:38 PM (14 years ago)
- Location:
- manage-upload-types/trunk
- Files:
-
- 2 edited
-
manage-upload-types.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
manage-upload-types/trunk/manage-upload-types.php
r543292 r576644 4 4 Plugin URI: http://www.madea.net/projects/wordpress-plugins/manage-upload-types/ 5 5 Description: Enables changing the types of files allowed to be uploaded to the media library. 6 Version: 1. 06 Version: 1.1 7 7 Author: Jeremy Madea 8 8 Author URI: http://madea.net/ … … 92 92 $jm_mut_mime_types = get_option('jm_mut_mime_types'); 93 93 echo '<table id="jm_mut_mimetypes_table">' . "\n"; 94 echo ' <tr class="jm_mut_mimetype_t htr">'94 echo ' <tr class="jm_mut_mimetype_tr">' 95 95 . '<th>Extension</th>' 96 96 . '<th>Mime Type</th>' -
manage-upload-types/trunk/readme.txt
r536217 r576644 4 4 Tags: media, upload, filetypes, mimetypes 5 5 Requires at least: 3.3.1 6 Tested up to: 3. 3.17 Stable tag: 1. 06 Tested up to: 3.4.1 7 Stable tag: 1.1 8 8 9 9 This 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. … … 33 33 == Changelog == 34 34 35 = 1.1 = 36 * Minor cosmetic issue resolved. 37 35 38 = 1.0 = 36 39 * Public release on wordpress.org
Note: See TracChangeset
for help on using the changeset viewer.