Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями 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.