Version update v4.7.12 [Master] - #2364
Merged
Merged
Conversation
chore: remove obsolete Codeception acceptance tests
update dependency versions in package.json
…late files
Add `if ( ! defined( 'ABSPATH' ) ) { exit; }` to 71 procedural and template
PHP files flagged by Plugin Check (missing_direct_file_access_protection).
The guard is inserted right after each file's docblock (after the plugin
header in index.php). No behavior change: these files are only ever reached
via WordPress includes where ABSPATH is already defined.
Clears all own-code direct-file-access errors (remaining ones are in bundled
third-party libraries under lib/).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The plugin already calls WordPress functions introduced up to 4.9.6 (wp_get_upload_dir 4.5, wp_delete_file 4.2, wp_parse_url 4.4, get_sites 4.6, wp_add_inline_script 4.5, wp_add_privacy_policy_content 4.9.6). The declared minimum of 4.1 was inaccurate. Metadata-only change (plugin header + readme.txt) — no code or behaviour change. Clears all own-code wp_function_not_compatible_with_requires_wp errors (the 2 remaining are utf8_encode/decode in bundled lib/getid3). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Drop the now-restricted term "WordPress" from the plugin display name
("rtMedia for WordPress, BuddyPress and bbPress" -> "rtMedia for BuddyPress
and bbPress"), clearing the trademarked-term name warnings. Display name
only; the slug (buddypress-media) is unchanged and is grandfathered.
- Bump "Tested up to" 6.9 -> 7.0 to match the current WordPress release,
clearing outdated_tested_upto_header.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…issions and validate debug log attachments
Run Copilot code review on GitHub-hosted runners
…e media result checks
…across upload and API handling
… and add group privacy level retrieval function
Fix plugin security issues
RTMediaModel::get_by_activity_id() returns ARRAY_A rows, so the media-id extraction added in b289b1d read `$media_row->id` on an array. Every API call that builds a media feed emitted "Attempt to read property id on array" and passed [0] to RTMediaActivity, so activity_content rendered as an empty media list. The privacy gate above this loop already casts to object, so visibility was unaffected; only the id extraction was wrong. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
hotfix- Security array lookup
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
languages/buddypress-media.pot (the name matching the plugin text domain) was stale at 4.7.10 and missing the strings added in #2357, while releases have been maintaining the misspelled languages/buddpress-media.pot. Regenerate it with WP-CLI 2.12.0 so both templates carry the same 4.7.12 strings. Content is now byte-identical between the two files apart from the creation timestamp. Consolidating onto the correctly-spelled name and removing the duplicate is deliberately left to a follow-up, so this release does not change the documented release procedure. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Version update v4.7.12
NoumaanAhamed
approved these changes
Aug 18, 2026
Contributor
|
Unable to PHPCS or SVG scan one or more files due to error running PHPCS/SVG scanner:
The error may be temporary. If the error persists, please contact a human (commit-ID: 4dea7df). |
nazmulthenomad
approved these changes
Aug 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
= 4.7.12 [August 18, 2026] =
FIXED
ENHANCEMENT