From 1847b0fab53697d945f93e32f28a096084765f8a Mon Sep 17 00:00:00 2001 From: Thiago Benvenuto Date: Tue, 15 Mar 2016 20:26:46 -0300 Subject: [PATCH] Adjusted since version --- includes/class-wc-shipping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-shipping.php b/includes/class-wc-shipping.php index 3b15ed6d011..b4b7f6cf750 100644 --- a/includes/class-wc-shipping.php +++ b/includes/class-wc-shipping.php @@ -249,7 +249,7 @@ class WC_Shipping { * but before Woocommerce does anything with them. A good example of usage is to merge the shipping methods for multiple * packages for marketplaces. * - * @since 2.5.6 + * @since 2.6.0 * * @param array $packages The array of packages after shipping costs are calculated. */