Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stas/uploads
WordPress uploads have a control panel now
https://github.com/stas/uploads
Last synced: 2 days ago
JSON representation
WordPress uploads have a control panel now
- Host: GitHub
- URL: https://github.com/stas/uploads
- Owner: stas
- Created: 2011-07-12T19:02:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-06T17:45:44.000Z (about 13 years ago)
- Last Synced: 2025-01-03T14:42:42.330Z (8 days ago)
- Language: PHP
- Homepage: http://wordpress.org/extend/plugins/uploads/
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== WordPress Uploads ===
Contributors: sushkov
Tags: uploads, files, extenstions, mask, security, media, attachments
Requires at least: WordPress 2.9
Tested up to: WordPress 3.3.1
Stable tag: 0.4
Donate link: http://stas.nerd.ro/pub/donate/Better control over WordPress uploads
== Description ==
This plugin allows you to:
* Manage allowed file extensions for uploads (Allow/Deny)
* Mask files location
* Disable uploads at all== Installation ==
Please follow the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
== Frequently Asked Questions ==
Please report bugs on [plugin page issues tracker](https://github.com/stas/uploads/issues).
== Changelog ==
= 0.4 =
* Fixed the MultiSite issue
* Added a new option to disable some file types upload= 0.3 =
* Removed a constant name used in WordPress MultiSite. props @ejsiddiqui= 0.2 =
* Added MultiSite support
* Some typo fixed= 0.1 =
* The pilot release.