Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: clerkio/clerk-woocommerce

4.1.9

29 Jul 12:09
2776ed1

Choose a tag to compare

  • Added price_html field to product data.
  • Added average_rating, rating_count and review_count to product data.
  • Added guard to check that wc_products() is defined, to cover people installing plugin before woocommerce itself on their wordpress.
  • Log email from active login, even if not typed into input field, if collect_emails enabled.
  • Flatten child products custom attributes into single array.

4.1.8

15 Apr 07:32
8543711

Choose a tag to compare

  • Added guards for grouped products without get_regular_price method in product sync.
  • Remove RTU trigger from variants being modified.
  • Added new hooks position for product page recommendations.
  • Added beRocket as source for brands.

4.1.7

31 Jan 10:54

Choose a tag to compare

  • Added realtime updates for pages.
  • Added instant sync option for realtime updates pages.
  • Restructured settings fields in admin.
  • Added scope prefixed settings for polylang users.
  • Added ability to force sync to give data in language context via lang param.

4.1.6

04 Jan 10:07

Choose a tag to compare

  • Added toggle for using legacy Authentication
  • Made clerk.js path dynamic for each store

4.1.5

13 Dec 14:18

Choose a tag to compare

  • Fix custom additional scripts not printing in header.

4.1.4

30 Nov 14:03

Choose a tag to compare

  • Fix site url for single site

4.1.3

27 Nov 10:17

Choose a tag to compare

  • Added ability to programatically disable powerstep
  • Added better custom attribute support for customer endpoint
  • Added roles default field to customer endpoint
  • Added option to not strip url params when redirecting for Powerstep
  • Added WooCommerce Brands and PBW Brands to Category Data.
  • Variant Images conform to selected dimensions in admin
  • Reduced product and variant instanciation count during full sync
  • Separated JS and CSS resources for admin
  • Added support for WPML.
  • Fixed access of min_raw_price to use method instead of property
  • Added category names to product default data
  • Added product tags to product default data
  • Added support for getting product attributes created using Advanced Custom Fields
  • Added JWT token to sync authorization

4.1.2

09 Aug 09:17

Choose a tag to compare

  • Cleaned up variable names for product attribute import
  • Fixed json encoding to removing products via realtime updates

4.1.1

07 Aug 11:59

Choose a tag to compare

  • Added all prices both as Exc VAT and Inc VAT
  • Improved Attribute Split Handling from String

4.1.0

02 Aug 07:56

Choose a tag to compare

  • Added support for currency conversion for clients using aelia_currency_convert.
  • Fixed variant id param getting trimmed with non ajax powerstep page for some users.
  • Change realtime update hook for products to be more deferred.
  • Added option to exclude custom attributes from getting stripped and split.