Version Description
Download this release
Release Info
Developer | johnbillion |
Plugin | Query Monitor |
Version | 3.6.3 |
Comparing to | |
See all releases |
Code changes from version 3.6.2 to 3.6.3
- assets/query-monitor-dark.css +1 -1
- assets/query-monitor.css +1 -1
- query-monitor.php +1 -1
- readme.txt +6 -12
assets/query-monitor-dark.css
CHANGED
@@ -374,7 +374,7 @@ body.admin-color-light #wp-admin-bar-query-monitor:not(.qm-all-clear):not(:hover
|
|
374 |
}
|
375 |
|
376 |
#query-monitor-main #qm-title .qm-button-container-close .dashicons {
|
377 |
-
font-size:
|
378 |
margin: 3px 0 3px !important;
|
379 |
}
|
380 |
|
374 |
}
|
375 |
|
376 |
#query-monitor-main #qm-title .qm-button-container-close .dashicons {
|
377 |
+
font-size: 20px !important;
|
378 |
margin: 3px 0 3px !important;
|
379 |
}
|
380 |
|
assets/query-monitor.css
CHANGED
@@ -374,7 +374,7 @@ body.admin-color-light #wp-admin-bar-query-monitor:not(.qm-all-clear):not(:hover
|
|
374 |
}
|
375 |
|
376 |
#query-monitor-main #qm-title .qm-button-container-close .dashicons {
|
377 |
-
font-size:
|
378 |
margin: 3px 0 3px !important;
|
379 |
}
|
380 |
|
374 |
}
|
375 |
|
376 |
#query-monitor-main #qm-title .qm-button-container-close .dashicons {
|
377 |
+
font-size: 20px !important;
|
378 |
margin: 3px 0 3px !important;
|
379 |
}
|
380 |
|
query-monitor.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
*
|
11 |
* Plugin Name: Query Monitor
|
12 |
* Description: The Developer Tools Panel for WordPress.
|
13 |
-
* Version: 3.6.
|
14 |
* Plugin URI: https://querymonitor.com/
|
15 |
* Author: John Blackbourn
|
16 |
* Author URI: https://querymonitor.com/
|
10 |
*
|
11 |
* Plugin Name: Query Monitor
|
12 |
* Description: The Developer Tools Panel for WordPress.
|
13 |
+
* Version: 3.6.3
|
14 |
* Plugin URI: https://querymonitor.com/
|
15 |
* Author: John Blackbourn
|
16 |
* Author URI: https://querymonitor.com/
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: johnbillion
|
|
3 |
Tags: debug, debug-bar, debugging, development, developer, performance, profiler, queries, query monitor, rest-api
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.5
|
6 |
-
Stable tag: 3.6.
|
7 |
License: GPLv2 or later
|
8 |
Requires PHP: 5.3
|
9 |
|
@@ -113,9 +113,13 @@ No, I do not accept donations. If you like the plugin, I'd love for you to [leav
|
|
113 |
|
114 |
## Changelog ##
|
115 |
|
|
|
|
|
|
|
|
|
116 |
### 3.6.2 ###
|
117 |
|
118 |
-
*
|
119 |
* Add support for the environment type added in WP 5.5.
|
120 |
* Avoid a potentially blank translation for some plural forms.
|
121 |
* Increase some contrast in dark mode.
|
@@ -461,13 +465,3 @@ New features! Read about them here: https://querymonitor.com/blog/2019/02/new-fe
|
|
461 |
* Add some missing i18n.
|
462 |
* Add some missing table row text.
|
463 |
* Correct the Drop-in Plugins URL for network admin
|
464 |
-
|
465 |
-
### 2.13.3 ###
|
466 |
-
|
467 |
-
- Several RTL and i18n fixes
|
468 |
-
- More compatibility with funky object cache controllers
|
469 |
-
- Link to the Dropins screen when an object cache is in use
|
470 |
-
- Always display the cache information in the overview
|
471 |
-
- Correct filename output for Timber templates
|
472 |
-
- Use latest HHVM on Trusty during Travis testing
|
473 |
-
|
3 |
Tags: debug, debug-bar, debugging, development, developer, performance, profiler, queries, query monitor, rest-api
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.5
|
6 |
+
Stable tag: 3.6.3
|
7 |
License: GPLv2 or later
|
8 |
Requires PHP: 5.3
|
9 |
|
113 |
|
114 |
## Changelog ##
|
115 |
|
116 |
+
### 3.6.3 ###
|
117 |
+
|
118 |
+
* Correct the size of the close icon.
|
119 |
+
|
120 |
### 3.6.2 ###
|
121 |
|
122 |
+
* Capture and display the most recent PHP error that occurred before QM loaded.
|
123 |
* Add support for the environment type added in WP 5.5.
|
124 |
* Avoid a potentially blank translation for some plural forms.
|
125 |
* Increase some contrast in dark mode.
|
465 |
* Add some missing i18n.
|
466 |
* Add some missing table row text.
|
467 |
* Correct the Drop-in Plugins URL for network admin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|