- Adds compatibility with the latest onegov.core release. [href]
- Adds a payable reference property to all payable models. [href]
- Fixes missing price leading to error when 'charge fee to customer' is active. [href]
- Fixes oauth not working with latest stripe python release (again). [href]
- Requires Python 3.6. [href]
- Fixes oauth not working with latest stripe python release. [href]
- Adds proper support for many-to-many payments. [href]
- Adds a helper method to get the association table for a given Payable. [href]
- Switch to onegov.core's generic association implementation. [href]
- Fixes Stripe payment syncing failing if there was a payout. [href]
- Initial Release