diff --git a/plugins/woocommerce/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php b/plugins/woocommerce/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php index 0bbba272549..a34f45ff284 100644 --- a/plugins/woocommerce/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php +++ b/plugins/woocommerce/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php @@ -4,6 +4,7 @@ * * @package WooCommerce\Classes * @since 3.6.0 + * @version 1.0.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/archive-product.php b/plugins/woocommerce/templates/archive-product.php index 625e2548075..cb7b78a261a 100644 --- a/plugins/woocommerce/templates/archive-product.php +++ b/plugins/woocommerce/templates/archive-product.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.4.0 + * @version 3.4.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/auth/footer.php b/plugins/woocommerce/templates/auth/footer.php index 6754347e617..95a10d41f1f 100644 --- a/plugins/woocommerce/templates/auth/footer.php +++ b/plugins/woocommerce/templates/auth/footer.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Auth - * @version 2.4.0 + * @version 2.4.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/auth/form-grant-access.php b/plugins/woocommerce/templates/auth/form-grant-access.php index dd9a34b71b5..9421ce1d7e4 100644 --- a/plugins/woocommerce/templates/auth/form-grant-access.php +++ b/plugins/woocommerce/templates/auth/form-grant-access.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Auth - * @version 4.3.0 + * @version 4.3.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/auth/form-login.php b/plugins/woocommerce/templates/auth/form-login.php index 17dc86ab3a3..5bd1e848687 100644 --- a/plugins/woocommerce/templates/auth/form-login.php +++ b/plugins/woocommerce/templates/auth/form-login.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Auth - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/auth/header.php b/plugins/woocommerce/templates/auth/header.php index c84565f7cca..7e48084367e 100644 --- a/plugins/woocommerce/templates/auth/header.php +++ b/plugins/woocommerce/templates/auth/header.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Auth - * @version 2.4.0 + * @version 2.4.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/cart/cart-empty.php b/plugins/woocommerce/templates/cart/cart-empty.php index 99127c52130..6b7df83e1c8 100644 --- a/plugins/woocommerce/templates/cart/cart-empty.php +++ b/plugins/woocommerce/templates/cart/cart-empty.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/cart/cart-item-data.php b/plugins/woocommerce/templates/cart/cart-item-data.php index 337d8c15303..7a04b5e3821 100644 --- a/plugins/woocommerce/templates/cart/cart-item-data.php +++ b/plugins/woocommerce/templates/cart/cart-item-data.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.4.0 + * @version 2.4.1 */ if ( ! defined( 'ABSPATH' ) ) { exit; diff --git a/plugins/woocommerce/templates/cart/cart-shipping.php b/plugins/woocommerce/templates/cart/cart-shipping.php index a612df585ad..f5fccc35ea9 100644 --- a/plugins/woocommerce/templates/cart/cart-shipping.php +++ b/plugins/woocommerce/templates/cart/cart-shipping.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.3.0 + * @version 7.3.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/cart/cart-totals.php b/plugins/woocommerce/templates/cart/cart-totals.php index d8db89db030..002fce8f043 100644 --- a/plugins/woocommerce/templates/cart/cart-totals.php +++ b/plugins/woocommerce/templates/cart/cart-totals.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.3.6 + * @version 2.3.7 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/cart/cart.php b/plugins/woocommerce/templates/cart/cart.php index 6b3b5e79b26..145b560c494 100644 --- a/plugins/woocommerce/templates/cart/cart.php +++ b/plugins/woocommerce/templates/cart/cart.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.9.0 + * @version 7.9.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/cart/cross-sells.php b/plugins/woocommerce/templates/cart/cross-sells.php index ab0daee601d..96d454a2078 100644 --- a/plugins/woocommerce/templates/cart/cross-sells.php +++ b/plugins/woocommerce/templates/cart/cross-sells.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 4.4.0 + * @version 4.4.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/cart/mini-cart.php b/plugins/woocommerce/templates/cart/mini-cart.php index 2dd53fb32ba..0340a6f1c55 100644 --- a/plugins/woocommerce/templates/cart/mini-cart.php +++ b/plugins/woocommerce/templates/cart/mini-cart.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.9.0 + * @version 7.9.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/cart/proceed-to-checkout-button.php b/plugins/woocommerce/templates/cart/proceed-to-checkout-button.php index 41016a916dc..dfc83deee51 100644 --- a/plugins/woocommerce/templates/cart/proceed-to-checkout-button.php +++ b/plugins/woocommerce/templates/cart/proceed-to-checkout-button.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/cart/shipping-calculator.php b/plugins/woocommerce/templates/cart/shipping-calculator.php index c53996810ce..fc6214027a6 100644 --- a/plugins/woocommerce/templates/cart/shipping-calculator.php +++ b/plugins/woocommerce/templates/cart/shipping-calculator.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/checkout/cart-errors.php b/plugins/woocommerce/templates/checkout/cart-errors.php index 4a498142508..909fdd3fefa 100644 --- a/plugins/woocommerce/templates/checkout/cart-errors.php +++ b/plugins/woocommerce/templates/checkout/cart-errors.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.5.0 + * @version 3.5.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/checkout/form-billing.php b/plugins/woocommerce/templates/checkout/form-billing.php index deee8c74fd3..e6d4af3a65c 100644 --- a/plugins/woocommerce/templates/checkout/form-billing.php +++ b/plugins/woocommerce/templates/checkout/form-billing.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.6.0 + * @version 3.6.1 * @global WC_Checkout $checkout */ diff --git a/plugins/woocommerce/templates/checkout/form-checkout.php b/plugins/woocommerce/templates/checkout/form-checkout.php index 4c11ed943c5..27c7a512096 100644 --- a/plugins/woocommerce/templates/checkout/form-checkout.php +++ b/plugins/woocommerce/templates/checkout/form-checkout.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.5.0 + * @version 3.5.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/checkout/form-coupon.php b/plugins/woocommerce/templates/checkout/form-coupon.php index 9d57d2d7eb2..34c949a8f6b 100644 --- a/plugins/woocommerce/templates/checkout/form-coupon.php +++ b/plugins/woocommerce/templates/checkout/form-coupon.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/checkout/form-login.php b/plugins/woocommerce/templates/checkout/form-login.php index fc34c1bce37..b41f8d0fc07 100644 --- a/plugins/woocommerce/templates/checkout/form-login.php +++ b/plugins/woocommerce/templates/checkout/form-login.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.8.0 + * @version 3.8.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/checkout/form-pay.php b/plugins/woocommerce/templates/checkout/form-pay.php index 860bd50e7c1..dbe442fd1b3 100644 --- a/plugins/woocommerce/templates/checkout/form-pay.php +++ b/plugins/woocommerce/templates/checkout/form-pay.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 8.2.0 + * @version 8.2.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/checkout/form-shipping.php b/plugins/woocommerce/templates/checkout/form-shipping.php index 15edc703383..6d344c7b7ed 100644 --- a/plugins/woocommerce/templates/checkout/form-shipping.php +++ b/plugins/woocommerce/templates/checkout/form-shipping.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.6.0 + * @version 3.6.1 * @global WC_Checkout $checkout */ diff --git a/plugins/woocommerce/templates/checkout/form-verify-email.php b/plugins/woocommerce/templates/checkout/form-verify-email.php index 1d4c198bea9..320c394b24f 100644 --- a/plugins/woocommerce/templates/checkout/form-verify-email.php +++ b/plugins/woocommerce/templates/checkout/form-verify-email.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.9.0 + * @version 7.9.1 * * @var bool $failed_submission Indicates if the last attempt to verify failed. * @var string $verify_url The URL for the email verification form. diff --git a/plugins/woocommerce/templates/checkout/order-receipt.php b/plugins/woocommerce/templates/checkout/order-receipt.php index 541c52a3650..56087fa9514 100644 --- a/plugins/woocommerce/templates/checkout/order-receipt.php +++ b/plugins/woocommerce/templates/checkout/order-receipt.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.2.0 + * @version 3.2.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/checkout/order-received.php b/plugins/woocommerce/templates/checkout/order-received.php index 380bb5f832f..122a32fe9b8 100644 --- a/plugins/woocommerce/templates/checkout/order-received.php +++ b/plugins/woocommerce/templates/checkout/order-received.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 8.3.0 + * @version 8.3.1 * * @var WC_Order|false $order */ diff --git a/plugins/woocommerce/templates/checkout/payment-method.php b/plugins/woocommerce/templates/checkout/payment-method.php index ea8d547c650..0451a56eac8 100644 --- a/plugins/woocommerce/templates/checkout/payment-method.php +++ b/plugins/woocommerce/templates/checkout/payment-method.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.5.0 + * @version 3.5.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/checkout/payment.php b/plugins/woocommerce/templates/checkout/payment.php index 3785b58079c..60d95196667 100644 --- a/plugins/woocommerce/templates/checkout/payment.php +++ b/plugins/woocommerce/templates/checkout/payment.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 8.1.0 + * @version 8.1.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/checkout/review-order.php b/plugins/woocommerce/templates/checkout/review-order.php index 7a3dfd01a68..9c6c5301fbf 100644 --- a/plugins/woocommerce/templates/checkout/review-order.php +++ b/plugins/woocommerce/templates/checkout/review-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 5.2.0 + * @version 5.2.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/checkout/thankyou.php b/plugins/woocommerce/templates/checkout/thankyou.php index 71dfa7926fb..1620780c147 100644 --- a/plugins/woocommerce/templates/checkout/thankyou.php +++ b/plugins/woocommerce/templates/checkout/thankyou.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 8.1.0 + * @version 8.1.1 * * @var WC_Order $order */ diff --git a/plugins/woocommerce/templates/content-product-cat.php b/plugins/woocommerce/templates/content-product-cat.php index 9da6938dee8..6d7f0c24b02 100644 --- a/plugins/woocommerce/templates/content-product-cat.php +++ b/plugins/woocommerce/templates/content-product-cat.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 4.7.0 + * @version 4.7.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/content-product.php b/plugins/woocommerce/templates/content-product.php index 4766662800c..50a789b4c11 100644 --- a/plugins/woocommerce/templates/content-product.php +++ b/plugins/woocommerce/templates/content-product.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.6.0 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/content-single-product.php b/plugins/woocommerce/templates/content-single-product.php index 1ff1c993b92..f0cdc7bc6e3 100644 --- a/plugins/woocommerce/templates/content-single-product.php +++ b/plugins/woocommerce/templates/content-single-product.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.6.0 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/content-widget-price-filter.php b/plugins/woocommerce/templates/content-widget-price-filter.php index 6201d61111d..6c3b5d562f7 100644 --- a/plugins/woocommerce/templates/content-widget-price-filter.php +++ b/plugins/woocommerce/templates/content-widget-price-filter.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/content-widget-product.php b/plugins/woocommerce/templates/content-widget-product.php index 8afcac89070..dee8e4daa64 100644 --- a/plugins/woocommerce/templates/content-widget-product.php +++ b/plugins/woocommerce/templates/content-widget-product.php @@ -11,7 +11,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.5.5 + * @version 3.5.6 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/content-widget-reviews.php b/plugins/woocommerce/templates/content-widget-reviews.php index 18830c29e7b..cce27545fa4 100644 --- a/plugins/woocommerce/templates/content-widget-reviews.php +++ b/plugins/woocommerce/templates/content-widget-reviews.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.4.0 + * @version 3.4.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/admin-cancelled-order.php b/plugins/woocommerce/templates/emails/admin-cancelled-order.php index b9edeeb5d25..2e7391325db 100644 --- a/plugins/woocommerce/templates/emails/admin-cancelled-order.php +++ b/plugins/woocommerce/templates/emails/admin-cancelled-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 4.1.0 + * @version 4.1.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/emails/admin-failed-order.php b/plugins/woocommerce/templates/emails/admin-failed-order.php index c810a94a425..0dcbbaa416f 100644 --- a/plugins/woocommerce/templates/emails/admin-failed-order.php +++ b/plugins/woocommerce/templates/emails/admin-failed-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 3.7.0 + * @version 3.7.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/emails/admin-new-order.php b/plugins/woocommerce/templates/emails/admin-new-order.php index 138b76ba708..eb0263f4ee9 100644 --- a/plugins/woocommerce/templates/emails/admin-new-order.php +++ b/plugins/woocommerce/templates/emails/admin-new-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\HTML - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/customer-completed-order.php b/plugins/woocommerce/templates/emails/customer-completed-order.php index bb457501468..341b666f07e 100644 --- a/plugins/woocommerce/templates/emails/customer-completed-order.php +++ b/plugins/woocommerce/templates/emails/customer-completed-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 3.7.0 + * @version 3.7.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/emails/customer-invoice.php b/plugins/woocommerce/templates/emails/customer-invoice.php index 847a6bd10f0..73cfee6f54e 100644 --- a/plugins/woocommerce/templates/emails/customer-invoice.php +++ b/plugins/woocommerce/templates/emails/customer-invoice.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 3.7.0 + * @version 3.7.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/emails/customer-new-account.php b/plugins/woocommerce/templates/emails/customer-new-account.php index 0e6e27074d9..503b052ce05 100644 --- a/plugins/woocommerce/templates/emails/customer-new-account.php +++ b/plugins/woocommerce/templates/emails/customer-new-account.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 6.0.0 + * @version 6.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/customer-note.php b/plugins/woocommerce/templates/emails/customer-note.php index ce88a6cad8f..97723f2c4d4 100644 --- a/plugins/woocommerce/templates/emails/customer-note.php +++ b/plugins/woocommerce/templates/emails/customer-note.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 3.7.0 + * @version 3.7.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/emails/customer-on-hold-order.php b/plugins/woocommerce/templates/emails/customer-on-hold-order.php index 39fe169f719..df8b8c2370f 100644 --- a/plugins/woocommerce/templates/emails/customer-on-hold-order.php +++ b/plugins/woocommerce/templates/emails/customer-on-hold-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 7.3.0 + * @version 7.3.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/customer-processing-order.php b/plugins/woocommerce/templates/emails/customer-processing-order.php index 0c384f3a063..0264a8509e2 100644 --- a/plugins/woocommerce/templates/emails/customer-processing-order.php +++ b/plugins/woocommerce/templates/emails/customer-processing-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 3.7.0 + * @version 3.7.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/emails/customer-refunded-order.php b/plugins/woocommerce/templates/emails/customer-refunded-order.php index 7ce68894456..33f95943b11 100644 --- a/plugins/woocommerce/templates/emails/customer-refunded-order.php +++ b/plugins/woocommerce/templates/emails/customer-refunded-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/customer-reset-password.php b/plugins/woocommerce/templates/emails/customer-reset-password.php index ad44c91aaad..b94909d6de3 100644 --- a/plugins/woocommerce/templates/emails/customer-reset-password.php +++ b/plugins/woocommerce/templates/emails/customer-reset-password.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 4.0.0 + * @version 4.0.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/emails/email-addresses.php b/plugins/woocommerce/templates/emails/email-addresses.php index dac2cb73cc2..7cab4ca7e6e 100644 --- a/plugins/woocommerce/templates/emails/email-addresses.php +++ b/plugins/woocommerce/templates/emails/email-addresses.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 5.6.0 + * @version 5.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/emails/email-customer-details.php b/plugins/woocommerce/templates/emails/email-customer-details.php index fa86194375a..bdad9bc0cc6 100644 --- a/plugins/woocommerce/templates/emails/email-customer-details.php +++ b/plugins/woocommerce/templates/emails/email-customer-details.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 2.5.0 + * @version 2.5.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/email-downloads.php b/plugins/woocommerce/templates/emails/email-downloads.php index b8319211829..b7dba64b752 100644 --- a/plugins/woocommerce/templates/emails/email-downloads.php +++ b/plugins/woocommerce/templates/emails/email-downloads.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.4.0 + * @version 3.4.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/email-footer.php b/plugins/woocommerce/templates/emails/email-footer.php index f163bfa20a0..c4870b00b1b 100644 --- a/plugins/woocommerce/templates/emails/email-footer.php +++ b/plugins/woocommerce/templates/emails/email-footer.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 7.4.0 + * @version 7.4.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/email-header.php b/plugins/woocommerce/templates/emails/email-header.php index 7615a44450c..60cdfe4e11c 100644 --- a/plugins/woocommerce/templates/emails/email-header.php +++ b/plugins/woocommerce/templates/emails/email-header.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 7.4.0 + * @version 7.4.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/emails/email-mobile-messaging.php b/plugins/woocommerce/templates/emails/email-mobile-messaging.php index e8013ffbafd..48b72b31959 100644 --- a/plugins/woocommerce/templates/emails/email-mobile-messaging.php +++ b/plugins/woocommerce/templates/emails/email-mobile-messaging.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 7.0 + * @version 7.0.1 */ use Automattic\WooCommerce\Internal\Orders\MobileMessagingHandler; diff --git a/plugins/woocommerce/templates/emails/email-order-details.php b/plugins/woocommerce/templates/emails/email-order-details.php index 35ef1ff6d5e..13dc9d092df 100644 --- a/plugins/woocommerce/templates/emails/email-order-details.php +++ b/plugins/woocommerce/templates/emails/email-order-details.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/email-order-items.php b/plugins/woocommerce/templates/emails/email-order-items.php index 2f6161b4aad..736c6a34ecb 100644 --- a/plugins/woocommerce/templates/emails/email-order-items.php +++ b/plugins/woocommerce/templates/emails/email-order-items.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/email-styles.php b/plugins/woocommerce/templates/emails/email-styles.php index 0a6f28578f7..e074f9e91b1 100644 --- a/plugins/woocommerce/templates/emails/email-styles.php +++ b/plugins/woocommerce/templates/emails/email-styles.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 7.4.0 + * @version 7.4.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php b/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php index f97e9c59e28..24c1088dca9 100644 --- a/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php +++ b/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 4.1.0 + * @version 4.1.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/admin-failed-order.php b/plugins/woocommerce/templates/emails/plain/admin-failed-order.php index e9033d50206..d62e12fe2a3 100644 --- a/plugins/woocommerce/templates/emails/plain/admin-failed-order.php +++ b/plugins/woocommerce/templates/emails/plain/admin-failed-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/admin-new-order.php b/plugins/woocommerce/templates/emails/plain/admin-new-order.php index 4156a212d0d..103db130620 100644 --- a/plugins/woocommerce/templates/emails/plain/admin-new-order.php +++ b/plugins/woocommerce/templates/emails/plain/admin-new-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/customer-completed-order.php b/plugins/woocommerce/templates/emails/plain/customer-completed-order.php index 6c41518059d..da2f004e4c0 100644 --- a/plugins/woocommerce/templates/emails/plain/customer-completed-order.php +++ b/plugins/woocommerce/templates/emails/plain/customer-completed-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/customer-invoice.php b/plugins/woocommerce/templates/emails/plain/customer-invoice.php index 1d192f389e3..95fc04a7ad2 100644 --- a/plugins/woocommerce/templates/emails/plain/customer-invoice.php +++ b/plugins/woocommerce/templates/emails/plain/customer-invoice.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/customer-new-account.php b/plugins/woocommerce/templates/emails/plain/customer-new-account.php index e3d593726d0..f0fa347c206 100644 --- a/plugins/woocommerce/templates/emails/plain/customer-new-account.php +++ b/plugins/woocommerce/templates/emails/plain/customer-new-account.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 6.0.0 + * @version 6.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/customer-note.php b/plugins/woocommerce/templates/emails/plain/customer-note.php index bfce4e3ee62..007e570fe4a 100644 --- a/plugins/woocommerce/templates/emails/plain/customer-note.php +++ b/plugins/woocommerce/templates/emails/plain/customer-note.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php b/plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php index c0460dff5ea..3c65e1e1814 100644 --- a/plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php +++ b/plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 7.3.0 + * @version 7.3.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/customer-processing-order.php b/plugins/woocommerce/templates/emails/plain/customer-processing-order.php index 90474d0e2ab..cdd22fb1ba1 100644 --- a/plugins/woocommerce/templates/emails/plain/customer-processing-order.php +++ b/plugins/woocommerce/templates/emails/plain/customer-processing-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php b/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php index 3caed7fb3fc..982888242a9 100644 --- a/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php +++ b/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/customer-reset-password.php b/plugins/woocommerce/templates/emails/plain/customer-reset-password.php index 47f95d06cdc..5e30016a10d 100644 --- a/plugins/woocommerce/templates/emails/plain/customer-reset-password.php +++ b/plugins/woocommerce/templates/emails/plain/customer-reset-password.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/email-addresses.php b/plugins/woocommerce/templates/emails/plain/email-addresses.php index 87c4e219c71..7a4bb2b7852 100644 --- a/plugins/woocommerce/templates/emails/plain/email-addresses.php +++ b/plugins/woocommerce/templates/emails/plain/email-addresses.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 5.6.0 + * @version 5.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/email-customer-details.php b/plugins/woocommerce/templates/emails/plain/email-customer-details.php index c642e17d790..7b2991a21f3 100644 --- a/plugins/woocommerce/templates/emails/plain/email-customer-details.php +++ b/plugins/woocommerce/templates/emails/plain/email-customer-details.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 3.4.0 + * @version 3.4.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/email-downloads.php b/plugins/woocommerce/templates/emails/plain/email-downloads.php index 0a338a35f33..d29dfbbfc9f 100644 --- a/plugins/woocommerce/templates/emails/plain/email-downloads.php +++ b/plugins/woocommerce/templates/emails/plain/email-downloads.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.4.0 + * @version 3.4.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/email-order-details.php b/plugins/woocommerce/templates/emails/plain/email-order-details.php index 2aafe3f7160..ce471abbd47 100644 --- a/plugins/woocommerce/templates/emails/plain/email-order-details.php +++ b/plugins/woocommerce/templates/emails/plain/email-order-details.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails - * @version 3.7.0 + * @version 3.7.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/emails/plain/email-order-items.php b/plugins/woocommerce/templates/emails/plain/email-order-items.php index 4b8f61f1568..2a52e49ce8b 100644 --- a/plugins/woocommerce/templates/emails/plain/email-order-items.php +++ b/plugins/woocommerce/templates/emails/plain/email-order-items.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates\Emails\Plain - * @version 5.2.0 + * @version 5.2.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/global/breadcrumb.php b/plugins/woocommerce/templates/global/breadcrumb.php index 8ad22ce8db6..de1624db386 100644 --- a/plugins/woocommerce/templates/global/breadcrumb.php +++ b/plugins/woocommerce/templates/global/breadcrumb.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.3.0 + * @version 2.3.1 * @see woocommerce_breadcrumb() */ diff --git a/plugins/woocommerce/templates/global/form-login.php b/plugins/woocommerce/templates/global/form-login.php index b16b3150742..44b5fc32ce1 100644 --- a/plugins/woocommerce/templates/global/form-login.php +++ b/plugins/woocommerce/templates/global/form-login.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/global/quantity-input.php b/plugins/woocommerce/templates/global/quantity-input.php index 4e831837faf..7a66432fc80 100644 --- a/plugins/woocommerce/templates/global/quantity-input.php +++ b/plugins/woocommerce/templates/global/quantity-input.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.8.0 + * @version 7.8.1 * * @var bool $readonly If the input should be set to readonly mode. * @var string $type The input type attribute. diff --git a/plugins/woocommerce/templates/global/sidebar.php b/plugins/woocommerce/templates/global/sidebar.php index 42116697c90..0129b1f6ef1 100644 --- a/plugins/woocommerce/templates/global/sidebar.php +++ b/plugins/woocommerce/templates/global/sidebar.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 1.6.4 + * @version 1.6.5 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/global/wrapper-end.php b/plugins/woocommerce/templates/global/wrapper-end.php index b99010c1d61..5f1c3755e79 100644 --- a/plugins/woocommerce/templates/global/wrapper-end.php +++ b/plugins/woocommerce/templates/global/wrapper-end.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.3.0 + * @version 3.3.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/global/wrapper-start.php b/plugins/woocommerce/templates/global/wrapper-start.php index d46fdf149e1..07a8cd0685c 100644 --- a/plugins/woocommerce/templates/global/wrapper-start.php +++ b/plugins/woocommerce/templates/global/wrapper-start.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.3.0 + * @version 3.3.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/loop/add-to-cart.php b/plugins/woocommerce/templates/loop/add-to-cart.php index e445c87a4de..7631e91d8de 100644 --- a/plugins/woocommerce/templates/loop/add-to-cart.php +++ b/plugins/woocommerce/templates/loop/add-to-cart.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.3.0 + * @version 3.3.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/loop/loop-end.php b/plugins/woocommerce/templates/loop/loop-end.php index 098e072b8a3..e3bbcb7d919 100644 --- a/plugins/woocommerce/templates/loop/loop-end.php +++ b/plugins/woocommerce/templates/loop/loop-end.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.0.0 + * @version 2.0.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/loop/loop-start.php b/plugins/woocommerce/templates/loop/loop-start.php index 535bfdf0258..f392794f94b 100644 --- a/plugins/woocommerce/templates/loop/loop-start.php +++ b/plugins/woocommerce/templates/loop/loop-start.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.3.0 + * @version 3.3.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/loop/no-products-found.php b/plugins/woocommerce/templates/loop/no-products-found.php index 075ad921600..418622102b5 100644 --- a/plugins/woocommerce/templates/loop/no-products-found.php +++ b/plugins/woocommerce/templates/loop/no-products-found.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.8.0 + * @version 7.8.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/loop/orderby.php b/plugins/woocommerce/templates/loop/orderby.php index 556f7008cfc..2e1cf97baba 100644 --- a/plugins/woocommerce/templates/loop/orderby.php +++ b/plugins/woocommerce/templates/loop/orderby.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.6.0 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/loop/pagination.php b/plugins/woocommerce/templates/loop/pagination.php index 23f28afb936..7d085e86f19 100644 --- a/plugins/woocommerce/templates/loop/pagination.php +++ b/plugins/woocommerce/templates/loop/pagination.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.3.1 + * @version 3.3.2 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/loop/price.php b/plugins/woocommerce/templates/loop/price.php index 5980a365ae5..3cc8483888b 100644 --- a/plugins/woocommerce/templates/loop/price.php +++ b/plugins/woocommerce/templates/loop/price.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 1.6.4 + * @version 1.6.5 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/loop/rating.php b/plugins/woocommerce/templates/loop/rating.php index d62c7b0b077..d68ab86cc70 100644 --- a/plugins/woocommerce/templates/loop/rating.php +++ b/plugins/woocommerce/templates/loop/rating.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.6.0 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/loop/result-count.php b/plugins/woocommerce/templates/loop/result-count.php index 3057b470e65..52aee8e39fa 100644 --- a/plugins/woocommerce/templates/loop/result-count.php +++ b/plugins/woocommerce/templates/loop/result-count.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.7.0 + * @version 3.7.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/loop/sale-flash.php b/plugins/woocommerce/templates/loop/sale-flash.php index 1a58a875eec..bd1ffc27fa5 100644 --- a/plugins/woocommerce/templates/loop/sale-flash.php +++ b/plugins/woocommerce/templates/loop/sale-flash.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 1.6.4 + * @version 1.6.5 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/myaccount/dashboard.php b/plugins/woocommerce/templates/myaccount/dashboard.php index f167cbcb41f..3927060205d 100644 --- a/plugins/woocommerce/templates/myaccount/dashboard.php +++ b/plugins/woocommerce/templates/myaccount/dashboard.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 4.4.0 + * @version 4.4.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/myaccount/downloads.php b/plugins/woocommerce/templates/myaccount/downloads.php index 51bc0f6e6a7..77c1859c32a 100644 --- a/plugins/woocommerce/templates/myaccount/downloads.php +++ b/plugins/woocommerce/templates/myaccount/downloads.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.8.0 + * @version 7.8.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/myaccount/form-add-payment-method.php b/plugins/woocommerce/templates/myaccount/form-add-payment-method.php index 989d69e7c2a..963638d5976 100644 --- a/plugins/woocommerce/templates/myaccount/form-add-payment-method.php +++ b/plugins/woocommerce/templates/myaccount/form-add-payment-method.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.8.0 + * @version 7.8.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/form-edit-account.php b/plugins/woocommerce/templates/myaccount/form-edit-account.php index fc70e4bade8..03442b89fa8 100644 --- a/plugins/woocommerce/templates/myaccount/form-edit-account.php +++ b/plugins/woocommerce/templates/myaccount/form-edit-account.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/form-edit-address.php b/plugins/woocommerce/templates/myaccount/form-edit-address.php index 8c263036941..c9969903fbd 100644 --- a/plugins/woocommerce/templates/myaccount/form-edit-address.php +++ b/plugins/woocommerce/templates/myaccount/form-edit-address.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/form-login.php b/plugins/woocommerce/templates/myaccount/form-login.php index f4e4cd3d315..ebc1182590f 100644 --- a/plugins/woocommerce/templates/myaccount/form-login.php +++ b/plugins/woocommerce/templates/myaccount/form-login.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/myaccount/form-lost-password.php b/plugins/woocommerce/templates/myaccount/form-lost-password.php index 91f8f0f6d64..92b4a78b3ce 100644 --- a/plugins/woocommerce/templates/myaccount/form-lost-password.php +++ b/plugins/woocommerce/templates/myaccount/form-lost-password.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/form-reset-password.php b/plugins/woocommerce/templates/myaccount/form-reset-password.php index f7aab874ae8..d36b38310f9 100644 --- a/plugins/woocommerce/templates/myaccount/form-reset-password.php +++ b/plugins/woocommerce/templates/myaccount/form-reset-password.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/lost-password-confirmation.php b/plugins/woocommerce/templates/myaccount/lost-password-confirmation.php index b2bbd282227..5088e6d01e0 100644 --- a/plugins/woocommerce/templates/myaccount/lost-password-confirmation.php +++ b/plugins/woocommerce/templates/myaccount/lost-password-confirmation.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.9.0 + * @version 3.9.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/my-account.php b/plugins/woocommerce/templates/myaccount/my-account.php index eb02675277c..1f74d7ab323 100644 --- a/plugins/woocommerce/templates/myaccount/my-account.php +++ b/plugins/woocommerce/templates/myaccount/my-account.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.5.0 + * @version 3.5.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/my-address.php b/plugins/woocommerce/templates/myaccount/my-address.php index 15c8e40ade0..4f4fe8724c1 100644 --- a/plugins/woocommerce/templates/myaccount/my-address.php +++ b/plugins/woocommerce/templates/myaccount/my-address.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.6.0 + * @version 2.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/my-downloads.php b/plugins/woocommerce/templates/myaccount/my-downloads.php index 99eb92b3220..327e5734c90 100644 --- a/plugins/woocommerce/templates/myaccount/my-downloads.php +++ b/plugins/woocommerce/templates/myaccount/my-downloads.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.0.0 + * @version 2.0.1 * @deprecated 2.6.0 */ diff --git a/plugins/woocommerce/templates/myaccount/navigation.php b/plugins/woocommerce/templates/myaccount/navigation.php index e430fce7072..559fcc55feb 100644 --- a/plugins/woocommerce/templates/myaccount/navigation.php +++ b/plugins/woocommerce/templates/myaccount/navigation.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.6.0 + * @version 2.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/myaccount/orders.php b/plugins/woocommerce/templates/myaccount/orders.php index fc2049fe162..590c5ed5d27 100644 --- a/plugins/woocommerce/templates/myaccount/orders.php +++ b/plugins/woocommerce/templates/myaccount/orders.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.8.0 + * @version 7.8.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/payment-methods.php b/plugins/woocommerce/templates/myaccount/payment-methods.php index 03f52f6842e..f97cf12669b 100644 --- a/plugins/woocommerce/templates/myaccount/payment-methods.php +++ b/plugins/woocommerce/templates/myaccount/payment-methods.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.8.0 + * @version 7.8.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/myaccount/view-order.php b/plugins/woocommerce/templates/myaccount/view-order.php index af42b6c6423..24e010fed0d 100644 --- a/plugins/woocommerce/templates/myaccount/view-order.php +++ b/plugins/woocommerce/templates/myaccount/view-order.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.0.0 + * @version 3.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/notices/error.php b/plugins/woocommerce/templates/notices/error.php index c5fd9b28e3e..36418bf19d7 100644 --- a/plugins/woocommerce/templates/notices/error.php +++ b/plugins/woocommerce/templates/notices/error.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.9.0 + * @version 3.9.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/notices/notice.php b/plugins/woocommerce/templates/notices/notice.php index a0f27a274e9..fdb0c568eb1 100644 --- a/plugins/woocommerce/templates/notices/notice.php +++ b/plugins/woocommerce/templates/notices/notice.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.9.0 + * @version 3.9.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/notices/success.php b/plugins/woocommerce/templates/notices/success.php index da987c3d04a..40d82a540c4 100644 --- a/plugins/woocommerce/templates/notices/success.php +++ b/plugins/woocommerce/templates/notices/success.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.9.0 + * @version 3.9.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/order/form-tracking.php b/plugins/woocommerce/templates/order/form-tracking.php index cd871caea99..3d3739093ed 100644 --- a/plugins/woocommerce/templates/order/form-tracking.php +++ b/plugins/woocommerce/templates/order/form-tracking.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/order/order-again.php b/plugins/woocommerce/templates/order/order-again.php index 492bd611c02..db0a2d5d637 100644 --- a/plugins/woocommerce/templates/order/order-again.php +++ b/plugins/woocommerce/templates/order/order-again.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.8.0 + * @version 7.8.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/order/order-details-customer.php b/plugins/woocommerce/templates/order/order-details-customer.php index 1c209ffb950..aa411bd2ca7 100644 --- a/plugins/woocommerce/templates/order/order-details-customer.php +++ b/plugins/woocommerce/templates/order/order-details-customer.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 5.6.0 + * @version 5.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/order/order-details-item.php b/plugins/woocommerce/templates/order/order-details-item.php index f9857f6dcfb..2566f1ba1c8 100644 --- a/plugins/woocommerce/templates/order/order-details-item.php +++ b/plugins/woocommerce/templates/order/order-details-item.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 5.2.0 + * @version 5.2.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/order/order-details.php b/plugins/woocommerce/templates/order/order-details.php index 6713ceacda8..6bd8da957d5 100644 --- a/plugins/woocommerce/templates/order/order-details.php +++ b/plugins/woocommerce/templates/order/order-details.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.8.0 + * @version 7.8.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/order/order-downloads.php b/plugins/woocommerce/templates/order/order-downloads.php index 5247b11854a..2dac183e051 100644 --- a/plugins/woocommerce/templates/order/order-downloads.php +++ b/plugins/woocommerce/templates/order/order-downloads.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.3.0 + * @version 3.3.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/order/tracking.php b/plugins/woocommerce/templates/order/tracking.php index 7fa3a820cb1..8ad2c4191c9 100644 --- a/plugins/woocommerce/templates/order/tracking.php +++ b/plugins/woocommerce/templates/order/tracking.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.2.0 + * @version 2.2.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/product-searchform.php b/plugins/woocommerce/templates/product-searchform.php index 84853c61f1d..073d768a187 100644 --- a/plugins/woocommerce/templates/product-searchform.php +++ b/plugins/woocommerce/templates/product-searchform.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product-reviews.php b/plugins/woocommerce/templates/single-product-reviews.php index e3f496b61ed..06d803104c5 100644 --- a/plugins/woocommerce/templates/single-product-reviews.php +++ b/plugins/woocommerce/templates/single-product-reviews.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 4.3.0 + * @version 4.3.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product.php b/plugins/woocommerce/templates/single-product.php index f2db9230f2c..538bc597611 100644 --- a/plugins/woocommerce/templates/single-product.php +++ b/plugins/woocommerce/templates/single-product.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 1.6.4 + * @version 1.6.5 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/add-to-cart/external.php b/plugins/woocommerce/templates/single-product/add-to-cart/external.php index 78de543182d..033d096da0c 100644 --- a/plugins/woocommerce/templates/single-product/add-to-cart/external.php +++ b/plugins/woocommerce/templates/single-product/add-to-cart/external.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php b/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php index 10b9ac09f17..d4d92e251a6 100644 --- a/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php +++ b/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product/add-to-cart/simple.php b/plugins/woocommerce/templates/single-product/add-to-cart/simple.php index fb2017603a0..5ab6de8c3f0 100644 --- a/plugins/woocommerce/templates/single-product/add-to-cart/simple.php +++ b/plugins/woocommerce/templates/single-product/add-to-cart/simple.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product/add-to-cart/variable.php b/plugins/woocommerce/templates/single-product/add-to-cart/variable.php index 809ff3ce098..d92f9728719 100644 --- a/plugins/woocommerce/templates/single-product/add-to-cart/variable.php +++ b/plugins/woocommerce/templates/single-product/add-to-cart/variable.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 6.1.0 + * @version 6.1.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php b/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php index b343b39aa97..8b0c77567cd 100644 --- a/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php +++ b/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php @@ -4,7 +4,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 7.0.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product/add-to-cart/variation.php b/plugins/woocommerce/templates/single-product/add-to-cart/variation.php index 5df682d1849..5aa1812f867 100644 --- a/plugins/woocommerce/templates/single-product/add-to-cart/variation.php +++ b/plugins/woocommerce/templates/single-product/add-to-cart/variation.php @@ -7,7 +7,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.5.0 + * @version 2.5.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product/meta.php b/plugins/woocommerce/templates/single-product/meta.php index f2fba528edc..64e5f5d009a 100644 --- a/plugins/woocommerce/templates/single-product/meta.php +++ b/plugins/woocommerce/templates/single-product/meta.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.0.0 + * @version 3.0.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/photoswipe.php b/plugins/woocommerce/templates/single-product/photoswipe.php index 46d0bfa3353..614c4ac5c7a 100644 --- a/plugins/woocommerce/templates/single-product/photoswipe.php +++ b/plugins/woocommerce/templates/single-product/photoswipe.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.0.0 + * @version 3.0.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/price.php b/plugins/woocommerce/templates/single-product/price.php index e1ff102b88f..c855bb34b4f 100644 --- a/plugins/woocommerce/templates/single-product/price.php +++ b/plugins/woocommerce/templates/single-product/price.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.0.0 + * @version 3.0.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/product-attributes.php b/plugins/woocommerce/templates/single-product/product-attributes.php index 4162ea3721d..a666862774d 100644 --- a/plugins/woocommerce/templates/single-product/product-attributes.php +++ b/plugins/woocommerce/templates/single-product/product-attributes.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.6.0 + * @version 3.6.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product/product-image.php b/plugins/woocommerce/templates/single-product/product-image.php index c841eb69895..99767ae8a66 100644 --- a/plugins/woocommerce/templates/single-product/product-image.php +++ b/plugins/woocommerce/templates/single-product/product-image.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.8.0 + * @version 7.8.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product/product-thumbnails.php b/plugins/woocommerce/templates/single-product/product-thumbnails.php index c4a52bef2b0..189f374ed2c 100644 --- a/plugins/woocommerce/templates/single-product/product-thumbnails.php +++ b/plugins/woocommerce/templates/single-product/product-thumbnails.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.5.1 + * @version 3.5.2 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product/rating.php b/plugins/woocommerce/templates/single-product/rating.php index d307d990347..0139c944e16 100644 --- a/plugins/woocommerce/templates/single-product/rating.php +++ b/plugins/woocommerce/templates/single-product/rating.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.6.0 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/related.php b/plugins/woocommerce/templates/single-product/related.php index 321ae13ae40..0bb14d77fbb 100644 --- a/plugins/woocommerce/templates/single-product/related.php +++ b/plugins/woocommerce/templates/single-product/related.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.9.0 + * @version 3.9.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/review-meta.php b/plugins/woocommerce/templates/single-product/review-meta.php index b9c442bc129..7dfd321072a 100644 --- a/plugins/woocommerce/templates/single-product/review-meta.php +++ b/plugins/woocommerce/templates/single-product/review-meta.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.4.0 + * @version 3.4.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product/review-rating.php b/plugins/woocommerce/templates/single-product/review-rating.php index 0d4c4442393..63cbb669701 100644 --- a/plugins/woocommerce/templates/single-product/review-rating.php +++ b/plugins/woocommerce/templates/single-product/review-rating.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.6.0 + * @version 3.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/review.php b/plugins/woocommerce/templates/single-product/review.php index 1482696c35e..67dd7ddbf75 100644 --- a/plugins/woocommerce/templates/single-product/review.php +++ b/plugins/woocommerce/templates/single-product/review.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.6.0 + * @version 2.6.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/sale-flash.php b/plugins/woocommerce/templates/single-product/sale-flash.php index 5ebd55d8cdb..d31861b0f42 100644 --- a/plugins/woocommerce/templates/single-product/sale-flash.php +++ b/plugins/woocommerce/templates/single-product/sale-flash.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 1.6.4 + * @version 1.6.5 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/share.php b/plugins/woocommerce/templates/single-product/share.php index 252f73f7fa8..6e000c170b3 100644 --- a/plugins/woocommerce/templates/single-product/share.php +++ b/plugins/woocommerce/templates/single-product/share.php @@ -14,7 +14,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.5.0 + * @version 3.5.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/short-description.php b/plugins/woocommerce/templates/single-product/short-description.php index 144dcab36ab..b06b82ddd38 100644 --- a/plugins/woocommerce/templates/single-product/short-description.php +++ b/plugins/woocommerce/templates/single-product/short-description.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.3.0 + * @version 3.3.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/stock.php b/plugins/woocommerce/templates/single-product/stock.php index 7058b7c7ae8..5f9c1f968b8 100644 --- a/plugins/woocommerce/templates/single-product/stock.php +++ b/plugins/woocommerce/templates/single-product/stock.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.0.0 + * @version 3.0.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/tabs/additional-information.php b/plugins/woocommerce/templates/single-product/tabs/additional-information.php index 1e4056d5d09..341e587ec12 100644 --- a/plugins/woocommerce/templates/single-product/tabs/additional-information.php +++ b/plugins/woocommerce/templates/single-product/tabs/additional-information.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.0.0 + * @version 3.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product/tabs/description.php b/plugins/woocommerce/templates/single-product/tabs/description.php index 96376b51688..d87eab2de91 100644 --- a/plugins/woocommerce/templates/single-product/tabs/description.php +++ b/plugins/woocommerce/templates/single-product/tabs/description.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.0.0 + * @version 2.0.1 */ defined( 'ABSPATH' ) || exit; diff --git a/plugins/woocommerce/templates/single-product/tabs/tabs.php b/plugins/woocommerce/templates/single-product/tabs/tabs.php index 3cc182d9ed9..e18266d5dcc 100644 --- a/plugins/woocommerce/templates/single-product/tabs/tabs.php +++ b/plugins/woocommerce/templates/single-product/tabs/tabs.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.8.0 + * @version 3.8.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/title.php b/plugins/woocommerce/templates/single-product/title.php index f5b888021fd..3b70e206455 100644 --- a/plugins/woocommerce/templates/single-product/title.php +++ b/plugins/woocommerce/templates/single-product/title.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 1.6.4 + * @version 1.6.5 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/single-product/up-sells.php b/plugins/woocommerce/templates/single-product/up-sells.php index cf6ce3d2dfe..209ead3dd42 100644 --- a/plugins/woocommerce/templates/single-product/up-sells.php +++ b/plugins/woocommerce/templates/single-product/up-sells.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.0.0 + * @version 3.0.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/taxonomy-product-attribute.php b/plugins/woocommerce/templates/taxonomy-product-attribute.php index eea97e80d3d..feb875959de 100644 --- a/plugins/woocommerce/templates/taxonomy-product-attribute.php +++ b/plugins/woocommerce/templates/taxonomy-product-attribute.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.3.0 + * @version 7.3.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/taxonomy-product-cat.php b/plugins/woocommerce/templates/taxonomy-product-cat.php index 4e4e0d13e5b..86ec2d87ba1 100644 --- a/plugins/woocommerce/templates/taxonomy-product-cat.php +++ b/plugins/woocommerce/templates/taxonomy-product-cat.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 4.7.0 + * @version 4.7.1 */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/plugins/woocommerce/templates/taxonomy-product-tag.php b/plugins/woocommerce/templates/taxonomy-product-tag.php index b7642a6871e..988a5f246a9 100644 --- a/plugins/woocommerce/templates/taxonomy-product-tag.php +++ b/plugins/woocommerce/templates/taxonomy-product-tag.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 4.7.0 + * @version 4.7.1 */ if ( ! defined( 'ABSPATH' ) ) {