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

Limit Revision Publishing

説明

Limit Revision Publishing restricts edits made by users without the publish_posts capability. Their edits will be saved as an unpublished revision, and the original post will remain published. The All Posts view in the WordPress Dashboard will contain a column indicating posts with unpublished revisions. Notification emails can be sent to a subset of users whenever a new revision has been submitted so users with elevated privileges can publish them. Finally, specific roles can be marked as limited, so any users with that role will be restricted from publishing revisions on all post types.
Note: this plugin only works with the Classic Editor (TinyMCE). Users of the Block Editor (Gutenberg) will be able to publish any post types granted by the capabilities in their assigned role.

インストール

  1. Upload “limit-revision-publishing” to the “/wp-content/plugins/” directory.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Set the requisite permissions and roles via the Settings -> Limit Revision Publishing options page.

評価

このプラグインにはレビューがありません。

貢献者と開発者

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

貢献者

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

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

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

変更履歴

1.1.10

  • Upgrade select2 library to version 4.0.13.
  • Note: this plugin only works with the Classic Editor (TinyMCE). Users of the Block Editor (Gutenberg) will be able to publish any post types granted by the capabilities in their assigned role.

1.1.9

  • Fix for some ACF field values not restoring properly. Ref

1.1.8

  • Fix for ‘Pending Revision’ column not sortable on custom post types.
  • Fix for pending content shown to logged in users if it was fetched via ajax.

1.1.7

  • Fix for autosave content getting published if the autosave is the revision immediately prior to the current revision in the revision history.

1.1.6

  • Fix encoded ampersands in notification emails.

1.1.5

  • Fix for pending revisions on ACF fields being shown.

1.1.4

  • Fix for notification emails not being sent when creating a new post as Pending Review.
  • Fix for invalid parameters to get_user_by() causing certain notification emails not to send. Props @joelstransky!

1.1.3

  • Fix for PHP error on ACF Field Groups screen.

1.1.2

  • Add filter for Pending Revision to All Posts/Pages screen.
  • Fix for sorting by Pending Revision in All Posts/Pages screen.
  • Fix for Pages missing from permissions chart in plugin settings.

1.1.1

  • Add [edit_url] shortcode in notification emails.
  • Fix for all users being emailed if ‘Roles to notify’ setting was empty.
  • Fix for Role Settings missing custom post types with show_in_nav_menus=false (i.e., types meant to not show up under Appearance>Menus).
  • Fix: Remove redundant labels in Role Settings.

1.1.0

  • Add ability to restrict any role’s publishing capability.
  • Add descriptive table of roles to plugin options.
  • Add customizable notification email to plugin options.
  • Fix ACF revision integration (ACF Pro >= 5.4.0).

1.0.0

  • First official release.

0.1.0

  • Development version.