Skip to content

Releases: agencenous/wp-reporting

v1.8.1

21 May 12:50
834bc4b
Compare
Choose a tag to compare
  • Removes an exit if not in WP context

v1.8

22 Mar 15:53
Compare
Choose a tag to compare
  • Adds autoload declaration
  • Adds wp-reporting-encode-email bin command

v1.7

16 Feb 11:44
Compare
Choose a tag to compare
  • Highlight new projects in the settings page
  • Refactor files structure according to PSR2
  • Fix error when JS script is loaded too soon

v1.6

15 Nov 16:12
Compare
Choose a tag to compare
  • Add options to add context per project
  • Remove ABSPATH from trace
  • Wrap data in readable blocks
  • Make properties private
  • Allows to pass default value to settings::Get

v1.5.1

14 Nov 16:32
Compare
Choose a tag to compare
  • Uses wp_add_inline_script instead of wp_localize_script
  • Uses wp_register_script after wp_enqueue_scripts

v1.5

31 Oct 14:33
Compare
Choose a tag to compare
  • Adds support for Javascript errors

v1.4

21 Jun 14:43
Compare
Choose a tag to compare
  • Send logs in HTML format
  • Reduce trace stack, because too much data causes errors
  • cleanup wp-reporting from stack trace

v1.3

25 May 09:54
Compare
Choose a tag to compare
  • Add only_in_dir option
  • Add file & line in log

v1.2

25 May 09:13
Compare
Choose a tag to compare
  • Add listen() / stop() method to listen to exceptions
  • Add trace_in_logs option
  • Add global trace of exceptions

v1.1.3

16 May 13:31
Compare
Choose a tag to compare
  • Test "to" parameters before parsing. Fix strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated