Skip to content

Commit

Permalink
Merge pull request #87 from 10up/release/3.1.0
Browse files Browse the repository at this point in the history
[Release] 3.1.0
  • Loading branch information
felipeelia authored Sep 20, 2023
2 parents ba04f25 + a13a86d commit 0d986d6
Show file tree
Hide file tree
Showing 7 changed files with 188 additions and 62 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ All notable changes to this project will be documented in this file, per [the Ke
### Security
-->

## [3.1.0] - 2023-09-20

### Added
- New button to explain ES queries. Props [@burhandodhy](https://github.com/burhandodhy), [@felipeelia](https://github.com/felipeelia), [@MARQAS](https://github.com/MARQAS), and [@brandwaffle](https://github.com/brandwaffle) via [#79](https://github.com/10up/ElasticPress/pull/79) and [#88](https://github.com/10up/ElasticPress/pull/88).
- New button to Reload and retrieve raw ES document. Props [@burhandodhy](https://github.com/burhandodhy), [@felipeelia](https://github.com/felipeelia), and [@brandwaffle](https://github.com/brandwaffle) via [#79](https://github.com/10up/ElasticPress/pull/79).
- Query types (and context when listing queries in the Query Log admin screen.) Props [@felipeelia](https://github.com/felipeelia) and [@burhandodhy](https://github.com/burhandodhy) via [#82](https://github.com/10up/ElasticPress/pull/82).
- Log query by context, status, and fixed time. Props [@felipeelia](https://github.com/felipeelia) via [#83](https://github.com/10up/ElasticPress/pull/83) and [#86](https://github.com/10up/ElasticPress/pull/86).
- Official support to Query Monitor. Props [@felipeelia](https://github.com/felipeelia) via [#84](https://github.com/10up/ElasticPress/pull/84).

### Security
- Bumped `tough-cookie` from 4.1.2 to 4.1.3. Props [@dependabot](https://github.com/dependabot) via [#75](https://github.com/10up/debug-bar-elasticpress/pull/75).
- Bumped `word-wrap` from 1.2.3 to 1.2.4. Props [@dependabot](https://github.com/dependabot) via [#76](https://github.com/10up/debug-bar-elasticpress/pull/76).

## [3.0.0] - 2023-03-23

This release drops the support for older versions of ElasticPress and PHP.
Expand Down Expand Up @@ -83,6 +96,7 @@ This release drops the support for older versions of WordPress Core, ElasticPres
* Initial release

[Unreleased]: https://github.com/10up/debug-bar-elasticpress/compare/trunk...develop
[3.1.0]: https://github.com/10up/debug-bar-elasticpress/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/10up/debug-bar-elasticpress/compare/2.1.1...3.0.0
[2.1.1]: https://github.com/10up/debug-bar-elasticpress/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/10up/debug-bar-elasticpress/compare/2.0.0...2.1.0
Expand Down
2 changes: 1 addition & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The following acknowledges the Maintainers for this repository, those who have C

The following individuals are responsible for curating the list of issues, responding to pull requests, and ensuring regular releases happen.

[Taylor Lovett (@tlovett1)](https://github.com/tlovett1) and [Vasken Hauri (@brandwaffle)](https://github.com/brandwaffle).
[Vasken Hauri (@brandwaffle)](https://github.com/brandwaffle).

## Contributors

Expand Down
8 changes: 4 additions & 4 deletions debug-bar-elasticpress.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/**
* Plugin Name: Debug Bar ElasticPress
* Plugin Name: ElasticPress Debugging Add-On
* Plugin URI: https://wordpress.org/plugins/debug-bar-elasticpress
* Description: Extends the debug bar plugin for ElasticPress queries.
* Description: Extends the Query Monitor and Debug Bar plugins for ElasticPress queries.
* Author: 10up
* Version: 3.0.0
* Version: 3.1.0
* Author URI: https://10up.com
* Requires PHP: 7.0
* Requires at least: 5.6
Expand All @@ -18,7 +18,7 @@

namespace DebugBarElasticPress;

define( 'EP_DEBUG_VERSION', '3.0.0' );
define( 'EP_DEBUG_VERSION', '3.1.0' );
define( 'EP_DEBUG_URL', plugin_dir_url( __FILE__ ) );
define( 'EP_DEBUG_MIN_EP_VERSION', '4.4.0' );

Expand Down
Loading

0 comments on commit 0d986d6

Please sign in to comment.