Releases: beenacle/wc-linked-variations
Releases · beenacle/wc-linked-variations
Release list
v1.2.3
- Variation selectors now respect WooCommerce's custom term ordering (menu order) instead of product order; can be toggled with the
wclv_respect_menu_orderfilter - WordPress-native hardening: explicit text-domain loading on init, input unslashing at the save/import boundaries,
wp_kses_post()on the filtered option markup, translator comments, Select2 stylesheet enqueued on the group screen, non-autoloaded dismissal flag, and complete option cleanup on uninstall
What's Changed
Full Changelog: v1.2.2...v1.2.3
v1.2.2
- Product selection: the admin picker can now link draft, pending, scheduled and private products, not just published ones — each non-published product is labelled with its status so it's clear what you're selecting
- Storefront: linked products are now shown only while published, keeping unpublished products out of the switcher (also fixes a previously-published product that was later unpublished still appearing to visitors)
- Added
wclv_search_product_statusesandwclv_is_product_displayablefilters
What's Changed
- Allow selecting draft/private products in admin; guard storefront to published (v1.2.2) by @uddhabh in #1
New Contributors
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
v1.1.1
Improvements
- Import UX: Replaced sidebar menu item with an auto-detecting admin notice that only appears on the Linked Variations screens when Iconic data is found. Includes Import and Dismiss buttons.
- Compatibility: Updated tested versions to WordPress 6.9 and WooCommerce 10.6.2
v1.1.0
What's new
- Import from Iconic: Migrate linked variation groups from Iconic WooCommerce Linked Variations with one click (Products > Import from Iconic)
- HPOS compatible: Declared compatibility with WooCommerce High-Performance Order Storage
- Auto-updates: Plugin now checks GitHub releases and offers updates through the WordPress dashboard
v1.0.0
Initial release of WC Linked Variations.
- Link separate WooCommerce products by shared attributes
- Manual product selection or taxonomy-based (categories, tags)
- Display styles: buttons, dropdowns, image thumbnails
- Multi-attribute support (e.g. Color + Size)
- Out-of-stock products shown faded/disabled
[wclv_links]shortcode for page builders- HPOS compatible
- GitHub auto-update support