All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Upgrade to Silverstripe 5 and PHP 8.3
- Removal of suilven/silverstripe-track-member dependency
- Payment Intents integration, thanks @BettinaMaria98 and @wernerkrauss
- catch omnipay exeption when deleting a user that is not linked to a stripe user and has no credit card data
- remove credit card details from database, load via API instead
- remove obsolete guzzle dependency
- add gateway info config to make sure Stripe is handled as onsite gateway
- switch to stable silvershop release
- fix readme
- Updated StripeOrderProcessor to help match payments made in SilverShop with those in Stripe
- initial release for testing purposes