IgnitionDeck Stripe Express Release Notes
Release notes specific to the IDCommerce Stripe Express addon plugin (see docs for installation and setup instructions: Modules | Stripe Express)
0.4.0
- (New) Fee modification module with admin settings for platform fees
- (New) Per-project application fee configuration via metabox
- (New) Checkout donations and fee coverage options for backers
- Files changed: idcommerce-stripe-express.php, includes/class-idcommerce-stripe-express.php, includes/class-stripe-express-metaboxes.php, assets/js/stripe-express.js, assets/js/stripe-express-fee-mods.js, assets/js/stripe-express-admin.js, assets/js/metabox-validation.js, assets/css/stripe-express-admin.css, templates/_checkoutDonations.php, templates/_checkoutFees.php, and templates/admin/_feeModsSettings.php
0.3.1
- (Update) Switched to Direct Charges API pattern for connected accounts
- (Update) Improved visibility of Stripe Express when only payment method
- Files changed: idcommerce-stripe-express.php, includes/class-idcommerce-stripe-express.php, and assets/js/stripe-express.js
0.1.1
- (Fix) Auto-initialize Stripe Express when it is the only payment method available
- Files changed: idcommerce-stripe-express.php, assets/js/stripe-express.js, and README.md
0.1.0
- (New) Multi-currency support
- (New) Initial release of Stripe Express Connect gateway for IDCommerce
- (New) Stripe Express Connect onboarding and account management
- (New) Checkout integration with Stripe Express payment flow
- (Fix) Fine tuning buttons and messages in multiple gateway situations
- (Fix) Front-end dashboard settings from being overwritten when module enabled
- Files changed: Initial release