Marketplace for Craft Commerce icon

Marketplace for Craft Commerce

Version 1.5.1

April 26, 2021

Fixed

  • Fixed inconsistent saving of ID in Payee field, which also fixed the Payee field value not showing in admin templates after resaving all Products via console commands

Version 1.5.0

March 29, 2021

Added

  • Added support for creating login links from the front-end, via marketplace/accounts/create-login-link action
  • Added support for a custom redirect upon leaving or logging out from the external Stripe Connect Express dashboard
  • Added account and dashboard related tests

Version 1.4.1

March 19, 2021

Fixed

  • Fixed EVENT_AFTER_DETERMINE_PAYEE not firing, when no default Payee was set on Product in Craft CMS admin

Version 1.4.0

March 15, 2021

Added

  • Added support for Craft Commerce’s “Authorize Only (Manual Capture)” capture transactions
  • Added more helpful error for soft-deleted fee or name conflicts #16

Version 1.3.1

March 10, 2021

Fixed

  • Fixed Fee Type select field not having a default when editing

Version 1.3.0

March 5, 2021

Added

  • Added dedicated plugin log file

Fixed

  • Fixed handle validation for fees, which also avoids a possible 404 error while editing the fee #11
  • Fixed possible issue when re-saving product that already had a saved Payee field
  • Fixed hash being required as part of redirect link, for redirect after auth

Version 1.2.0

February 15, 2021

Added

  • Added initial support for Craft Commerce Pro and multiple line items, when all line items have the same payee

Version 1.1.0

January 16, 2021

Added

Removed

  • Removed unused imports

Version 1.0.2

November 13, 2020

Fixed

  • Fixed install of oauth2-stripe dependency, replacing forked dependency with published package

Version 1.0.0

November 13, 2020
  • Initial public release

Added

  • Added new README, images, and plugin icon
  • Added testing framework
  • Added latest changes from Craft Commerce to example template
  • Added Stripe PHP v7 to allowed version range, for latest Stripe Payment Gateway plugin

Fixed

  • Fixed use of connection button from OAuth plugin settings page

Version 0.6.0

August 30, 2020

Added

  • Added ability to customize Fees
  • Added buy.html example template, with as few modifications as possible
  • Added Craft License file

Version 0.5.0

June 4, 2020

Added

  • Added Lite edition config
  • Added support for Digital Products on Craft v3.4 and Craft Commerce v3

Fixed

  • Fixed check when no orders or line items exist
  • Fixed fallback to default Stripe account on Craft Commerce v3
  • Fixed Stripe OAuth dependency install

Version 0.4.0

April 6, 2020

Added

  • Added demo of listing payee on default order page
  • Added support for selecting the OAuth app to use
  • Added dynamic redirect to current view after auth

Fixed

  • Fixed date paid showing as current date if order had been refunded
  • The OAuth app handle no longer needs to be called stripe specifically

Version 0.3.0

February 7, 2020

Added

  • Added proper saving of token without forked dependencies
  • Added distinct Stripe Connect and Stripe Connect Express providers
  • Added error message for missing Stripe API key

Fixed

  • Fixed saving of user on Payee field

Changed

  • Moved into stand-alone repository

Version 0.2.0

January 10, 2020

Added

  • Added settings panel

Changed

  • Changed display of order listing based on Commerce permissions

Version 0.1.0

December 6, 2019
  • Initial private release