From 93aae26b1b0c850de73ab15264c922ed9ead896a Mon Sep 17 00:00:00 2001 From: Tofandel Date: Wed, 6 Sep 2023 20:28:40 +0200 Subject: [PATCH] Change deprecated version --- plugins/woocommerce/includes/class-wc-cart-fees.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce/includes/class-wc-cart-fees.php b/plugins/woocommerce/includes/class-wc-cart-fees.php index bc8d6633f4b..ed1b98cacfc 100644 --- a/plugins/woocommerce/includes/class-wc-cart-fees.php +++ b/plugins/woocommerce/includes/class-wc-cart-fees.php @@ -43,7 +43,7 @@ final class WC_Cart_Fees { /** * Constructor. Reference to the cart. * - * @param null $deprecated Deprecated since WooCommerce 8.0.4. + * @param null $deprecated Deprecated since WooCommerce 8.2.0. * * @since 3.2.0 */ @@ -52,7 +52,7 @@ final class WC_Cart_Fees { wc_doing_it_wrong( 'new WC_Cart_Fees', 'You don\'t need to pass a cart parameter to the WC_Cart_Fees constructor anymore', - '8.0.4' + '8.2.0' ); } }