Woo-CLINK v1.0.7
v1.0.7
WordPress.org review compliance and subscription My Account improvements.
Changed
- "Payment:" row on View Subscription page — now shows "Auto-Renewal" when ndebit is saved, or "Activate Auto-Renewal" as a link back to the parent order's order-received page for ndebit setup
- Stripped remote
gist.github.comURL from built JS bundle (post-build replacement inbuild.mjs) — WordPress.org review compliance - Contributors list — fixed to match plugin owner's WordPress.org username (
WooClink) - Added Third Party Services section to readme documenting Nostr relays, CoinGecko, and ShockWallet.app with privacy policy links
v1.0.6
Added
- "Payment:" row on the View Subscription page reflects ndebit status: "Via Auto-Renewal" or "Via Manual Renewal"
- "Activate Auto-Renewal" action link on My Account subscription items for subscriptions without ndebit
- "Get your nDebit string" link — pointing to
my.shockwallet.app/lappsat checkout and on My Account
Changed
- "Auto-Renewal" → "Setup Auto-Renewal" title on the order-received page for clarity
- QR codes generated client-side with bundled
qrcode-generator(no remote API dependency)
v1.0.5
Added
- Ndebit auto-renewal for subscriptions — customers authorize recurring payments via CLINK after the first payment
- Auto-renewal is active by default after first subscription payment; customers can disable from My Account > Subscriptions
- "Get your nDebit string" link at checkout and on My Account
- BTC / sats / ₿ (bip-0177) currency display option — overrides all frontend prices (product pages, cart, checkout)
- Client-side price conversion fallback for maximum compatibility with Custom Price for WooCommerce Pro and similar plugins
Fixed
- Price display priority changed to
PHP_INT_MAXto avoid conflicts with other plugins - BTC/bip-0177 formatting — now correctly shows 8 decimal places
- Compatibility with third-party subscription plugins (hasthemes, YITH, Flexible Subscriptions)
- PCP warnings — text domain and non-prefixed hook ignore
Changed
- QR codes generated client-side with bundled
qrcode-generator(no remoteapi.qrserver.com)