forked from 10up/debug-bar-elasticpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·39 lines (28 loc) · 1.04 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
=== Debug Bar ElasticPress ===
Contributors: tlovett1, 10up
Tags: debug, debug bar, elasticpress, elasticsearch
Requires at least: 3.7.1
Tested up to: 4.8
Stable tag: trunk
Extends the Debug Bar plugin for ElasticPress queries.
== Description ==
Adds an [ElasticPress](https://wordpress.org/plugins/elasticpress) panel to the [Debug Bar](https://wordpress.org/plugins/debug-bar/) plugin. Allows you to examine every ElasticPress query running on any given request.
= Requirements: =
* [ElasticPress 1.8+](https://wordpress.org/plugins/elasticpress)
* [Debug Bar 0.8.2+](https://wordpress.org/plugins/debug-bar/)
* PHP 5.4+
== Installation ==
1. Install [ElasticPress](https://wordpress.org/plugins/elasticpress).
2. Install [Debug Bar](https://wordpress.org/plugins/debug-bar/).
3. Install the plugin in WordPress.
== Changelog ==
= 1.2 =
* Show query errors (i.e. cURL timeout)
* Add ?explain to query if GET param is set
= 1.1.1 =
* Only show query body if it exits
= 1.1 =
* Improve formatting
* Show original query args (EP 2.1+)
= 1.0 =
* Initial release