=== Limit Revisions === Contributors: carlosmr96 Donate link: https://www.paypal.me/carlosmr96/5 Tags: limit, content, revision, revisions Requires at least: 4.0 Tested up to: 6.1.1 Stable tag: 4.3 Requires PHP: 5.2.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html This plugin adds a new setting in the last position of Settings > General, this option will allow you to select limit of revisions that WordPress stores in the database. == Description == “Limit Revisions” is a small plugin that allows you to select limit of revisions that WordPress stores in the database. You can select the limit at the bottom of Settings > General. This plugin wont work if the value is already defined elsewhere to avoid errors. == Installation == The Plugin can be installed in two ways. = Manual instalation = 1. Download and upload the plugin files to the /wp-content/plugins/limit-revisions directory from the WordPress plugin repository. 2. Activate the plugin through the ‘Plugins’ screen in WordPress admin. 3. Go to Settings > General and scroll down to see the new option to configure it. = WordPress interface instalation = 1. Open the plugin Interface in the wordpress admin and click on “Add new”. 2. In the Search box enter “Limit Revisions” and hit Enter. 3. Click on “Install” to install the plugin. 4. Activate the plugin. 5. Go to Settings > General to configure it. == Screenshots == 1. screentshot-1.png Here you can see where the new setting is. 2. screentshot-2.png Here you can see how the setting is displayed. == Frequently Asked Questions == = Where is the configuration? = This plugin adds a new setting in the last position of Settings > General. = Why It doesnt work? = If you have defined the value elsewhere the plugin wont work to avoid errors. = What happens if I place a negative number or invalid characters? = There is a validation that checks if the input is correct so nothing wrong happens. == Changelog == == Upgrade Notice == == Features == * Allows to select limit of revisions that WordPress stores in the database. * Automatically Delete oldes revision after the limit is reached