=== Auto Trash Delete ===
Contributors: kenny.eliason
Tags: trash, auto-delete, automatically delete trash
Requires at least: 4.0
Tested up to: 4.3.1
Stable tag: 1.0.1

Set the number of days to use before deleting items in the trash.

== Description ==
The purpose of this plugin is to provide a way to automatically delete your trash at a certain number of days, over-riding the default 30 day limit imposed by WordPress. Fewer days in the trash results in a more optimized database.

PLEASE NOTE: Support for this plugin is not being offered at this time.

== Installation ==

<h3>Method 1:</h3>
<ol>
	<li>Upload <code>auto-trash-delete</code> folder to the <code>/wp-content/plugins/</code> directory</li>
	<li>Activate the plugin through the <code>Plugins</code> menu in WordPress</li>
</ol>
<h3>Method 2:</h3>
<ol>
	<li>From WordPress Dashboard, click on the Plugins menu</li>
	<li>Click Add New</li>
	<li>Search for Auto Trash Delete</li>
	<li>Click Install Now</li>
	<li>Activate the Plugin</li>
</ol>

== Upgrade Notice ==

= 1.0.1 =
 * Fixed max days to 30
 * Reworked implemenation of define function to limit days
 * Changed input to be a number field

== Screenshots ==
1. The Settings Page

== Changelog ==

= 1.0 =

 * Initial Release