Conversation
Enable Dependabot Ecosystems
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [acorn](https://github.com/acornjs/acorn) from 7.4.1 to 8.15.0. - [Commits](acornjs/acorn@7.4.1...8.15.0) --- updated-dependencies: - dependency-name: acorn dependency-version: 8.15.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…15.0 chore(deps-dev): bump acorn from 7.4.1 to 8.15.0
…s/checkout-6 chore(deps): bump actions/checkout from 2 to 6
…s/upload-artifact-6 chore(deps): bump actions/upload-artifact from 4 to 6
Security-fix: GoDAM integration
fix: prevent loading GoDAM integration script on video embed
Secuirty-fix: dependabot fixes
Fix: translations loading earlier warning
Version update v4.7.9
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: d82c189). |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR releases rtMedia version 4.7.9, focusing on tightening security around GoDAM and BuddyPress activity integration, fixing translation loading for upload terms, and updating dependencies and CI tooling.
Changes:
- Bump plugin version to 4.7.9 and document the release in all changelog/readme surfaces.
- Harden GoDAM/BuddyPress activity integration: restrict the activity-comment AJAX endpoint to authenticated users, add fine‑grained permission checks, and avoid loading the integration script on specific GoDAM embed pages.
- Fix translation loading for Upload Terms admin defaults and update PHP/JS dependency locks, CI GitHub Actions versions, and introduce a Dependabot configuration for automated dependency updates.
Reviewed changes
Copilot reviewed 12 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
index.php |
Bumps the plugin header version and RTMEDIA_VERSION constant to 4.7.9 to align runtime and metadata with the new release. |
readme.txt |
Updates the Stable tag to 4.7.9 and adds a 4.7.9 changelog entry that matches the PR description (GoDAM fixes, translations, security-related dependency updates). |
README.md |
Adds a 4.7.9 changelog section with the same set of fixes/enhancements for GitHub-facing documentation. |
changelog.txt |
Prepends a 4.7.9 release section describing GoDAM integration fixes, translation loading fix, and security-related changes to dependencies. |
templates/media/godam-integration.php |
Adjusts script enqueueing to skip the rtMedia↔GoDAM integration script on godam_page=video-embed pages; secures the get_single_activity_comment_html AJAX handler by removing the nopriv hook, enforcing is_user_logged_in(), returning localized error messages with HTTP status codes, and introducing rtmedia_user_can_view_activity() to enforce access rules for group/profile activities. |
app/admin/RTMediaUploadTermsAdmin.php |
Moves initialization of default Upload Terms translation strings into an init hook (init_translations at priority 5) so translations are loaded at the correct point in the WP lifecycle before settings are read/updated. |
languages/buddpress-media.pot |
Regenerates the POT header for version 4.7.9 and current creation date, and adds new msgids for the AJAX error messages in godam-integration.php plus updated line references for existing Upload Terms admin strings. |
tests/codeception/composer.lock |
Updates several dev/test PHP packages (e.g., composer/composer, doctrine/instantiator, various illuminate/* components, phpunit/phpunit, sebastian/comparator, Symfony components, WP‑CLI packages) to newer versions, reflecting dependency/security updates used by the Codeception test suite. |
package.json |
Bumps the acorn devDependency major version (^8.15.0) in line with the lockfile and other JS tooling updates. |
package-lock.json |
Regenerates the lockfile to match updated devDependencies, including newer acorn, @parcel/watcher and its platform binaries, detect-libc, baseline-browser-mapping, caniuse-lite, electron-to-chromium, lodash, lru-cache, sass, and terser (now depending on the top-level acorn), tightening JS toolchain security and compatibility. |
.github/workflows/playwright.yml |
Updates GitHub Actions references to newer major versions (actions/checkout@v6, actions/upload-artifact@v6) for the Playwright E2E workflow while preserving behavior (checkout PR head SHA and upload HTML report on failure). |
.github/workflows/phpcs_on_pull_request.yml |
Updates the PHPCS workflow to use actions/checkout@v6, keeping the rest of the job the same. |
.github/workflows/create.yml |
Updates the release/tag workflow to use actions/checkout@v6 for consistency with other workflows. |
.github/dependabot.yml |
Adds a Dependabot configuration to keep Composer, npm, Docker, pip, Bundler, Go modules, GitHub Actions, and Terraform dependencies up to date on daily or monthly schedules. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nayemDevs
approved these changes
Jan 30, 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.
FIXED
ENHANCEMENT