このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

AODN Changelog Logger

説明

AODN Changelog Logger keeps a complete audit trail of every update on your WordPress site — plugins, themes, and WordPress core. Know exactly what changed, when it changed, who changed it, and whether it was manual or an automatic update.

Perfect for:
* Freelancers & agencies managing client sites — send monthly update reports in seconds.
* Site owners who want to know why something broke after an update.
* Developers maintaining strict version control and documentation.
* Anyone running WP auto-updates who wants visibility into what’s happening.

Features

  • Automatic logging — hooks into WordPress update events, nothing to configure
  • Tracks all update types — plugins, themes, and WordPress core
  • Version history — shows what version something was updated from and to
  • User attribution — know who triggered each update (or if it was auto-update)
  • Auto vs. Manual — distinguishes between manual updates and WordPress automatic background updates
  • Filter & search — filter by type, date range, or search by plugin/theme name
  • CSV export — export your log for client reports or record-keeping
  • Auto-purge — optionally auto-delete logs older than X days to keep the database clean
  • Lightweight — no external dependencies, no bloat, no tracking, no upsells

Usage

After activation, go to Changelog Logger in your WordPress admin menu. Updates will be logged automatically from that point forward. Use the filter bar to search or narrow down the log. Export as CSV anytime.

スクリーンショット

インストール

  1. Upload the aodn-changelog-logger folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Changelog Logger in the admin menu — that’s it

No configuration required. Logging starts immediately after activation.

FAQ

Does it log updates that happened before I installed the plugin?

No. It can only log updates that occur after activation. There’s no way to retroactively retrieve update history.

Will it slow down my site?

No. The plugin only runs during update events, which happen infrequently. It has zero impact on frontend performance.

What happens when I uninstall?

All log data is removed from the database cleanly. No orphaned data left behind.

Can I export the log?

Yes — click the “Export CSV” button on the main log page. You can apply filters before exporting to get a subset of the data.

Does it work with WP-CLI or managed hosting auto-updates?

It hooks into the upgrader_process_complete action which fires for all update methods including WP-CLI and managed hosting platforms that use the standard WordPress upgrader.

Is it multisite compatible?

Basic multisite compatibility is included. Each site in the network maintains its own log.

評価

このプラグインにはレビューがありません。

貢献者と開発者

AODN Changelog Logger はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“AODN Changelog Logger” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1.0

  • Modernized codebase — PHP 8.2+ with strict types
  • Completely redesigned admin UI with premium card-based layout
  • Improved settings page with modern toggle controls
  • Added proper deactivation cleanup (clears scheduled events)
  • Added uninstall.php for clean removal
  • Fixed default settings fallback when activation hook doesn’t fire
  • Better responsive design for tablet and mobile
  • Updated branding and links

1.0.0

  • Initial release
  • Automatic logging for plugin, theme, and core updates
  • Filter by type, date range, and search
  • CSV export
  • Auto-purge setting
  • Manual/auto update attribution