Skip to content

Commit

Permalink
Mark as 2.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Mar 9, 2015
1 parent 30e45dc commit 0e9b963
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Here's an example of Query Monitor's output. This is the panel showing aggregate
* [Theme](#theme)
* [PHP Errors](#php-errors)
* [Request](#request)
* [Scripts & Styles](#scripts--styles)
* [HTTP Requests](#http-requests)
* [Redirects](#redirects)
* [AJAX](#ajax)
Expand Down Expand Up @@ -54,7 +55,7 @@ Filtering queries by component or calling function makes it easy to see which pl

## Hooks ##

* Shows all hooks fired on the current page, along with hooked actions and their priorities
* Shows all hooks fired on the current page, along with hooked actions, their priorities, and their components
* Filter hooks by **part of their name**
* Filter actions by **component** (WordPress core, Plugin X, Plugin Y, theme)

Expand All @@ -74,6 +75,12 @@ Filtering queries by component or calling function makes it easy to see which pl
* Shows **matched rewrite rules** and associated query strings
* Shows **query vars** for the current request, and highlights **custom query vars**
* Shows the **queried object** details (collapsed by default)
* Shows details of the **current blog** (multisite only) and **current site** (multi-network only)

## Scripts & Styles ##

* Shows all **enqueued scripts and styles** on the current page, along with their URL and version
* Shows their **dependencies and dependents**, and alerts you to any **broken dependencies**

## HTTP Requests ##

Expand Down
2 changes: 1 addition & 1 deletion query-monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Query Monitor
Description: Monitoring of database queries, hooks, conditionals and more.
Version: 2.6.10
Version: 2.7.0
Plugin URI: https://querymonitor.com/
Author: John Blackbourn
Author URI: https://johnblackbourn.com/
Expand Down

0 comments on commit 0e9b963

Please sign in to comment.