Skip to content

2.0-beta13

Compare
Choose a tag to compare
@alecritson alecritson released this 19 May 13:51
· 141 commits to main since this release
37ea94e

Added

  • Added support to allow the scout driver to be defined per model.
  • Added addLines method to the CartManager that allows for multiple items to be added to the cart.

Fixed

  • If a fieldtype class no longer exists, the editing pages will now remove it and prevent the associated errors.
  • Added support to allow the scout driver to be defined per model.
  • savedCart relationship has been added to the Cart model.
  • Incorrect price when currency has zero decimal places.
  • The last_four column has been changed to a VARCHAR (#282).
  • When adding a purchasable to the cart, a potential difference in key order for meta is taken into account. #271