Skip to content

2.0-beta11

Choose a tag to compare

@alecritson alecritson released this 04 Apr 13:07
· 61 commits to main since this release

Added

  • Added new config option disable_variants to getcandy-hub/products.php. This is set to false by default so variants remain enabled.
  • Added validation message for URLs when editing a product
  • Added slug field when creating a new collection and URLs are required.
  • Added ability to save searches on the orders table.
  • Added a new Slot feature so developers can start extending screens within the Hub.

Fixed

  • wire:model now correctly references the current property when editing an attribute.
  • Attribute editing validation rules will now take in to account all languages.
  • The Number field type will now show the correct input with validation By @lucasvmds

Changed

  • Customer screens have been completely overhauled.
  • Order screens has been completely overhauled.
  • Complete rewrite to the orders table.
  • The way order statuses are defined in config/getcandy/orders.php has changed, see upgrade guide for detais.

View Changes