Skip to content

Latest commit

 

History

History
123 lines (92 loc) · 8.33 KB

CHANGELOG.md

File metadata and controls

123 lines (92 loc) · 8.33 KB

Changelog

All notable changes to this project will be documented in this file, per the Keep a Changelog standard.

3.1.1 - 2024-12-11

Added

Changed

  • More modern versions of GitHub Actions, node, and node packages. Props @felipeelia via #104.

Fixed

3.1.0 - 2023-09-20

Added

Security

3.0.0 - 2023-03-23

This release drops the support for older versions of ElasticPress and PHP.

Added

Changed

Fixed

Security

2.1.1 - 2022-08-04

Security

2.1.0 - 2021-08-09

Added

Changed

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