Skip to content

v2.0-beta14

Compare
Choose a tag to compare
@alecritson alecritson released this 04 Aug 10:07
· 10 commits to main since this release
14c70fd

Added

  • Migrations are now publishable under the tag getcandy-migrations

Fixed

  • FieldTypes which have an empty value will now return suitable defaults.
  • Issues with floating point rounding on prices should now be resolved.
  • $meta will now be casted to an array correctly when updating a CartLine.
  • macros on models now reference the correct class to prevent side effects.

Changed

  • Saved carts have been removed from the core
  • Removed macro functionality from the BaseModel into it's own trait.
  • The last_four column on transactions is now nullable.
  • The override method for Order reference generators has been removed in favour of a config based approach.
  • The OrderReferenceGenerator has now been moved into the config to be more inline with future releases