Skip to content

Update: Admin notices as per Marketing#1843

Merged
rudrakshi-gupta merged 1 commit intodevelopfrom
update/woo-admin-notices
May 5, 2026
Merged

Update: Admin notices as per Marketing#1843
rudrakshi-gupta merged 1 commit intodevelopfrom
update/woo-admin-notices

Conversation

@rudrakshi-gupta
Copy link
Copy Markdown
Member

In the PR

  • Update GoDAM supports Woo now. (Link to Integration settings page). with Shoppable video for WooCommerce is live. Activate to start selling directly from your videos.
  • Update GoDAM supports Woo. Purchase a plan to access our Woo integration. (Link to pricing page) with Add shoppable videos to your WooCommerce store. Upgrade your plan to unlock this feature.
  • Update GoDAM now supports Woo. (Link to WooCommerce Plugin page) with GoDAM now supports Woo. Install WooCommerce to start using shoppable videos with GoDAM.
  • Update Installation failed. Please download zip and install it like any other plugin. with Installation failed. Please download the ZIP file and install it manually.
  • Rename Purchase Plan Button to Upgrade Plan.

@rudrakshi-gupta rudrakshi-gupta self-assigned this May 5, 2026
Copilot AI review requested due to automatic review settings May 5, 2026 10:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@rudrakshi-gupta rudrakshi-gupta merged commit 1217c04 into develop May 5, 2026
7 checks passed
@rudrakshi-gupta rudrakshi-gupta deleted the update/woo-admin-notices branch May 5, 2026 10:05
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

🔍 WordPress Plugin Check Report

⚠️ Status: Passed with warnings

📊 Report

🎯 Total Issues ❌ Errors ⚠️ Warnings
14 0 14

⚠️ Warnings (14)

📁 composer.json (1 warning)
📍 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants