Descriere
Adds an ElasticPress panel to the Debug Bar plugin. Allows you to examine every ElasticPress query running on any given request.
Cerințe:
- ElasticPress 4.4.0+
- Debug Bar 1.0+
- PHP 7.0+
Instalare
- Install ElasticPress.
- Install Debug Bar.
- Install the plugin in WordPress.
Recenzii
Contributori și dezvoltatori
„Debug Bar ElasticPress” este un software open-source. La acest modul au contribuit următoarele persoane.
Contributori„Debug Bar ElasticPress” a fost tradus în 1 locală. Mulțumim traducătorilor pentru contribuția lor.
Tradu „Debug Bar ElasticPress” în limba ta.
Te interesează dezvoltarea?
Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.
Istoric modificări
[3.0.0] – 2023-03-23
This release drops the support for older versions of ElasticPress and PHP.
Added:
- Instructions with error code for failed queries. Props @MARQAS and @felipeelia.
- Buttons to copy or download all requests info. Props @MARQAS, @felipeelia, and @burhandodhy.
- Compatibility with the WordPress localization system. Props @burhandodhy and @felipeelia.
- SECURITY.md file. Props @felipeelia.
Changed:
- Set minimum requirement for PHP to 7.0 and ElasticPress to 4.4.0. Props @burhandodhy and @felipeelia.
- CSS and JS code lint by 10up toolkit. Props @burhandodhy.
Fixed:
- Unnecessary
stripslashes()
call when outputting JSON objects. Props @felipeelia, @goldenapples, and @mattonomics. - JS error on copy action. Props @burhandodhy.
Security:
- Bumped
minimatch
from 3.0.4 to 3.1.2. Props @dependabot. - Bumped
json5
from 2.2.0 to 2.2.3. Props @dependabot. - Bumped
webpack
from 5.75.0 to 5.76.2. Props @dependabot.
[2.1.1] – 2022-08-04
Security:
- Fix XSS vulnerability. Props @piotr-bajer and @felipeelia.
- Bumped
path-parse
from 1.0.6 to 1.0.7. Props @dependabot. - Bumps
minimist
from 1.2.5 to 1.2.6. Props @dependabot. - Bumps
ansi-regex
from 5.0.0 to 5.0.1. Props @dependabot.
2.1.0
Added:
- ElasticPress and Elasticsearch versions. Props to @oscarssanchez and @felipeelia.
- Log of bulk_index requests. Props @felipeelia.
- Warning when ElasticPress is indexing. Props @nathanielks and @felipeelia.
Changed:
- Only load CSS and JS files for logged-in users. Props @cbratschi and @felipeelia.
2.0.0
This release drops the support for older versions of WordPress Core, ElasticPress and Debug Bar.
- Code refactoring. Props @felipeelia
- Fixed Query Logs in EP Dashboard @felipeelia
- Fixed typo from „clsas” to „class” in the query output. Props @Rahmon
1.4
- Support ElasticPress 3.0+
1.3
- Add query log
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
- Lansare inițială