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

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