Releases: clerkio/clerk-woocommerce
Releases · clerkio/clerk-woocommerce
4.1.9
- 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
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
- 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
4.1.1
4.1.0
- 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.