diff --git a/bp-loader.php b/bp-loader.php index 78882fcc49c..cdd1177435b 100644 --- a/bp-loader.php +++ b/bp-loader.php @@ -5,7 +5,7 @@ * Description: The BuddyBoss Platform adds community features to WordPress. Member Profiles, Activity Feeds, Direct Messaging, Notifications, and more! * Author: BuddyBoss * Author URI: https://buddyboss.com/ - * Version: 2.7.10 + * Version: 2.7.20 * Text Domain: buddyboss * Domain Path: /bp-languages/ * License: GPLv2 or later (license.txt) diff --git a/src/bp-loader.php b/src/bp-loader.php index 92c9474526f..b1f5f219ebb 100644 --- a/src/bp-loader.php +++ b/src/bp-loader.php @@ -5,7 +5,7 @@ * Description: The BuddyBoss Platform adds community features to WordPress. Member Profiles, Activity Feeds, Direct Messaging, Notifications, and more! * Author: BuddyBoss * Author URI: https://buddyboss.com/ - * Version: 2.7.10 + * Version: 2.7.20 * Text Domain: buddyboss * Domain Path: /languages/ * License: GPLv2 or later (license.txt) @@ -24,7 +24,7 @@ } if ( ! defined( 'BP_PLATFORM_VERSION' ) ) { - define( 'BP_PLATFORM_VERSION', '2.7.10' ); + define( 'BP_PLATFORM_VERSION', '2.7.20' ); } if ( ! defined( 'BP_PLATFORM_API' ) ) { diff --git a/src/readme.txt b/src/readme.txt index d24988c39c8..3b0a4ab3d9e 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -3,7 +3,7 @@ Contributors: buddyboss Requires at least: 4.9.1 Tested up to: 6.6.2 Requires PHP: 5.6.20 -Stable tag: 2.7.10 +Stable tag: 2.7.20 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html