All notable changes to this project will be documented in this file, per the Keep a Changelog standard.
3.1.1 - 2024-12-11
- Display the number of queries in Query Monitor's tab title. Props @felipeelia and @burhandodhy via #105.
- ElasticPress as a plugin dependency. Props @jeffpaul via #99.
- More modern versions of GitHub Actions, node, and node packages. Props @felipeelia via #104.
- Notices related to i18n calls. Props @felipeelia and @archon810 via #103.
- Use new plugin name in the admin notice. Props @burhandodhy via #108.
3.1.0 - 2023-09-20
- New button to explain ES queries. Props @burhandodhy, @felipeelia, @MARQAS, and @brandwaffle via #79 and #88.
- New button to Reload and retrieve raw ES document. Props @burhandodhy, @felipeelia, and @brandwaffle via #79.
- Query types (and context when listing queries in the Query Log admin screen.) Props @felipeelia and @burhandodhy via #82.
- Log query by context, status, and fixed time. Props @felipeelia via #83 and #86.
- Official support to Query Monitor. Props @felipeelia via #84.
- Bumped
tough-cookie
from 4.1.2 to 4.1.3. Props @dependabot via #75. - Bumped
word-wrap
from 1.2.3 to 1.2.4. Props @dependabot via #76.
3.0.0 - 2023-03-23
This release drops the support for older versions of ElasticPress and PHP.
- Instructions with error code for failed queries. Props @MARQAS and @felipeelia via #58.
- Buttons to copy or download all requests info. Props @MARQAS, @felipeelia, and @burhandodhy via #63 and #74.
- Compatibility with the WordPress localization system. Props @burhandodhy and @felipeelia via #73.
- SECURITY.md file. Props @felipeelia via #56.
- Set minimum requirement for PHP to 7.0 and ElasticPress to 4.4.0. Props @burhandodhy and @felipeelia via #66.
- CSS and JS code lint by 10up toolkit. Props @burhandodhy via #64.
- Unnecessary
stripslashes()
call when outputting JSON objects. Props @felipeelia, @goldenapples, and @mattonomics via #68. - JS error on copy action. Props @burhandodhy via #72.
- Bumped
minimatch
from 3.0.4 to 3.1.2. Props @dependabot via #57. - Bumped
json5
from 2.2.0 to 2.2.3. Props @dependabot via #60. - Bumped
webpack
from 5.75.0 to 5.76.2. Props @dependabot via #67.
2.1.1 - 2022-08-04
- Fix XSS vulnerability. Props @piotr-bajer and @felipeelia via #52.
- Bumped
path-parse
from 1.0.6 to 1.0.7. Props @dependabot via #49. - Bumps
minimist
from 1.2.5 to 1.2.6. Props @dependabot via #51. - Bumps
ansi-regex
from 5.0.0 to 5.0.1. Props @dependabot via #53.
2.1.0 - 2021-08-09
- ElasticPress and Elasticsearch versions. Props to @oscarssanchez and @felipeelia via #43
- Log of bulk_index requests. Props @felipeelia via #44
- Warning when ElasticPress is indexing. Props @nathanielks and @felipeelia via #45
- Only load CSS and JS files for logged-in users. Props @cbratschi and @felipeelia via #47
2.0.0 - 2021-04-19
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 - 2019-03-01
- Support ElasticPress 3.0+
1.3 - 2017-08-23
- Add query log
1.2 - 2017-03-15
- Show query errors (i.e. cURL timeout)
- Add ?explain to query if GET param is set
1.1.1 - 2016-12-13
- Only show query body if it exits
1.1 - 2016-07-25
- Improve formatting
- Show original query args (EP 2.1+)
1.0 - 2016-01-20
- Initial release