這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

BU Versions

外掛說明

BU Versions is a WordPress plugin that adds new workflows to WordPress that make it possible to create, review, and schedule changes to published content with ease.

With BU Versions, you can clone any published post in WordPress (page, post, or custom post type) to edit and save an alternate version of the post without replacing the public content. You can make multiple edits over any timeframe, all done “behind the scenes” without disruptive or unreviewed changes to the live content. This enables a publishing workflow for edits to content that need to be reviewed and approved before being re-published. Once ready, publishing your version will replace the original post.

The plugin was written by Boston University IS&T staff with design and UX support from the Interactive Design group in Marketing & Communications.

Features

  • An alternate version can be created for each post or page.
  • Revision history is accessible for the alternate version.
  • Supports custom post types automatically.
  • Supports the cloning of post meta data.

For more information check out http://developer.bu.edu/bu-versions/.

Developers

For developer documentation, feature roadmaps and more visit the plugin repository on Github.

Build Status

螢幕擷圖

  • Create alternate versions from the posts table using the “create clone” button
  • Easily see which posts have alternate versions in progress from the posts table
  • Admin notices help you keep track of which version of a post you are currently editing
  • One click replacement of original post with alternate version content
  • Admin bar integration makes it easy to edit alternate versions in addition to original posts from the front-end

安裝方式

This plugin can be installed automatically through the WordPress admin interface, or by clicking the downlaod link on this page and installing manually.

Manual Installation

  1. Upload the bu-versions plugin folder to the /wp-content/plugins/ directory
  2. Activate ‘BU Versions’ through the ‘Plugins’ menu in WordPress

To complete the advanced permissions workflow, install the BU Section Editing Plugin.

常見問題集

I’m a plugin developer and my plugin utilizes custom post meta boxes. How do I get them to show up while editing alternate versions?

The plugin provides a filter which allows you to register support for your custom features for the alternate version post types.

Please see our Github wiki page to learn how to register alternate version support for your plugin metaboxes.

使用者評論

2016 年 9 月 3 日
GREAT plugin! I found this after much researching. This answers a question which I can find many people have asked, but no one had the ideal solution. http://wordpress.stackexchange.com/questions/3986/is-there-any-way-to-draft-a-revision-of-a-published-page-or-post-what-workaroun
2016 年 9 月 3 日
This is a fantastic plugin! Exactly what WordPress should have out of the box. Thank you for the time and development expertise you've committed to this plugin!
閱讀全部 6 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈BU Versions〉的開發相關工作。

參與者

將〈BU Versions〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.7.8

  • Fix UI issues since WP 4.3.
  • Add support for excerpts. Fixes #15.
  • Add create alternate version link to WP Admin Bar. Fixes #3.
  • Rewrite BU Version postmeta on WP importer. Fixes #22.

0.7.7

  • Bugfix for post types with long names
  • Adds bu_alt_versions_post_type_alt_name filter, allowing the alt post type name to be customized

0.7.6

  • Confirmed 4.2 compatibility
  • Stop showing edit links for original post when current user can’t edit them

0.7.5

  • Fixed issue with previews for static front page for WP 4.0+

0.7.4

  • Fixed issue causing some changes to be lost when replacing original post
  • Switch to post-type specific capabilities for alternate version admin menus
  • Updated unit tests to work with current test suite using WP CLI test scaffolding
  • Added TravisCI integration
  • Minor cleanup

0.7.3

  • More notification language tweaks
  • Localization updates

0.7.2

  • Fixed bug reported by junger — alt. versions now use appropriate post types in notification messages
  • Added hooks on version creation / publishing (bu_version_create, bu_version_publish)
  • More robust linkage between alternate versions and original posts
  • Updates to unit test bootstrap

0.7.1

  • Improved error handling and logging

0.7

  • Initial WP.org release
  • Added localization support

0.6

  • Fix issue with custom columns when using Quick Edit / Bulk Edit to modify posts.
  • Fix issue with bulk publishing / quick editing alternate versions and changing their status to “Published”.
  • Include post type name in labels so that post type lists such as in the export work properly.

0.5

  • Initial Boston University release
  • Replaced the “Edit ” admin bar menu with a “Edit” dropdown.

0.4

  • Added support for the cloning / overwriting of meta data.