Skip to content

Commit

Permalink
v2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pryley committed Mar 10, 2019
1 parent 21423ee commit 673b892
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions +/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ body.blackbar #adminmenu {
margin: 0 !important;
text-shadow: none !important;
background: none !important;
table-layout: auto;
}
#glbb-debug-bar table.glbb-queries-table {
margin-top: 90px !important;
Expand Down
2 changes: 1 addition & 1 deletion assets/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blackbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Plugin Name: Black Bar
* Plugin URI: https://wordpress.org/plugins/blackbar
* Description: Black Bar is a Debug Bar for WordPress developers.
* Version: 2.2.0
* Version: 2.2.1
* Author: Paul Ryley
* Author URI: https://profiles.wordpress.org/pryley#content-plugins
* License: GPL3
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: blackbar, black bar, debug bar, debugbar, debugging, development, blackbox
Requires at least: 4.7.0
Requires PHP: 5.6.0
Tested up to: 5.1
Stable tag: 2.2.0
Stable tag: 2.2.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -72,7 +72,11 @@ add_filter( 'blackbar/enabled', function( $bool ) {

== Changelog ==

= 2.2.0 (2019-03-11) =
= 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
Expand Down

0 comments on commit 673b892

Please sign in to comment.