Skip to content

Releases: beenacle/wc-linked-variations

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 06:00
7dfb4b1
  • Variation selectors now respect WooCommerce's custom term ordering (menu order) instead of product order; can be toggled with the wclv_respect_menu_order filter
  • 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

  • Order selectors by menu order + WordPress-native hardening (v1.2.3) by @uddhabh in #2

Full Changelog: v1.2.2...v1.2.3

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 14:49
00ec072
  • 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_statuses and wclv_is_product_displayable filters

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

Choose a tag to compare

@uddhabh uddhabh released this 24 Jun 07:22

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 08:48

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@uddhabh uddhabh released this 12 Apr 07:03

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

Choose a tag to compare

@uddhabh uddhabh released this 12 Apr 06:35

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

Choose a tag to compare

@uddhabh uddhabh released this 11 Apr 14:53

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