Skip to content

Add convert-to-paid action for plugins#267

Merged
shanerbaner82 merged 1 commit into
mainfrom
updates-plugins
Feb 18, 2026
Merged

Add convert-to-paid action for plugins#267
shanerbaner82 merged 1 commit into
mainfrom
updates-plugins

Conversation

@shanerbaner82

Copy link
Copy Markdown
Contributor

Summary

  • Adds a "Convert to Paid" action to the Filament plugin admin table (under the "More" dropdown)
  • Only visible on free plugins — prompts for a pricing tier (Bronze/Silver/Gold), converts the type to paid, syncs prices, and dispatches a Satis build so the repo becomes installable via Composer
  • Fixes the issue where plugins submitted as free were never ingested by Satis for internal testing

Test plan

  • New tests in tests/Feature/Filament/ConvertPluginToPaidTest.php (3 tests, all passing)
  • Manually verify the action appears on free plugins in the admin panel
  • Confirm Satis build is triggered after conversion

🤖 Generated with Claude Code

Allows admins to convert free plugins to paid, set a pricing tier, and
trigger Satis ingestion so the repo becomes available via Composer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@shanerbaner82
shanerbaner82 merged commit cad147e into main Feb 18, 2026
1 of 2 checks passed
@shanerbaner82
shanerbaner82 deleted the updates-plugins branch February 18, 2026 16:24
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.

1 participant