Skip to content

v3.1.0

Compare
Choose a tag to compare
@chriskapp chriskapp released this 05 Jun 16:33
· 203 commits to master since this release
  • Reworked payment system
  • Added deeper Stripe integration handle now complex pricing models through Stripe
  • Removed contract and invoice handling inside Fusio and outsource those to the payment provider
  • Use the Stripe billing portal where a user can manage all subscriptions
  • Remove contract and invoice panel from the backend app
  • Added payment provider webhook support where Fusio receives events from the payment provider
  • Added a trash panel to the backend app where user can restore a deleted record
  • Add autoload to src/ folder
  • Handle gracefully in case the apps dir does not exist
  • Added SqlBuilder action