Skip to content

Commit

Permalink
Merge branch 'release' into PROD-5521
Browse files Browse the repository at this point in the history
* release: (191 commits)
[PROD-5382] Update logic check for send message
[PROD-5382] Code refactor for checking send message
[PROD-5382] Change logic check user allowed sending messages
[PROD-5382] Allow group private messages based on bb_messages_allowed_messaging_without_connection
PROD-5577 - Updated code as per we updated condition so
PROD-5577 - Group - Public documents are not available for login users that are not part of the group
PROD-4142 grunt
PROD-5503 grunt
PROD-5473 - phpcbf fixes
PROD-5371 - updated DB prefix
PROD-5473 - Fixed many redirect when add same slug for group and course
PROD-5371 - updated DB prefix
PROD-5577 - Update array to string value as default value
Update: Grunt
Update: Grunt string-replace
Update: Version name update
added change log
PROD-1254 : fixed logged in user not able to register for a membership
PROD-5577 - Code refactor
PROD-5569 - phpcbf fixes
...

# Conflicts:
#	src/languages/buddyboss.pot
  • Loading branch information
KartikSuthar committed Jul 24, 2023
2 parents 8eb7e8b + f6beb37 commit fb241fe
Show file tree
Hide file tree
Showing 408 changed files with 17,293 additions and 8,505 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14
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: 2.3.70
* Version: 2.3.81
* Text Domain: buddyboss
* Domain Path: /bp-languages/
* License: GPLv2 or later (license.txt)
Expand Down
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"composer/installers": "~1.0",
"php": ">=5.3.0",
"phpunit/phpunit": "6.1.0",
"php-ffmpeg/php-ffmpeg": "^0.16.0"
"php-ffmpeg/php-ffmpeg": "^0.16.0",
"maennchen/zipstream-php": "^2.1"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
Expand All @@ -49,6 +50,10 @@
"lint": ["@lint-php", "@lint-js", "@lint-css"]
},
"config": {
"platform-check": false
"platform-check": false,
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit fb241fe

Please sign in to comment.