이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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

FAQ

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