Skip to content

Commit

Permalink
BuddyBoss Platform v1.5.8 and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhmatolia committed Mar 30, 2021
1 parent c83738b commit bd14cb6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bp-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.5.7.3
* Version: 1.5.8
* Text Domain: buddyboss
* Domain Path: /bp-languages/
* License: GPLv2 or later (license.txt)
Expand Down
4 changes: 2 additions & 2 deletions src/bp-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.5.7.3
* Version: 1.5.8
* Text Domain: buddyboss
* Domain Path: /languages/
* License: GPLv2 or later (license.txt)
Expand All @@ -21,7 +21,7 @@


if ( ! defined( 'BP_PLATFORM_VERSION' ) ) {
define( 'BP_PLATFORM_VERSION', '1.5.7.3' );
define( 'BP_PLATFORM_VERSION', '1.5.8' );
}

if ( ! defined( 'BP_PLATFORM_API' ) ) {
Expand Down
27 changes: 25 additions & 2 deletions src/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== BuddyBoss Platform ===
Contributors: buddyboss
Requires at least: 4.9.1
Tested up to: 5.6.2
Tested up to: 5.7
Requires PHP: 5.6.20
Stable tag: 1.5.7.3
Stable tag: 1.5.8
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -57,6 +57,29 @@ Furthermore, BuddyBoss Platform can be activated and operate in just about any s

== Changelog ==

= 1.5.8 =
* Profiles - Fixed issue with the hidden groups showing in other members profile
* Profiles - Fixed issue with the delete account button
* Profiles - Small improvements in profile photo and cover photo dropzone style
* Profiles - Small improvements in privacy visibility settings to sync with repeater fields
* Groups - Fixed send messages screen, members not loading on scroll for big resolution screen
* Groups - Fixed issues with the group type pages
* Activity - Fixed activity comments read more issue
* Activity - Fixed a bunch of issues with @mention
* Activity - Fixed Youtube video embed issue in activity comments on edit activity
* Media - Small improvements in documents query
* RTL - Fixed select2 library rtl issue
* REST API - Cache improvements to fix BuddyBoss App deep linking and Web fallback bugs
* REST API - Fixed many API issues related to member connection, message media upload, search recipients in a message, etc
* REST API - Fixed API Vulnerability
* REST API - Fixed mu-plugin download issue to provide caching support
* LearnDash - Fixed compatibility issues with LearnDash 3.4
* WooCommerce - Fixed 'WooCommerce Memberships' plugin restrictions rules not working with components pages
* Elementor - Fixed maintenance mode settings compatibility issue
* Compatibility - Fixed document privacy option for MySQL 8.0.22
* Compatibility - Fixed 'Yoast SEO' plugin title and description meta tag not working with components pages
* Compatibility - Fixed critical issue with 'WPMY DEV' plugin on deleting members from the dashboard

= 1.5.7.3 =
* Groups - Fixed redirection issue when member leave the hidden social group
* REST API - Performance Improvements
Expand Down

0 comments on commit bd14cb6

Please sign in to comment.