Update: Admin notices as per Marketing#1843
Merged
rudrakshi-gupta merged 1 commit intodevelopfrom May 5, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the WooCommerce integration promo/admin messaging and integration CTA button label to reflect revised marketing copy in the GoDAM admin UI.
Changes:
- Reword WooCommerce promo admin notice messages (integrations/settings, pricing/upgrade, and WooCommerce install flows).
- Rename the integration CTA button text from “Purchase Now” to “Upgrade Plan”.
- Update related inline comments to reflect the new CTA wording.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pages/godam/components/tabs/IntegrationsSettings/IntegrationsSettings.jsx | Comment update for the “Upgrade Plan” state (but install error copy noted in PR description is still unchanged). |
| pages/godam/components/tabs/IntegrationsSettings/IntegrationActionButton.jsx | Button label changed from “Purchase Now” to “Upgrade Plan” and docblock updated accordingly. |
| admin/class-rtgodam-transcoder-admin.php | WooCommerce promo notice copy updated for all key state branches. |
Comments suppressed due to low confidence (1)
pages/godam/components/tabs/IntegrationsSettings/IntegrationsSettings.jsx:276
- PR description mentions updating the install error copy to “Installation failed. Please download the ZIP file and install it manually.”, but the install error notice in this component still uses “Installation failed. Please download the ZIP and install it like any other WordPress plugin.” Consider updating that string so the code matches the intended marketing copy.
{ /* This will show when the Button Displays Upgrade Plan text */ }
{ ! isInstalled && ! hasValidAPIKey && (
<p>
{ __( 'This is a Pro feature.', 'godam' ) }
{ ' ' }
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
subodhr258
approved these changes
May 5, 2026
🔍 WordPress Plugin Check Report
📊 Report
|
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
0 |
missing_composer_json_file | The "/vendor" directory using composer exists, but "composer.json" file is missing. |
📁 readme.txt (2 warnings)
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
0 |
mismatched_plugin_name | Plugin name "GoDAM - Organize WordPress Media Library & File Manager with Unlimited Folders for Images, Videos & more" is different from the name declared in plugin header "GoDAM". |
0 |
trademarked_term | The plugin name includes a restricted term. Your chosen plugin name - "GoDAM - Organize WordPress Media Library & File Manager with Unlimited Folders for Images, Videos & more" - contains the restricted term "wordpress" which cannot be used at all in your plugin name. |
📁 assets/build/css/main.css (1 warning)
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
0 |
EnqueuedStylesScope | This style is being loaded in all contexts. |
📁 assets/src/libs/analytics.min.js (5 warnings)
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
0 |
EnqueuedScriptsScope | This script is being loaded in all frontend contexts. |
0 |
NonBlockingScripts.NoStrategy | This script on http://localhost:8880 (with handle analytics-library) is loaded in the footer. Consider a defer or async script loading strategy instead. |
0 |
NonBlockingScripts.NoStrategy | This script on http://localhost:8880/2026/05/05/hello-world/ (with handle analytics-library) is loaded in the footer. Consider a defer or async script loading strategy instead. |
0 |
NonBlockingScripts.NoStrategy | This script on http://localhost:8880/sample-page/ (with handle analytics-library) is loaded in the footer. Consider a defer or async script loading strategy instead. |
0 |
NonBlockingScripts.NoStrategy | This script on http://localhost:8880/demo-attachment-post/ (with handle analytics-library) is loaded in the footer. Consider a defer or async script loading strategy instead. |
📁 assets/build/js/main.min.js (5 warnings)
| 📍 Line | 🔖 Check | 💬 Message |
|---|---|---|
0 |
EnqueuedScriptsScope | This script is being loaded in all frontend contexts. |
0 |
NonBlockingScripts.NoStrategy | This script on http://localhost:8880 (with handle rtgodam-script) is loaded in the footer. Consider a defer or async script loading strategy instead. |
0 |
NonBlockingScripts.NoStrategy | This script on http://localhost:8880/2026/05/05/hello-world/ (with handle rtgodam-script) is loaded in the footer. Consider a defer or async script loading strategy instead. |
0 |
NonBlockingScripts.NoStrategy | This script on http://localhost:8880/sample-page/ (with handle rtgodam-script) is loaded in the footer. Consider a defer or async script loading strategy instead. |
0 |
NonBlockingScripts.NoStrategy | This script on http://localhost:8880/demo-attachment-post/ (with handle rtgodam-script) is loaded in the footer. Consider a defer or async script loading strategy instead. |
🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check
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.
In the PR
GoDAM supports Woo now. (Link to Integration settings page).withShoppable video for WooCommerce is live. Activate to start selling directly from your videos.GoDAM supports Woo. Purchase a plan to access our Woo integration. (Link to pricing page)withAdd shoppable videos to your WooCommerce store. Upgrade your plan to unlock this feature.GoDAM now supports Woo. (Link to WooCommerce Plugin page)withGoDAM now supports Woo. Install WooCommerce to start using shoppable videos with GoDAM.Installation failed. Please download zip and install it like any other plugin.withInstallation failed. Please download the ZIP file and install it manually.