Accessibility Improvements: keyboard accessibility, voice over testing, live announcement…
Warning: the update contains various small markup changes, which might impact your design if you use custom styling for the configurator. E.g. <a> tags changed to <button>.
Error management: errors are no longer announced via an JS alert, but use a list added to the configurator. Each error links to the element that needs fixing.
FIX: Copy single choice not working
TWEAK: Improve error handling when saving configurator data
COMPAT: Better compatibility with YITH Quote request free, overriding two templates to allow price overrides
1.5.13 – 26/Feb/2026
TWEAK: method is_configurable now also checks if all_variations_are_configurable
Fix validation logic in the steps
1.5.12 – 9/Jan/2026
FIX: Save your design popup placement in WSB theme
FIX: Dropdown dynamic positioning (Upgraded Popper parameters for current version)
1.5.11 – 28/Jan/2026
DEV: Added JS Filter PC.fe.choices.add_one, allowing to prevent adding a choice view
TWEAK: Fix ajax add to cart modal position on La Pomme
TWEAK: Hide Stripe express checkout on configurable products, to prevent adding to the cart without configuring
TWEAK: Throw error when adding product to the cart without configuration
FIX: Variable products not adding to the cart when using the Ajax ATC feature
PERFORMANCE: Multiple views data only included if images are present
TWEAK: possibility to re-order views without loosing the thumbnails set in choices
1.5.1 – 31/Jul/2025
TWEAK: Parse conditions on import (compatibility with latest Conditional logic add-on)
Fix: Data issue when only one choice exists in a layer
FIX: Default settings overriding selection when saving the configurator settings
1.5.0 – 15/Jul/2025
FEATURE: Added compatibility with Variable products, previously available as an add-on.
SECURITY: Prevent possible Cross Site Request Forgery, which would allow purging configuration cache if executed – credit to Nguyen Xuan Chien for the discovery
TWEAK: Set default options when first installing the plugin
TWEAK: Improved accessibility on the Frontend, for keyboard navigation and voice over.
DEV: Refactored copy / paste functionality to work with paste event instead of reading the clipboard data directly
DEV: include Button object in added_to_cart event
TWEAK: Prevent error when a parent group was deleted without removing children first
1.4.4 – 13/Jun/2025
COMPATIBILITY: prepared compatibility with upcoming text overlay add-on
COMPATIBILITY: improved compatibility with WooCommerce Wholesale pricing
TWEAK: Add color picker to Color field
TWEAK: Automatic purge with WP-Optimize and WP-Rocket purging
TWEAK: Bolide inline style tweaks
TWEAK: Float theme CSS tweaks
DEV: Add repeater field type in layer / choice settings
DEV: Add JS filter PC.fe.viewer.main_view
DEV: Add JS action PC.fe.models.layer.init
DEV: Add JS action PC.fe.angle_view.init to trigger in Conditional logic
1.4.3 – 9/May/2025
FIX: In some cases, when the configuration contains only one image, the attachment would be saved again and again. Not duplicating the file, but the post.
TWEAK: Added navigation history in the settings page, to allow staying on the same setting section when saving / refreshing
1.4.2 – 6/May/2025
FIX: Compatibility issue with Variable products, where selected data was not visible in the cart
1.4.1 – 1/May/2025
FIX: Possible Fatal error when wp_generate_attachment_metadata did not exist
TWEAK: Configuration image generation does not use transients anymore