From 1a72182ff3d06535f636858b71148d7d030a1dc3 Mon Sep 17 00:00:00 2001 From: Roberto Aranda Date: Mon, 22 Jul 2024 11:48:30 +0200 Subject: [PATCH] Add version to PayPal specific files --- .../partners/class-wc-calypso-bridge-partner-paypal.php | 4 ++-- includes/tasks/class-wc-calypso-task-get-paid-with-paypal.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/free-trial/partners/class-wc-calypso-bridge-partner-paypal.php b/includes/free-trial/partners/class-wc-calypso-bridge-partner-paypal.php index 9bcebe49..e46bd201 100644 --- a/includes/free-trial/partners/class-wc-calypso-bridge-partner-paypal.php +++ b/includes/free-trial/partners/class-wc-calypso-bridge-partner-paypal.php @@ -3,8 +3,8 @@ /** * WC Calypso Bridge Partner PayPal * - * @since x.x.x - * @version x.x.x + * @since 2.5.4 + * @version 2.5.4 * * This file includes customizations for the sites that were created through /start/paypal on woo.com. * woocommerce_onboarding_profile.partner must get 'paypal' diff --git a/includes/tasks/class-wc-calypso-task-get-paid-with-paypal.php b/includes/tasks/class-wc-calypso-task-get-paid-with-paypal.php index afd1c333..dea2ce41 100644 --- a/includes/tasks/class-wc-calypso-task-get-paid-with-paypal.php +++ b/includes/tasks/class-wc-calypso-task-get-paid-with-paypal.php @@ -7,8 +7,8 @@ /** * WCBridgeSetupWooCommercePayPal Task * - * @since x.x.x - * @version x.x.x + * @since 2.5.4 + * @version 2.5.4 */ class WCBridgeGetPaidWithPayPal extends Task { /**