このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

WP Revision List

説明

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.

スクリーンショット

  • リビジョンを表示中の投稿
  • カスタム投稿タイプに対応
  • プラグインの設定
  • Number of revisions configurable per user

インストール

  1. Upload the wp-revision-list directory to the /wp-content/plugins/ directory
  2. WordPress の「プラグイン」メニューからプラグインを有効化してください
  3. Check Settings/WP Revision List to customize

FAQ

My custom post type does not show up in the settings?

Only public post types that support revisions work with this plugin. Make sure you include “‘supports’ => array( ‘revisions’ )” in your register_post_type() call.

評価

2017年10月4日
This is an amazing plugin! Post/Page revisions shown in the dashboard! A terrific time saver! Thanks much for your good work.
1件のレビューをすべて表示

貢献者と開発者

WP Revision List はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WP Revision List” は1ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“WP Revision List” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1.8 December 16, 2018

  • Fixed call to undefined get_current_screen() on autosave.

1.1.7 October 9, 2018

  • Fixed a PHP notice on the settings page

1.1.6 April 5, 2017

  • Fixed a PHP warning with the_title filter when global post was not set

1.1.5 December 7, 2015

  • Fixed a PHP warning with the_title() on some installs

1.1.4 July 9, 2015

  • Fixed a bug that was preventing a custom WP_Query from returning posts

1.1.3 April 10, 2015

  • Added user-configurable number of revisions in Screen Options

1.0.0 April 9, 2015

  • プラグインをリリース