Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 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.

Κριτικές

3 Σεπτεμβρίου 2016
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
3 Σεπτεμβρίου 2016
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” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

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.