From 54ae7a18cb294a989fbbbe1ffcea3765350728eb Mon Sep 17 00:00:00 2001 From: "Panos (Panagiotis) Synetos" <2484390+PanosSynetos@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:05:15 +0200 Subject: [PATCH] Bump docblocks to 2.2.22 --- class-wc-calypso-bridge-dotcom-features.php | 4 ++-- readme.txt | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/class-wc-calypso-bridge-dotcom-features.php b/class-wc-calypso-bridge-dotcom-features.php index f9bd3c06..83e83b99 100644 --- a/class-wc-calypso-bridge-dotcom-features.php +++ b/class-wc-calypso-bridge-dotcom-features.php @@ -4,7 +4,7 @@ * * @package WC_Calypso_Bridge/Classes * @since 2.0.0 - * @version x.x.x + * @version 2.2.22 */ defined( 'ABSPATH' ) || exit; @@ -72,7 +72,7 @@ function wc_calypso_bridge_is_ecommerce_trial_plan() { /** * Returns if a site is a Woo Express trial plan site or not. * - * @since x.x.x + * @since 2.2.22 * * @return bool True if the site is Woo Express trial plan. */ diff --git a/readme.txt b/readme.txt index 5ebc1ce4..7f4d1dea 100644 --- a/readme.txt +++ b/readme.txt @@ -25,9 +25,6 @@ This section describes how to install the plugin and get it working. = 2.2.22 = * Introduce is_woo_express_trial_plan function #1352 -= unreleased = -* Introduce is_woo_express_trial_plan function #1352 - = 2.2.21 = * Remove wpcom elements when viewing cys iframe from intro screen #1344 * Hide launch banner when viewing iframe from the intro screen #1348