Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@jenschude jenschude released this 06 Jan 13:53
· 1450 commits to main since this release

Bug Fixes

  • JsonObject: fix JsonObject::hasField method to return if the field has a value set (c2eaed5), closes #173

Features

  • Cache: add support for PSR-6 cache adapter (e6cbd27), closes #194
  • Cart: support new cart tax modes (f6bfeeb), closes #207
  • Customer: support anonymous cart sign in mode for customer login (e94ac48), closes #212
  • Error: add DiscountCodeNonApplicable error (a42e90d), closes #198
  • Product: add changeMasterVariant update action (48d1a42), closes #204
  • Product: add getAllVariants helper method to product data (006e984), closes #213
  • Product: add image move to position update action (c24839b), closes #206
  • Product: add scopedPrice and scopePriceDiscounted to ProductVariant model (f7d25d8), closes #201
  • Product: add support to publish product on creation (ee71818), closes #203
  • Product: support availableQuantity for product variant availability (dbc4c48), closes #202
  • Product: support fuzzy query for product suggest (1d59870), closes #205
  • Query: add support for multiple where query parameters (591c926), closes #196
  • Request: support reference expansion for CRUD requests (0f29ea7), closes #199
  • Review: add review messages (f20c858)
  • UpdateRequest: add hasActions method to update requests (cb98ffd)