Contributors: gungeekatx
Tags: admin, post, page, custom post type, revisions
Donate link: http://petenelson.com/
Requires at least: 4.0
Tested up to: 6.7.1
Stable tag: 1.1.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Show revisions when viewing lists of posts, pages, or custom post types in the admin dashboard
This plugin allows you to include a list of revisions when viewing a list of posts, pages, or custom post types in the admin dashboard. It can be configured to limit the number of revisions shown, the post types it is enabled for, and a prefix & suffix to wrap around the revision title to offset it from the rest of the list.
Thanks to Pat Ramsey, Corey Ellis, and Nick Batick for encouraging me to write this plugin, and Kenzie Moss for our WordPress icon.
- Upload the wp-revision-list directory to the
/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Check Settings/WP Revision List to customize
- Fixed deprecated notices for PHP 8.
- Fixed call to undefined get_current_screen() on autosave.
- Fixed a PHP notice on the settings page
- Fixed a PHP warning with the_title filter when global post was not set
- Fixed a PHP warning with the_title() on some installs
- Fixed a bug that was preventing a custom WP_Query from returning posts
- Added user-configurable number of revisions in Screen Options
- Initial release
- Fixed a PHP notice on the settings page
- Fixed a PHP warning with the_title filter when global post was not set
Only public post types that support revisions work with this plugin. Make sure you include "'supports' => array( 'revisions' )" in your register_post_type() call.