diff --git a/package.json b/package.json index 96219cf742..33632a7a7e 100644 --- a/package.json +++ b/package.json @@ -41,5 +41,5 @@ }, "license": "GPL-2.0-or-later", "version": "3.1.0", - "BBVersion": "2.7.10" + "BBVersion": "2.7.20" } diff --git a/src/bp-core/compatibility/class-bb-the-events-calendar-helpers.php b/src/bp-core/compatibility/class-bb-the-events-calendar-helpers.php index ecf7569d07..c3d92142dc 100644 --- a/src/bp-core/compatibility/class-bb-the-events-calendar-helpers.php +++ b/src/bp-core/compatibility/class-bb-the-events-calendar-helpers.php @@ -127,7 +127,7 @@ public function bb_core_tribe_events_set_query_vars( $query_vars ) { * and the user is not logged in if the request includes the `ical` * query parameter. * - * @since BuddyBoss [BBVERSION] + * @since BuddyBoss 2.7.20 * * @param bool $is_public Whether the network is currently considered public or not. * Default is `false` for private networks.