July 25th 2020
- Added a new Extra option for increasing the upload size per asset file
- Added a dedicated button in
My Account
to update user’s Billing Information - Added a dedicated button in
My Account
to access the Stripe portal to change payment methods and see billing history/past invoices - Update system to synchronize subscription information with the payment processor to make sure expiration dates are accurate
- Show a warning and error message to users who have past due invoices or unpaid subscription
- Automatically lock/unlock accounts for unpaid subscriptions (used to be a draining manual process)
- Added a grace period of 24 hours after a subscription ends before services stop.
- When adding a new license, don’t reload the page after 5 seconds, instead prompt the user to reload.
- Use the
verify
Foundry endpoint instead of thesign
endpoint for monthly license validations - Add an automatic
latest
symlink in each Bazaar package (useful for a localization script by @lordzeel) - Simplified internal payment processing system and removed some obsolete code
- Fixed small bug where the ‘preview changes’ in subscription manager didn’t become clickable immediately after entering the address line content
- Fix an issue where updating billing information updated them on the customer but not on the attached payment method
- Added the initial implementation for Paypal support (not finished)
- Added basic framework for switching to a reactive UI