Skip to content

Releases: clerkio/clerk-magento2

4.8.6

30 Jul 09:53
f6db956
Compare
Choose a tag to compare
  • Added bundle product child product skus to default attributes.
  • Added customer group name to default customer data.
  • Added FORMKEY from the serverside session cookie instead of only using the function helper.
  • Added category shortname to default category data.
  • Added function to track returned products.
  • Added log/email for all logged in users iof collect emails enabled.
  • Fixed powerstep bug, when no image was found.

4.8.5

29 Feb 15:28
Compare
Choose a tag to compare
  • Fix version tag.

4.8.4

29 Feb 14:20
Compare
Choose a tag to compare
  • Updated check for subscription status in customer controller.

4.8.3

02 Feb 11:34
Compare
Choose a tag to compare
  • Fixed product emulation for non loaded attributes on child products.

4.8.2

16 Jan 11:47
Compare
Choose a tag to compare
  • Remove trailing comma for php 7 compat.

4.8.1

08 Jan 08:58
e74ae9d
Compare
Choose a tag to compare
  • Made Clerk.js path custom for every store and customer.
  • Added JWT authentication for sync.
  • Added option to sync using legacy keys.
  • Removed message where module would report live search injection issue if upgraded due to finding it own name.
  • Added rotatekey endpoint for private keys.

4.8.0

07 Dec 10:48
Compare
Choose a tag to compare
  • Added multi_source_stock optional field handler.
  • Added child_prices field handler.
  • Added option to get attributes from non-indexed/disabled products. Named Search Non-Indexed Attributes in admin.
  • Added tax_rate field handler.
  • Fixed no results message on search page.
  • Added datenation to Customer and Orders endpoint.
  • Added ability to source images from disabled children in the child_images field handler. Changed via Search Non-Indexed Attributes option.
  • Added native unsubscribe link as default customer attribute when syncing subscribers.

4.7.9

02 Oct 09:17
Compare
Choose a tag to compare
  • Force no thousand separator number_format on prices.

4.7.8

13 Sep 09:26
Compare
Choose a tag to compare
  • Updates for PHP 8.2 Compat.
  • Rewrite of Request controller to no longer use Zend.
  • Added TaxHelper to all prices retrieved.
  • Added visibility field to product data.
  • Added Newsletter status to customer endpoint.

4.7.7

25 May 13:10
Compare
Choose a tag to compare
  • Check that used products is not empty before sourcing price. Child products of configurable product can be malformed.