=== Optimize Database === Contributors: joshf Donate link: http://joshuafredrickson.com/ Tags: database, optimize, cron, automatic Requires at least: 5.6 Tested up to: 6.9 Stable tag: 1.0.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Automatically optimize your database daily. == Description == Use this plugin to automatically run the OPTIMIZE command on your WordPress database every day. There are no settings to configure. Simply activate the plugin and you're set! This plugin hooks into the existing WordPress cron system. == Installation == 1. Upload the `optimize-database` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Enjoy! == Frequently Asked Questions == = When does the cron run? = The cron is set to run every day at the time you activated the plugin. == Changelog == = 1.0.7 = * Fix "Requires at least" header. = 1.0.6 = * Requires PHP 7.4. * Tested up to WordPress 6.9. = 1.0.5 = * Tested up to WordPress 6.9. = 1.0.4 = * Tested up to WordPress 5.6. * Implement namespace. = 1.0.3 = * Tested up to WordPress 5.0. = 1.0.2 = * Tested up to WordPress 4.4. = 1.0.1 = * Tested up to WordPress 4.0. = 1.0 = * Initial version.