這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP Changes Tracker

外掛說明

Ever found yourself in the situation where you updated a series of plugins with no apparent issue, only to find out a few days later that something went terribly wrong… But what? Which plugins did i upgrade? Until now, you had to rely on your own note taking or memory.

This plugin keeps track of all changes made to your wordpress structure: core, network, plugins and options, for now. Themes will come soon.

Since version 2.0.0, the log can be exported as .csv.

Please rate the plugin if you like it.
Thanks,
pixeline

Usage

Nothing special. Activate the plugin and you’re done.

Credits

Special thanks to toscho for putting me on the right tracks

Thanks also to:
– This plugin template : http://soderlind.no/archives/2010/03/04/wordpress-plugin-template/
– the jquery plugin: dataTables _ http://datatables.net/

Long live open source, Heil to the helpful souls!

螢幕擷圖

  • The changelog as a filterable/sortable/scrollable table.

安裝方式

  1. Extract the zip file
  2. Drop the contents in the wp-content/plugins/ directory of your WordPress installation
  3. Activate the Plugin from Plugins page.
  4. Go to Settings > WP Changes Tracker to view the log.

使用者評論

2017 年 7 月 10 日
Doesn't work with the latest Wordpress
閱讀全部 5 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈WP Changes Tracker〉的開發相關工作。

參與者

將〈WP Changes Tracker〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

2.0.3

  • fixed a typo provoquing a js error.

2.0.2

  • remove deprecated javascript.
  • remove reference to external datatables.js and instead have it served locally.

2.0.1

  • as the log can be huge, added a few ini_set() to increase the chance that downloading the log does not fail 500.

2.0.0

  • Added the possibility to download your log file as .csv (experimental)
  • Added an option to completely erase the log (You get a warning beforehand).

1.1.2

  • Reduced the amount of log items shown by default (see this thread for context.)
  • In some cases, the javascript responsible for datatables would fail. Fixed.
  • From now on, user will be able to choose if the log should keep a trace of an option ‘s value before it was changed. If active, the log will be much heavier but will contain all details useful for tracing down a problem. Defaulted to false.

1.1.1

  • Fixed a basic implementation of the plugin in Multisites mode. (Only available to network admin for now)

1.1

  • Started adding a lot Core and Network (multisite) event logging.
  • Improved logging info: now showing what value(s) changed using array_diff
  • dataTables script finetuning
  • Fixed the DataTables option from only working after manual refresh.

1.0.0.

Initial release. Tracks plugins and option changes.
Dashboard widget available.