YourBot v0.0.6
Changed
- Self-healing subscription sync — A daily background sync keeps your subscription state in line with Stripe even if a notification is missed in transit. Together with the existing real-time updates, you should never see a stuck or out-of-date subscription again.
Fixed
- Subscription page reliability — When a subscription renews, your existing entry is now updated cleanly with the new period. Previously the account page could accumulate stale rows over time, and a successful renewal could occasionally make an active subscription temporarily disappear from view.
- Multiple BYO slots all visible — If you own more than one BYO slot, every one of them now shows on your subscription page. They could previously be hidden behind a single visible entry.
- Assigned subscriptions always visible — A subscription you've assigned to a server now always shows on the subscription page, so you can manage it (unassign, swap, etc.) even if its billing period got stuck for any reason.
- Server slot assignment — Reassigning a BYO slot to a server that previously had one no longer fails with "already assigned." Old allocations from canceled subscriptions are cleaned up automatically when you assign a new one.
- Plugin renewal dates — The "All Purchased Plugins" tab now shows correct upcoming renewal dates pulled live from Stripe. Long-running subscriptions could previously display dates from when the subscription was first opened.