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.