-
Notifications
You must be signed in to change notification settings - Fork 117
Version update v4.7.6 #2216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version update v4.7.6 #2216
Conversation
NoumaanAhamed
commented
Nov 20, 2025
- FIXED
- Fixed End to End playwright testing scripts for media validation.
- Fixed minor dashboard frontend bug caused due to build process.
…bels for improved accessibility
…-btn Bug Fix : Fix the Bug in .js files due to build process
fix: Refactor Playwright tests for media type validation
Version update v4.7.6
|
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: 0318f0b). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates rtMedia to version 4.7.6, addressing two key issues:
- Fixed End-to-End Playwright testing scripts for media validation with improved cleanup and more robust assertions
- Fixed minor dashboard frontend bug through CSS build process improvements
Key Changes
- Enhanced E2E test reliability with proper cleanup mechanisms using
afterEachhooks - Improved test assertions by breaking down exact string matching into flexible individual checks
- Fixed variable naming inconsistency in music type test (changed from
videotomusic) - Corrected spelling errors in test descriptions ("disbale" → "disabling")
- Regenerated minified CSS/JS assets with vendor prefix cleanup
Reviewed Changes
Copilot reviewed 9 out of 24 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/wp-e2e-playwright/specs/types.spec.js | Added cleanup mechanism with afterEach hook, improved test assertions, fixed typos and variable naming |
| index.php | Updated plugin version to 4.7.6 |
| readme.txt | Added changelog entry for 4.7.6 and updated stable tag |
| README.md | Added changelog entry for 4.7.6 |
| languages/buddpress-media.pot | Updated POT file version and creation date |
| app/assets/css/* | Regenerated CSS minified files with vendor prefix cleanup |
| app/assets/js/rtmedia.min.js | Regenerated minified JS file |
| app/assets/admin/* | Regenerated admin CSS/JS minified files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.