Releases: agencenous/wp-reporting
Releases · agencenous/wp-reporting
v1.8.1
- Removes an exit if not in WP context
v1.8
- Adds autoload declaration
- Adds
wp-reporting-encode-email
bin command
v1.7
- Highlight new projects in the settings page
- Refactor files structure according to PSR2
- Fix error when JS script is loaded too soon
v1.6
- 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
- Uses wp_add_inline_script instead of wp_localize_script
- Uses wp_register_script after wp_enqueue_scripts
v1.5
- Adds support for Javascript errors
v1.4
- Send logs in HTML format
- Reduce trace stack, because too much data causes errors
- cleanup wp-reporting from stack trace
v1.3
- Add
only_in_dir
option
- Add file & line in log
v1.2
- Add
listen()
/ stop()
method to listen to exceptions
- Add
trace_in_logs
option
- Add global trace of exceptions
v1.1.3
- Test "to" parameters before parsing. Fix strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated