=== Last Used Items === Contributors: florianwetzl Tags: last used items, productivity Requires at least: 4.6 Tested up to: 5.3 Stable tag: 4.6 Requires PHP: 5.2.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Date: 24.02.2020 Version: 2 This plugin lets you quickly view your last edited WordPress items, similar to the "last used" function in Office and Adobe Products. == Description == This plugin works for posts, pages and custom post types, e.g. products. After installation and activation a "Last Used" menu entry appears in the wp-admin area with the 10 last edited items. The plugin keeps database storage and traffic slim by only saving up to 100 log-entries with only the post-id. I have been testing the plugin with other major plugins, with no known issus. == Screenshots == 1. Hover over "Last Used" menu entry == Installation == This section describes how to install the plugin and get it working. 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress == Frequently Asked Questions == None yet, feel free to ask. == Changelog == = 1.2.2 = *Release date: 15.02.2020* * Fix: changed forwarding from php to javascript, since some hosts did not support php-forwarding = 1.2.1 = *Release date: 07.02.2020* * Fix: new published custom post types are now correctly shown by the plugin * Fix: i changed the last used icon in the wp-admin area = 1.2 = *Release date: 02.02.2020* * Fix: sanitizing data in plugin = 1.1 = *Release date: 30.01.2020* * Fix: new published pages are now shown by the plugin