Releases: 10up/debug-bar-elasticpress
Releases · 10up/debug-bar-elasticpress
Version 3.1.1
Added
- 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.
Changed
- More modern versions of GitHub Actions, node, and node packages. Props @felipeelia via #104.
Fixed
- Notices related to i18n calls. Props @felipeelia and @archon810 via #103.
- Use new plugin name in the admin notice. Props @burhandodhy via #108.
See: https://github.com/10up/debug-bar-elasticpress/milestone/8?closed=1
Version 3.1.0
Added
- 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.
Security
- 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.
See: https://github.com/10up/debug-bar-elasticpress/milestone/6?closed=1
Version 3.0.0
This release drops the support for older versions of ElasticPress and PHP.
Added
- 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.
Changed
- 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.
Fixed
- Unnecessary
stripslashes()
call when outputting JSON objects. Props @felipeelia, @goldenapples, and @mattonomics via #68. - JS error on copy action. Props @burhandodhy via #72.
Security
- 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.
See: https://github.com/10up/debug-bar-elasticpress/milestone/4?closed=1
Version 2.1.1
Security
- 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. - Bumped
minimist
from 1.2.5 to 1.2.6. Props @dependabot via #51. - Bumped
ansi-regex
from 5.0.0 to 5.0.1. Props @dependabot via #53.
See: https://github.com/10up/debug-bar-elasticpress/milestone/5?closed=1
Version 2.1.0
Added
- 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
Changed
- Only load CSS and JS files for logged-in users. Props @cbratschi and @felipeelia via #47
See: https://github.com/10up/debug-bar-elasticpress/milestone/3?closed=1
Version 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. Props @felipeelia
- Fixed typo from "clsas" to "class" in the query output. Props @Rahmon