BuddyBoss Platform - Version 2.2.7

Release date: Feb 22, 2023

Changes:

  • Notifications - Improved members active/inactive presence logic for Push Notifications
  • Activity - Handled activity post with exact 4 media fails to follow right sequence order selected
  • Login - Handled 'Terms of Service' and 'Privacy Policy' inline JS not working issue
  • Messages - Improved group thread join/left notices for their members
  • Emails - Handled private messages email template reply button label layout issue when a translated string is long
  • Moderation - Improved the suspended and blocked members @mention logic in the network
  • Moderation - Improved the suspended and blocked members notifications logic for both new and existing
  • Moderation - Handled activity feed comment notification, redirection URL not working issue
  • Network Search - Handled search results improvements to not show groups, forums, discussions, replies, and photos if not accessible
  • Core - Handled active/inactive member presence logic returning console error issue in the background
  • Core - Handled small formatting issue in the editor for multiple new lines
  • Core - Handled translation issue for dropzone uploader across the network
  • Core - Provided medium editor placeholder texts available to be translatable
  • REST API - Improved the suspended and blocked members notification logic in the API
  • REST API - Small improvement for members presence active/inactive logic for push notifications in the API
  • REST API - Handled deleted and suspended members names to show 'Unknown Member' across the network in the API
  • REST API - Provided join/left group thread notices small update API support
  • REST API - Provided API support for improved moderation @mention logic
  • REST API - Handled profile field and Album name with '&' character shows HTML entity in the API response
  • REST API - Handled profile search not working issue with the '&' character in the API
  • REST API - Handled photos order issue when description updated with the endpoint
  • REST API - Small improvement in the API to fetch group specific files using the documents endpoint
  • Elementor - Handled 'BB Forum Search form' widget alignment and UI issues on the RTL language site

File Changes:

  • src/bp-activity/bp-activity-filters.php
  • src/bp-activity/bp-activity-functions.php
  • src/bp-activity/bp-activity-notifications.php
  • src/bp-activity/classes/class-bp-activity-notification.php
  • src/bp-activity/classes/class-bp-rest-activity-endpoint.php
  • src/bp-core/bp-core-catchuri.php
  • src/bp-core/bp-core-filters.php
  • src/bp-core/bp-core-functions.php
  • src/bp-core/bp-core-rest-api.php
  • src/bp-core/bp-core-update.php
  • src/bp-core/classes/class-bp-email-tokens.php
  • src/bp-core/classes/class-bp-rest-settings-endpoint.php
  • src/bp-core/classes/class-bp-user-query.php
  • src/bp-document/bp-document-filters.php
  • src/bp-document/classes/class-bp-rest-document-endpoint.php
  • src/bp-forums/classes/class-bp-forums-notification.php
  • src/bp-forums/classes/class-bp-rest-reply-endpoint.php
  • src/bp-forums/common/functions.php
  • src/bp-forums/core/filters.php
  • src/bp-forums/members.php
  • src/bp-forums/notifications.php
  • src/bp-forums/templates/default/js/editor.js
  • src/bp-friends/bp-friends-functions.php
  • src/bp-friends/bp-friends-notifications.php
  • src/bp-groups/bp-groups-notifications.php
  • src/bp-groups/classes/class-bp-rest-groups-details-endpoint.php
  • src/bp-loader.php
  • src/bp-media/bp-media-filters.php
  • src/bp-media/classes/class-bp-rest-media-albums-endpoint.php
  • src/bp-media/classes/class-bp-rest-media-endpoint.php
  • src/bp-members/bp-members-functions.php
  • src/bp-messages/bp-messages-functions.php
  • src/bp-messages/bp-messages-notifications.php
  • src/bp-messages/classes/class-bp-rest-messages-endpoint.php
  • src/bp-moderation/bp-moderation-filters.php
  • src/bp-moderation/bp-moderation-functions.php
  • src/bp-moderation/classes/class-bp-moderation-activity-comment.php
  • src/bp-moderation/classes/class-bp-moderation-activity.php
  • src/bp-moderation/classes/class-bp-moderation-comment.php
  • src/bp-moderation/classes/class-bp-moderation-forum-replies.php
  • src/bp-moderation/classes/class-bp-moderation-forum-topics.php
  • src/bp-moderation/classes/class-bp-moderation-members.php
  • src/bp-moderation/classes/class-bp-moderation-notification.php
  • src/bp-moderation/classes/class-bp-rest-moderation-endpoint.php
  • src/bp-moderation/classes/class-bp-rest-moderation-report-endpoint.php
  • src/bp-moderation/classes/suspend/class-bp-suspend-notification.php
  • src/bp-moderation/classes/suspend/class-bp-suspend-video.php
  • src/bp-notifications/bp-notifications-functions.php
  • src/bp-notifications/classes/class-bp-notifications-notification.php
  • src/bp-notifications/classes/class-bp-rest-notifications-endpoint.php
  • src/bp-search/classes/class-bp-search-bbpress-forums-topics.php
  • src/bp-search/classes/class-bp-search-groups.php
  • src/bp-templates/bp-nouveau/buddypress-functions.php
  • src/bp-templates/bp-nouveau/buddypress/common/js-templates/messages/parts/bp-messages-single-list.php
  • src/bp-templates/bp-nouveau/buddypress/members/single/notifications/notifications-loop.php
  • src/bp-templates/bp-nouveau/css/buddypress-rtl.css
  • src/bp-templates/bp-nouveau/css/buddypress-rtl.min.css
  • src/bp-templates/bp-nouveau/css/buddypress.css
  • src/bp-templates/bp-nouveau/css/buddypress.min.css
  • src/bp-templates/bp-nouveau/includes/messages/ajax.php
  • src/bp-templates/bp-nouveau/includes/template-tags.php
  • src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js
  • src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.min.js
  • src/bp-templates/bp-nouveau/js/buddypress-activity.js
  • src/bp-templates/bp-nouveau/js/buddypress-activity.min.js
  • src/bp-templates/bp-nouveau/js/buddypress-group-messages.js
  • src/bp-templates/bp-nouveau/js/buddypress-group-messages.min.js
  • src/bp-templates/bp-nouveau/js/buddypress-media.js
  • src/bp-templates/bp-nouveau/js/buddypress-media.min.js
  • src/bp-templates/bp-nouveau/js/buddypress-messages.js
  • src/bp-templates/bp-nouveau/js/buddypress-messages.min.js
  • src/bp-templates/bp-nouveau/js/buddypress-notifications.js
  • src/bp-templates/bp-nouveau/js/buddypress-notifications.min.js
  • src/bp-templates/bp-nouveau/js/buddypress-nouveau.js
  • src/bp-templates/bp-nouveau/js/buddypress-nouveau.min.js
  • src/bp-templates/bp-nouveau/js/buddypress-search.js
  • src/bp-templates/bp-nouveau/js/buddypress-search.min.js
  • src/bp-video/bp-video-filters.php
  • src/bp-video/classes/class-bp-rest-video-endpoint.php
  • src/bp-xprofile/classes/class-bp-rest-xprofile-field-groups-endpoint.php
  • src/bp-xprofile/classes/class-bp-rest-xprofile-fields-endpoint.php
  • src/bp-xprofile/classes/class-bp-rest-xprofile-search-form-fields-endpoint.php
  • src/class-buddypress.php
  • src/endpoints/api_project.js
  • src/endpoints/api_project.json
  • src/languages/buddyboss-de_DE_formal.mo
  • src/languages/buddyboss-de_DE_formal.po
  • src/languages/buddyboss.pot
  • src/readme.txt