外掛說明
You get an email daily if there is some difference between WordPress.org’s Changelog page and readme.txt in SVN trunk.
Only for development!
Features
After activation a “Watch” link is added to each plugin. You may add there a plugin to watch for changelog differences. After clicking on “Watch” it toggles to Unwatch and vice versa.
Activation
The daily (wp-cron) cycle begins when you activate the plugin. The email is sent to the admin email address with subject [<plugin-name>] Changelog mismatch.
The email’s body is the first line (the latest release listed) of the SVN version and the WordPress.org Changelog page. You can write to plugins AT wordpress.org to correct the problem or wait for your next release.
Links
安裝方式
This section describes how to install the plugin and get it working.
- Unzip the plugin to to the
wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
常見問題集
How is it checked precisely?
- WordPress.org’s Plugin Changelog page is parsed (
div.block-content) - readme.txt downloaded from http://plugins.svn.wordpress.org
- and parsed by posting to Readme Validator
- the first 20 lines are compared
Use in production?
Please don’t!
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
0.2.0
- Initial release