= 4.1.4 (2024-05-08) =

- Added "blackbar/hooks/all" filter hook
- Added highlighting of major WordPress hooks
- Added support for static callables used for hook callbacks in Site Reviews
- Change minimum PHP version to 7.4
- Change minimum WordPress version to 6.1

= 4.1.3 (2024-05-08) =

- Added "blackbar/hooks/all" filter hook
- Added highlighting of major WordPress hooks
- Added support for static callables used for hook callbacks in Site Reviews
- Change minimum PHP version to 7.4
- Change minimum WordPress version to 6.1

= 4.1.2 (2024-05-08) =

- Added "blackbar/hooks/all" filter hook
- Added highlighting of major WordPress hooks
- Added support for static callables used for hook callbacks in Site Reviews
- Change minimum PHP version to 7.4
- Change minimum WordPress version to 6.1

= 4.1.1 (2024-05-08) =

- Added "blackbar/hooks/all" filter hook
- Added highlighting of major WordPress hooks
- Added support for static callables used for hook callbacks in Site Reviews
- Change minimum PHP version to 7.4
- Change minimum WordPress version to 6.1

= 4.1.0 (2024-05-08) =

- Added "blackbar/hooks/all" filter hook
- Added highlighting of major WordPress hooks
- Added support for static callables used for hook callbacks in Site Reviews
- Change minimum PHP version to 7.4
- Change minimum WordPress version to 6.1

= 4.0.3 (2023-10-11) =

- Fixed debugging of non-scalar values
- Fixed display of console values with an Unknown log level

= 4.0.2 (2023-09-18) =

- Fixed PHP 7 support
- Fixed console values which include HTML

= 4.0.1 (2023-03-04) =

- Added cache busting to enqueued assets
- Added console level filter counts
- Added HTTP_COOKIE value to INPUT_SERVER globals

= 4.0.0 (2023-02-13) =

- Added console level filters
- Added sorting to Action/Filter Hooks
- Added syntax highlighting to console entries
- Added trace information to SQL queries
- Beautified SQL formating
- Changed Profiler usage (use the "timer:start" and "timer:stop" hooks)
- Improved Profiler, it is now also more accurate
- Refreshed UI
- Requires PHP >= 7.3

= 3.1.0 (2023-02-05) =

- Added sorting to SQL queries
- Fixed filter by time on Hooks panel

= 3.0.0 (2023-02-04) =

- Added the Hooks panel which measures slow action and filter hooks
- BlackBar is now disabled for non-administrators. To enable it for all users, use the following filter hook: `add_filter('blackbar/enabled', 'is_user_logged_in');`
- PHP >= 7.2 required
- WordPress >= 5.8 required

= 2.2.2 (2020-12-18) =

- WordPress 5.6 support

= 2.2.1 (2019-03-11) =

- Fixed CSS styles

= 2.2.0 (2019-03-10) =

- Added ability to add a log level to the console (i.e. 'debug', 'warning', 'error', etc.)
- Fixed CSS styles

= 2.1.4 (2019-02-15) =

- Fixed CSS styles

= 2.1.3 (2019-01-28) =

- Updated plugin URL

= 2.1.2 (2019-01-18) =

- Fixed javascript error when [SAVEQUERIES](https://codex.wordpress.org/Debugging_in_WordPress#SAVEQUERIES) is not enabled

= 2.1.1 (2018-12-26) =

- Fixed code highlighting

= 2.1.0 (2018-09-08) =

- Added a "blackbar/enabled" filter hook which returns true or false. This can be used in your theme's functions.php file to restrict the blackbar from displaying for specific users (or non-logged-in users).

= 2.0.0 (2018-07-18) =

- Added a console tab (replaces the Errors tab, see the FAQ on how to use)
- Fixed SQL execution time filter
- Fixed miscellaneous styling issues
- Press ESC to close the blackbar panel
- Updated activation requirements check
- Updated minimum requirements to PHP 5.6/WP 4.7

= 1.2.0 (2018-04-23) =

- Display loaded templates from the active theme
- Fixed CSS styles

= 1.1.0 (2018-04-21) =

- Lowered PHP requirement to 5.4
- Fixed CSS styles
- Fixed plugin activation class
- Fixed query logging

= 1.0.0 (2018-02-22) =

- Initial plugin release
