=== Auto Delete System Status Logs for WooCommerce ===
Contributors: tusharknovator
Tags: statuslogs, savedisk, autodelete
Requires at least: 4.0
Tested up to: 7.0.1
Requires PHP: 7.4
Stable tag: 1.2.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Automatically deletes old WooCommerce status log files on a schedule you set, keeping server disk usage down.

== Description ==

Auto Delete System Status Logs for WooCommerce plugin that utilizes to remove automatically from WooCommerce > Status > Logs  files. 

Set the certain period in the plugin settings to automatically status delete logs of WooCommerce. 

Go through Settings / Auto Delete Status Logs and set number of days.

Click the "Clear All" button to clear all status logs of WooCommerce at once, and you're done.

It will reduce the server's disc usage.
 
== Installation ==
1. Upload plugin directory to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to settings / Auto Delete Status Logs Setting and set number of days

== Screenshots ==  
1. Admin Option Page of Auto Delete Status Logs of WooCommerce

== Changelog ==
1.2.0  * Fixed a bug where the scheduled auto-delete cron job called an undefined function and never ran.
1.2.0  * Fixed a bug where all log files were deleted on every page load instead of only on "Clear All" click; added nonce protection to that action.
1.2.0  * Tested up to WordPress 7.0.1.
1.1.1  * Remove the use of any of WooCommerce trademarks
1.1.0  * Clear All Button Feature added.
1.0.0  * First public release.

== Upgrade Notice ==
1.2.0 Fixes a bug that could delete all status logs unexpectedly when opening the settings page; upgrade recommended.
1.1.0 Clear All Button Feature added.
1.1.1 Remove the use of any of WooCommerce trademarks