Releases: petenelson/wp-rest-api-log
Releases · petenelson/wp-rest-api-log
1.6.7
- Added admin notice about running the plugin on a production server
- Set the default purge days to 7
- Moved taxonomy registration to a separate file, made taxonomies not public to prevent them from automatically showing in Yoast SEO sitemaps (#129)
- Updated clipboard.js version
- Updated highlight.js
- Updated minimum WP version to 4.7
- Updated unit test framework
1.6.5
July 26, 2017
- Fixed some escaping issues in admin and new-line characters when saving to database (props davidanderson)
- Updated highlight.js and clipboard.js versions
1.6.4
May 26, 2017
- Fixed an issue with the URL in the settings tabs (props davidanderson)
1.6.3
March 28, 2017
- Updated logging for multidimensional query parameters (props mnelson4)
1.6.2
March 10, 2017
- Fixed bug in HTTPS download URLs.
- Fixed bug in download URL permissions.
March 9, 2017
- Added ability to download request and response fields as JSON files, as well as copy to clipboard.
- Added button on settings page to Purge All Log Entries.
- Tweaked some of the ElasticPress routes that skip logging.
February 21, 2017
- Fixed a bug with ElasticPress logging getting stuck in a loop regarding the _nodes/plugins URL.
1.5.1
1.5.0
1.4.0
January 20, 2017
- Added the ability to filter routes for logging, either include or exclude specific routes.
1.3.0
December 5, 2016
- Added support for logging HTTP_X_FORWARDED_FOR, useful for servers behind a proxy or load balancer.
- Changed plugin name to REST API Log
- Changed the wp-rest-api-log post type 'public' setting to false to prevent it from showing up in searches.
- Updated Highlight JS version to 9.7.0
- Updated the internal process for granting administrator role access to the custom post type
- Bug fix: Header values with colons were not being stored correctly.
- Bug fix: Use proper HTML escaping when viewing log entries.
July 6, 2016
- Added support for ElasticPress logging
- Fixed undefined constant error on Help page (props vinigarcia87)
1.1.1
May 15, 2016
- Fixed error during activation (props pavelevap)