-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
WoompaLoompa edited this page Jul 22, 2026
·
4 revisions
All notable changes to the plugin.
Core Features:
-
ClinkPaymentProviderService- Main payment provider - CLINK Offers integration for invoice generation
- Currency conversion service (CoinGecko, Kraken, Fixed, Manual)
- Webhook endpoint for payment confirmations
- Status endpoint for payment polling
- Dual confirmation (webhook + polling)
Subscription Support:
- nDebit integration for auto-renewal
- Subscription management
Documentation:
- Merchant guide
- Customer guide
- Subscription guide
- GitHub Wiki pages
- FAQ
Testing:
- Unit tests for service
- Unit tests for currency conversion
- Integration test setup
Development:
- TypeScript configuration
- Jest testing setup
- ESLint configuration
- GitHub templates (issues, PRs)
- Medusa v2.x
- CLINK-compatible wallets (ShockWallet, ZEUS, Lightning.Pub)
- All major currencies via CoinGecko/Kraken
- Admin settings widget
- Storefront QR component
- NIP-57 Zap support
- Multi-currency checkout
- Payment analytics
- Medusa v1 compatibility
- WooCommerce migration tool
- BTCPay Server integration
This project follows Semantic Versioning:
- Major (X.0.0): Breaking changes
- Minor (0.X.0): New features
- Patch (0.0.X): Bug fixes
- Update version in
package.json - Update this changelog
- Create release branch
- Submit PR for review
- Merge and create GitHub release
- Publish to npm