Skip to content

Commit 9046fe5

Browse files
committed
fix(woocommerce): add @SInCE 5.3.4 tags
1 parent 46c745d commit 9046fe5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

includes/classes/Feature/WooCommerce/Products.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ public function price_filter( $args, $query_args, $query ) {
171171
* in when prices are entered without tax but the shop shows including-tax
172172
* prices, the case where the Filter by Price widget sends including-tax bounds.
173173
*
174+
* @since 5.3.4
174175
* @param float $price Raw bound from min_price or max_price.
175176
* @return float
176177
*/

tests/php/features/WooCommerce/TestWooCommerceProduct.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ public function testPriceFilterWithSearchQuery() {
703703
* tax. The Filter by Price widget sends including-tax bounds, which must be
704704
* reduced to the excluding-tax value before the Elasticsearch range query.
705705
*
706+
* @since 5.3.4
706707
* @group woocommerce
707708
* @group woocommerce-products
708709
*/

0 commit comments

Comments
 (0)