SDK Integration
/Changelog
SDK Changelog
Full history: GitHub CHANGELOG.
Version 2.0.0 (2026-09-09)
Added
- Inline wp-admin checkout via
$bridge->checkout_button() - Paddle Billing v2 overlay checkout from wp-admin
- Stripe Elements card checkout in the billing modal
- Plan configuration: fixed plan or
allow-plan-selection - Gateway selection:
paddleorstripe
Changed
- Checkout AJAX proxies plan lookup and charge initiation to License Bridge API (secrets stay server-side)
Version 1.0.30 (2026-09-08)
Changed
- Move SDK release instructions from public README to
RELEASE.md
Version 1.0.29 (2026-09-08)
Added
- Post-purchase admin redirect to
plugins.phpwithlicense_upgraded=1orlicense_saved=1
Fixed
- WordPress 6.7+ text domain loading in
Loader - Admin callback page registration (
load-{hook}handler) - Plugin upgrade after purchase (headers already sent)
- Admin notice deduplication
- Purchase link URL encoding
Changed
- Minimum PHP version raised to 7.2