Skip to content

Commit

Permalink
Update since tags to 5.1.4 instead of 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Dec 4, 2024
1 parent ab1d053 commit 7d845bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/classes/Elasticsearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ protected function add_query_log( $query ) {
* @hook ep_disable_query_logging
* @param {bool} Whether to log to the queries property. Defaults to false.
* @return {bool} New value
* @since 5.2.0
* @since 5.1.4
*/
$disable_query_logging = apply_filters( 'ep_disable_query_logging', false );

Expand Down
2 changes: 1 addition & 1 deletion includes/classes/Feature/Facets/Facets.php
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ public function get_selected() {
* Filter selected filters.
*
* @hook ep_facet_selected_filters
* @since 5.2.0
* @since 5.1.4
* @param {array} $filters Current filters
* @return {array} New filters
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/php/TestElasticsearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public function testGetIndicesComparison() {
/**
* Test the ep_disable_query_logging filter
*
* @since 5.2.0
* @since 5.1.4
* @group elasticsearch
*/
public function testEpDisableQueryLoggingFilter() {
Expand Down
2 changes: 1 addition & 1 deletion tests/php/features/TestFacet.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ public function test_get_settings_schema() {
/**
* Test ep_facet_selected_filters filter.
*
* @since 5.2.0
* @since 5.1.4
* @group facets
*/
public function test_ep_facet_selected_filters() {
Expand Down

0 comments on commit 7d845bd

Please sign in to comment.