Version update v4.7.12 - #2363
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates rtMedia metadata and release documentation for version 4.7.12.
Changes:
- Bumps plugin and stable-tag versions.
- Adds 4.7.12 changelog and upgrade notice.
- Regenerates the translation template.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
index.php |
Updates runtime version metadata. |
readme.txt |
Adds release metadata and notes. |
README.md |
Adds the 4.7.12 changelog. |
changelog.txt |
Records release changes. |
languages/buddpress-media.pot |
Updates extracted translations and version metadata. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
the-hercules
force-pushed
the
version-update/v4.7.12
branch
from
August 17, 2026 13:33
8308adb to
064f0eb
Compare
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>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 6 changed files in this pull request and generated no new comments.
Suppressed comments (2)
index.php:6
- The 4.7.12 package still inherits
Plugin Name: rtMedia for WordPress, BuddyPress and bbPresson line 3. PR #2357 explicitly removed the now-restricted “WordPress” term to clear Plugin Check's trademark warning, but a later commit accidentally restored it. RestorertMedia for BuddyPress and bbPressand regenerate the POT files before tagging; otherwise this release contradicts its plugin-compliance changelog entry.
* Version: 4.7.12
readme.txt:2
- The WordPress.org readme title on line 1 also restores the restricted
rtMedia for WordPress, BuddyPress and bbPressname that PR #2357 removed for Plugin Check compliance. Change it back tortMedia for BuddyPress and bbPressin coordination with the plugin header and regenerated POT files before releasing.
Contributors: rtcamp, mangeshp, sanket.parmar, pranalipatel, jignesh.nakrani, manishsongirkar36, kiranpotphode, yahil, 1naveengiri, bhargavbhandari90, raftaar1191, rittesh.patel, sagarjadhav, pushpak.pop, faishal, desaiuditd, rahul286, JoshuaAbenazer, gagan0123, saurabhshukla, nitun.lanjewar, umesh.nevase, suhasgirgaonkar, neerukoul, hrishiv90, kanakiyajay, jarretc, tobiaskluge, rafaelfunchal, UmeshSingla, mehulkaklotar, tannermirabel, kishores, chandrapatel, rahul3883, nomnom99, sayanchakraborty, milindmore22, thrijith, abhijitrakas, sid177, montu3366, jashwini, juhise, ravatparmar, dharmin16, malavvasita, pooja1210, krupajnanda, surajkumarsingh, kanumalivad, dishitpala, shobhit2412, vaishu.agola27, kapilpaul, opurockey, vkd007, pavanpatil1, pradeep1308, shardul200, sabbir1991, kamalahmed, ibnulk, harshbarach, Mukulsingh27, vishalkakadiya, elifvish, krupajnanda, utsavladani, krishana79, rohitmathur7, kuldipchaudhary, mchirag2002, vedantgandhi28, mohamedahamed, the-hercules
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: fe36428). |
NoumaanAhamed
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.
Version bump, changelog and translation template for the 4.7.12 release.
Changes
index.phpVersion:header andRTMEDIA_VERSIONconstant →4.7.12readme.txtStable tag:→4.7.12, changelog entry, Upgrade Notice entry, contributor addedREADME.mdchangelog.txtlanguages/buddpress-media.potRequires at least: 4.9.6andTested up to: 7.0were already updated in #2357 and are unchanged here. Verified against the wp.org core API that current WordPress is 7.0.4, so7.0is valid.Changelog wording
Deliberately generic, matching the 4.7.10 / 4.7.11 style. The underlying fixes are authorization and privacy related, and the specifics are not spelled out so that unpatched installs are not handed a roadmap.
POT
Regenerated with
wp i18n make-pot . languages/buddpress-media.pot(note: there is nomakepottask in the Gruntfile, sogrunt makepotdoes not apply). It picked up the strings added by #2357:You do not have permission to submit a support request.user registration is not allowedUpload failed due to internal server error.(also corrects the previousUploade failed…typo)and dropped
Thank you for your time., left over from the removed deadlinkback/convert_videoshandlers. The remaining line churn is source-reference renumbering.Build assets
Ran the full production build (
npx grunt build) on the.nvmrc-pinned node v20.18.1. It produced no file changes — the committed minified assets already match what the sources compile to, so no asset commit is included.This was checked deliberately, because #2357 added AJAX nonce wiring to admin JavaScript and a rebuild would overwrite any edit that had been made only to a minified file. Every nonce marker present in
admin.min.js,rtmedia-admin.min.js,importer.min.jsandmigration.min.jstraces back to its source file, and the marker sets are identical before and after the rebuild.Verification
Version string is consistent across
index.phpheader,RTMEDIA_VERSION,readme.txtstable tag and the POTProject-Id-Version.Admin AJAX behaviour re-checked at runtime against the rebuilt assets:
Release date
The changelog is dated August 17, 2026. If the tag is pushed on a different day, this needs updating before tagging.
🤖 Generated with Claude Code