Skip to content

Releases: petenelson/wp-rest-api-log

1.6.7

31 Mar 21:55
1473bc3
Compare
Choose a tag to compare
  • 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

01 Aug 13:58
Compare
Choose a tag to compare

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

30 May 13:23
Compare
Choose a tag to compare

May 26, 2017

  • Fixed an issue with the URL in the settings tabs (props davidanderson)

1.6.3

26 May 17:01
Compare
Choose a tag to compare

March 28, 2017

  • Updated logging for multidimensional query parameters (props mnelson4)

1.6.2

28 Mar 13:46
Compare
Choose a tag to compare

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

21 Feb 19:17
Compare
Choose a tag to compare

February 15, 2017

  • Removed hidden custom taxonomies from the navigation menu admin (props phh for the pull request).

1.5.0

15 Feb 18:48
Compare
Choose a tag to compare

February 2, 2017

  • Added logging for the user making the request (props drsdre for the pull request).
  • Added Settings and Log links from the Plugins page.
  • Updated term fetching when viewing log entries for fewer database queries and better performance.
  • Updated highlight.js to 9.9.0

1.4.0

03 Feb 00:32
Compare
Choose a tag to compare

January 20, 2017

  • Added the ability to filter routes for logging, either include or exclude specific routes.

1.3.0

06 Dec 04:31
Compare
Choose a tag to compare

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

10 Jun 13:15
Compare
Choose a tag to compare

May 15, 2016

  • Fixed error during activation (props pavelevap)