Skip to content

2.0-beta8

Compare
Choose a tag to compare
@alecritson alecritson released this 01 Feb 14:52
· 346 commits to main since this release
6badf21

Fixed

  • Added missing HasTranslations trait to ProductVariant model.

Changed

  • When adding addresses via the CartManager we update any existing addresses rather than removing and re adding.
  • When generating handles for models, we have moved to a forced snake case. i.e. some_handle. By @itcyborg

Added

  • Added scopeDefault to the Url model.
  • Added a new defaultUrl relationship to models using the HasUrls trait.
  • Added new PricingManager class to deal with price fetching on purchasable objects.
  • Allow hub path to be configurable in system config. By (@ryanmitchell)

View Changes