Skip to content

BOGO Select for WooCommerce 2.3.0

Choose a tag to compare

@johnjanney johnjanney released this 01 Aug 23:39
· 57 commits to main since this release

Install: download bogo-select-2.3.0.zip below, then WordPress → Plugins → Add New → Upload Plugin.

[2.3.0] — 2026-08-01

A Buy list that can name one size.

Changed

  • The Buy list can name a single variation. Its search box offered top-level
    products only, so an offer could turn on every size of a T-shirt or on none of
    them — "buy 2 of the Large" could not be expressed from the settings screen at
    all. The Get list has searched variations since 1.3.0; the Buy list now uses
    the same search. Nothing changed behind it: is_buy_eligible() has matched a
    cart line by its variation ID or its parent's since 1.0.0, and D-006 said so on
    day one, so the whole limit was the picker in front of it. Listing a product
    still counts every variation of it. Listing a variation counts only that one,
    and listing both is the same as listing the product alone. The behaviour was
    verified by hand when variable rewards landed (OPEN-QUESTIONS.md Q-003) but
    had no test, because no supported configuration could produce it; it now has
    two.