Skip to content

v4.0.8

Choose a tag to compare

@sampoyigi sampoyigi released this 22 Jun 09:54
· 58 commits to 4.x since this release

Added

  • order: Trigger mailGetData event in Order model after data retrieval.
  • cart: Conditionally display email and telephone fields based on config.
  • settings: Update icon for settings.

Changed

  • order: Replace save() with saveQuietly() in OrderManager class.

Fixed

  • order: Replace save() with saveQuietly() to prevent events from firing.
  • cart: Escape HTML in delivery address output for security reasons.
  • cart: Assign address_id to data after creating/updating address.
  • cart: Update getCondition method signature to include nullable type.
  • Conditionally display email field in customer orders partial view.
  • requests: Update delivery and collection settings field names and keys.
  • Update permalink_slug validation to be nullable in CategoryRequest.