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.