← Volver a Bundle Pro v1.0.7 (11 versiones)

Changelog Bundle Pro

Changelog del plugin de WooCommerce Bundle Pro (disponible): actualizaciones, correcciones y desarrollo de funciones.

v1.0.7
  • New: **analytics data retention.** The `bundle_pro_analytics` table used to grow indefinitely. Events are now pruned once they pass the retention period chosen under **WooCommerce -> Bundle Analytics** (30, 90, 180, 365 or 730 days; 180 by default for new installs). Existing store data is preserved on upgrade until a retention period is selected. The prune runs hourly in small batches so it never locks the table on a busy shop, re-schedules itself if the cron entry goes missing (including on multisite sites that were already active), and is removed on deactivation and uninstall.
v1.0.6
  • Fix: uninstall now removes what the plugin created. It deletes the PRO options and drops the `bundle_pro_analytics` table, which used to survive a delete, and on multisite it cleans every site in the network. Tables belonging to the free plugin are left alone. The cleanup runs through the Freemius `after_uninstall` hook, and the `bundle-pro/uninstall/delete_data` filter can keep the data instead.
v1.0.2
  • Added bundled Polish, German and Spanish translations for the plugin interface.
v1.0.1
  • First stable release.
v0.6.2
  • Plugin Check: escaping/sanitisation/i18n/hygiene fixes.
v0.6.0
  • New: scheduled bundle deals, optional deal start/end dates per bundle; outside the window the bundle box and `[bundle]` shortcode are hidden, add-to-cart is blocked and all bundle discounts are suppressed in the cart.
v0.5.0
  • New: bundle analytics, track bundle views, add-to-cart actions and checkout conversions per bundle product, with rates, attributed revenue, CSV export and a tracking toggle under **WooCommerce → Bundle Analytics**.
v0.4.0
  • New: mix-and-match bundles, choose a pool of products and how many the customer must pick; the storefront renders a selectable bundle box and validates picks before add-to-cart.
v0.3.0
  • New: tiered / quantity bundle pricing, define volume discount tiers per bundle, show a tier table on the product page, and apply the best matching tier as a cart fee when customers buy multiple complete bundle sets.
v0.2.0
  • New: order-history suggestions, find products frequently bought together with current bundle items (last 90 days) and add them from the Bundle Pro panel.
v0.1.0
  • Initial release. Establishes the PRO add-on bootstrap: boots on top of the free Bundle plugin via the `bundle/booted` action, verifies the free plugin and minimum version, wires premium service/hook registries into the shared container, runs activation defaults and version-tracked migrations, declares WooCommerce HPOS + Blocks compatibility, and integrates the Freemius SDK for licensing and updates.
  • New: product-search bundle picker (WooCommerce select2 product search) that builds bundles into the same free `_bundle_definition` meta.
  • New: per-bundle pricing mode, keep the free percentage discount or set a fixed total bundle price, rendered on the product page and applied as a cart fee. Remaining premium features (tiered/quantity pricing, mix-and-match bundles, scheduled deals, bundle analytics) are planned and not yet implemented.