Skip to content

1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 17:48
· 32 commits to 1.x since this release
1.3.0
76aee7a
  • Stripe now requires Craft CMS 5.5.0 or later.
  • Added support for customizing card attributes for the Product, Price and Subscription field layouts. (#56)
  • Added the stripe/data/reset command. (#42)
  • The resave/stripe-products, resave/stripe-prices, and resave/stripe-subscriptions commands now support the --with-fields option. (#55)
  • Added craft\stripe\models\Settings::$createUserIfMissing. (#57)
  • Fixed a bug where craft\stripe\elements\Product::getDefaultPrice() was returning null for products with tiered pricing. (#40)
  • Fixed a SQL error that occurred on MariaDB. (#51)
  • Fixed a styling issue. (#49)