=== Simple Downloads Plugin === Contributors: ondrejd Donate link: https://www.paypal.me/ondrejd Tags: custom post type,downloads,shortcode,widget Requires at least: 3.7 Tested up to: 4.7.3 Stable tag: 1.0.0 Plugin that allows to manage files that you want to offer to your users for download. Allows to use either sidebar widget, shortcode with responsive table or using regular theme (downloads are custom post types so you can make templates for them). == Description == Main features: * creates list of files to download * configurable widget for your sidebars/footers etc. * configurable shortcode with ordering and pagination for your pages/posts * file types are specified by correct icon * downloads restriction for registered users * simple statistics * offers English and Czech locales == Installation == This section describes how to install the plugin and get it working. 1. Upload plugin's folder `od-downloads-plugin` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Set up the plugin and its widgets 4. For other details see [plugin's home page](https://github.com/ondrejd/od-downloads-plugin) == Frequently Asked Questions == = When I should use this plug-in? = Whenever you need to create simple downloads area or page with several files that you want to offer to your users. = Can be some files available only to registered users? = Currently no, but you can write me and I will do it if your interest will be serious (probably supported with some donation). = Are the any statistics? = Yes but just simple. Anyway, you can order from me solution that will suit better to your needs. = Can I change texts provided by the plugin? = Yes, you can use [Poedit](https://poedit.net/) for editing files with localization which are located in `languages` folder. == Screenshots == 1. `screenshot-1.png` 2. `screenshot-2.png` 3. `screenshot-3.png` 4. `screenshot-4.png` 5. `screenshot-5.png` 6. `screenshot-6.png` 7. `screenshot-7.png` == Changelog == = 1.0.0 = * plugin was completely rewritten and tested on the latest WordPress versions * added new shortcode with table with ordering and pagination * added icons for various file types = 0.5.1 = * updated readme.txt file = 0.5 = * updated for WordPress 4.3.1 * name changed to __od-downloads-plugin__ * completely refactored, now using [odwp](github.com/ondrejd/odwp) project as a base * added possibility of downloads just for registered users * added simple statistics * updated readme.txt file * code (development) is placed on GitHub [GitHub](https://github.com/ondrejd/od-downloads-plugin) = 0.4.1 = * plugin development recovered * [fixed] settings can not be saved * [fixed] creating new downloads * added readme.txt file and updated description = 0.4 = * initial public version (published on www.volby09.cz) * added to SVN on code.google.com