Better Revisions

Опис

Revisions are a main part of every content management system.

Normal wordpress revisions only containing the title, content and excerpt. And WordPress by itself will only add a new revision, when one (or more) of these three fields were changed. This means, if someone only changes the permalink for example, then WordPress doesn’t add any revision. And if someone changes the content and maybe the author, then WordPress adds a revision, but only with the old content – the author change will be lost.

For small blogs this will be ok, but what’s about multi-author websites or blogs?

I wrote this small plugin for you – for a better revision management in multi-author blogs and sites, for better monitoring the changes of every site, post or custom-post-type and finally for better restoring older revisions.

So, this plugin adds following fields to the revision system:

  • The Author
  • Post Date
  • Permalink
  • Post Status
  • Post Password
  • Comment Status
  • Ping Status
  • Post/Page Parent
  • Menu Order
  • more to come

This Plugin also adds a new revision, if only one of the fields above were changed. And it works with automated post/page saves (to the server) too. But I have disabled the client side autosave – becaus on multi-author blogs/sites these function makes no sense and confuses authors more than it helps. But the autosave to the server works perfectly well with all of the fields above added.

If you want to restore a revision, the fields above will restored too. And in case of deleting a post/page, than all revision with all fields above will be deleted too – for a smaller and cleaner database.

No further configuration is needed, the plugin doesn’t add any database tables rather saves additional revision data to post-meta and works with custom-post-types too. It’s translation ready and allready translated into german.

Gutenberg support was added

Now it works with the new Block-Editoe (Gutenberg) and the old Classic-Editor (tinyMCE).

Скріншоти

  • All now revisioned post/page fields.
  • Revisions were also made if only some of the additional fields were changed.
  • Same as above with the permalink.
  • Works with autosaves too.

Встановлення

  1. Upload the better-revisions folder to the /wp-content/plugins/ directory
  2. Activate the Better Revisions plugin through the ‘Plugins’ menu in WordPress
  3. No further configuration is needed

Часті питання

Nothing yet – more to come!

Відгуки

Прочитати всі 2 відгуки

Учасники та розробники

“Better Revisions” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Better Revisions” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

0.5

  • refactor inline JS
  • some improvements
  • test for newest WP and Klassik Editor Updates

0.4

  • test for newest WP and Klassik Editor Updates

0.3

  • Gutenberg support added
  • minor bug fixes

0.2

  • WP 4.9.1 check and documentation

0.1

  • Initial Release