Releases: petenelson/wp-rest-api-log
Releases · petenelson/wp-rest-api-log
1.1.0
April 28 2016
- Added cron job to cleanup old log entries
- Added setting to exclude the WP core /oembed API endpoint
- Don't diplay log entries in the Insert Link modal
v1.0.0-beta2
v1.0.0-beta2 April 10, 2016
- Switched from custom tables to built-in WordPress tables using a custom post type (wp-rest-api-log)
- Method, status, and source are now tracked using taxonomies
- Viewing log entries now uses the standard WordPress admin UI, includes filters for method, status, and source
- Added admin settings with the option to enable or disable logging
- Added WP-CLI support: wp rest-api-log
- Added .pot file to support translations