Linux 软件免费装
Banner图

Better Revision History

开发者 mediuminteractive
更新时间 2026年3月31日 23:44
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPL-2.0+
版权网址: 版权信息

标签

custom fields acf audit log revisions revision history

下载

1.0.0 1.0.1

详情介绍:

MDI Better Revision History replaces the default revision comparison screen with a clean, timeline-style meta box right inside the post editor. Every time a post is saved, the plugin records exactly what changed — field by field — and displays a clear before → after comparison. It works out of the box for standard Posts and Pages, and is fully extensible to custom post types. If Advanced Custom Fields (ACF) is active, the plugin automatically detects which field groups, flat fields, and repeater sub-fields are registered for each post type — no manual configuration required. Key Features How It Works Once activated, a Revision History meta box appears at the bottom of any enabled post type's edit screen. Each saved revision is compared to the one before it. Changed fields are shown side by side: the old value highlighted in red on the left, the new value in green on the right. For ACF repeater fields, the plugin tracks individual row-level changes and labels them clearly (e.g. Sc Film Crew — Row 2 Updated). ACF Integration When Advanced Custom Fields is active, the plugin queries ACF's own field group registry (acf_get_field_groups) to discover which fields apply to the current post type. This means: If ACF is not active, the plugin falls back to comparing all non-internal (_-prefixed) post meta keys. Custom Post Type Integration Posts and Pages are available directly in the settings. For custom post types, the plugin detects them automatically and lists them on the settings page with a note to contact Medium Interactive for tailored integration. Contact Medium Interactive →

安装:

  1. Upload the mdi-better-revision-history folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Settings → MDI Revision History to enable revision tracking for Posts, Pages, or custom post types.
  4. Open any enabled post or page — the Revision History meta box will appear once there is at least one revision.

升级注意事项:

1.0.0 Initial release — no upgrade steps required. 1.0.1 Update plugin name

常见问题:

Does this replace the built-in WordPress revision system?

No. It adds to it. WordPress continues to store revisions as normal. This plugin simply provides a much more readable meta box for viewing what changed between saves.

Does it work without Advanced Custom Fields?

Yes. Without ACF active, the plugin falls back to comparing all non-internal post meta keys automatically.

Can I enable it for my custom post type?

Custom post types are detected automatically and listed on the settings page. Because field structures vary greatly per project, enabling them for full ACF tracking is available as a custom integration. Contact us for details.

Why can I not see any revisions?

WordPress must have revisions enabled. Check that define( 'WP_POST_REVISIONS', false ) is not set in your wp-config.php. Also note the meta box only appears once at least one revision exists for that post.

Does it slow down the admin?

No. The plugin only runs on post-edit screens for enabled post types, and only reads existing revision data — it does not add any extra save hooks or background processing.

Is it translation-ready?

Yes. All user-facing strings use the mdi-better-revision-history text domain.

更新日志:

1.0.0