Changes
- Added: includes/deprecated.php for deprecated functions, excluding original immediate action tracing
- Changed: Dependent upon oik v2.6-alpha.0525 for .php versions of include files
- Changed: Deprecated some .inc files in favour of .php files.
- Changed: Moved bw_this_plugin_first() to admin/oik-bwtrace.inc
- Changed: Relabelled ‘Count immediate actions’ to ‘Count action hooks and filters’
- Changed: Added options for specific action tracing functionality that was previously hardcoded
- Changed: bw_summarise_actions() – deprecated; no longer called by bw_action_summary()
- Changed: oik action options page rewrite;
- Changed: removed the slow action trace logic.
- Disabled: Disabled immediate action tracing… the last WordPress version for which this logic was supported was 3.6
- Changed: Improved some docblock comments
- Added: includes/_oik-bwtrace-mu.php – implements the MU version of the plugin
- Changed: Moved bw_lazy_trace_config_startup() to includes/bwtrace-config.php
- Changed: bw_lazy_trace_config_startup() now supports BW_COUNT_ON constant. When true it loads the action hook and filter counting logic and ‘activates’ the MU version of the plugin
- Changed: oik-bwtrace.php now uses oik_bwtrace_loaded() to perform startup processing