Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 08:38
  • Stripe now requires Craft CMS 5.6+.
  • It’s now possible to view (but not edit) plugin settings on environments where allowAdminChanges is disabled. (#78)
  • It’s now possible to associate Stripe products and subscriptions with elements imported via Feed Me. (#81)
  • Added craft\stripe\feedme\fields\Products. (#81)
  • Added craft\stripe\feedme\fields\Subscriptions. (#81)
  • Added craft\stripe\services\Prices::EVENT_AFTER_SYNCHRONIZE_PRICE. (#82)
  • Added craft\stripe\services\Products::EVENT_AFTER_SYNCHRONIZE_PRODUCT. (#82)
  • Added craft\stripe\services\Subscriptions::EVENT_AFTER_SYNCHRONIZE_SUBSCRIPTION. (#82)
  • Fixed an error that occurred when searching through Stripe invoices via the control panel. (#79)