Update History Panel

外掛說明

Update History Panel keeps an audit-friendly log of updates performed via the WordPress admin update workflows:

  • WordPress Core
  • Themes
  • Plugins

The log is shown as a panel on the Dashboard Updates screen and can also be retrieved via the REST API:

GET /wp-json/update-history-panel/v1/logs

For security reasons, the endpoint requires an authenticated user with the update_core capability by default.

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/, or install the plugin through the WordPress Plugins screen.
  2. Activate the plugin.
  3. Go to Dashboard Updates to view the log panel.

常見問題集

Does it log updates done via WP-CLI or manual file replacement?

This plugin logs updates performed through the WordPress admin update workflows. Updates executed outside of WordPress (e.g., WP-CLI or manual file replacement) may not be recorded.

Can I access the REST API as an admin?

Yes. Use an authenticated request (for example, Application Passwords) and call the endpoint shown above.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Update History Panel〉的開發相關工作。

參與者

將〈Update History Panel〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1.2

  • Fixed duplicate log entries caused by concurrent requests during updates.
  • Fixed hook and snapshot dual-recording producing reversed version entries.
  • Expanded duplicate detection window and added database re-read for reliability.
  • Added transient lock to prevent parallel snapshot processing.

1.1.0

  • Initial release.