← Zurück zu Waitlist PRO v1.0.9 (15 Releases)

Changelog Waitlist PRO

Changelog für das verfügbaren WooCommerce-Plugin Waitlist PRO: Updates, Korrekturen und Funktionsentwicklung.

v1.0.9
  • New: **notification queue and opt-in token retention.** The `restock_pro_notify_queue` table used to keep processed records indefinitely. Completed and failed notification jobs are now pruned once they pass the retention period chosen under **Waitlist -> Scheduled Sends** (30, 90, 180, 365 or 730 days; 180 by default for new installs). Expired unconfirmed double opt-in tokens are pruned alongside. Existing log 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.8
  • Fix: the Double Opt-In, Scheduled Sends and Segmentation settings screens were never registered, so their menu pages and options did not exist and the three features could never be switched on. They are now booted with the rest of the PRO services.
v1.0.7
  • Copy: the plugin description promised per-variation waitlists. A signup made on a variation is stored against the parent product, so notifications follow the parent's stock status. The description now lists what PRO actually adds.
v1.0.6
  • Fix: uninstall now removes what the plugin created. It deletes the PRO options and drops the `restock_pro_notify_queue` and `restock_pro_optin_pending` tables, 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 `waitlist-pro/uninstall/delete_data` filter can keep the data instead.
v1.0.4
  • Added bundled Polish, German and Spanish translations for the plugin interface.
v1.0.1
  • First stable release.
v0.7.2
  • Plugin Check: escaping/sanitisation/i18n/hygiene fixes.
v0.7.1
  • Maintenance: renamed the plugin slug and text domain to plogins-waitlist-pro to align with the Plogins family. No functional changes.
v0.7.0
  • New: per-variation waitlists, variable-product signups target a specific variation; restock emails notify only matching subscribers. Integrates with double opt-in, scheduled sends and category segmentation. Requires free Restock 0.2.1+ for the `variation_id` waitlist column.
v0.6.0
  • New: advanced CSV export on **Restock → Demand Analytics**, enriched demand CSV (SKU, stock status, categories, product URL) and pending-subscriber CSV with product metadata.
v0.5.0
  • New: category segmentation, include or exclude product categories before back-in-stock emails send (**Restock → Segmentation**). Works with immediate sends and scheduled batches.
v0.4.0
  • New: scheduled / drip notifications, stagger back-in-stock emails in configurable batches (**Restock → Scheduled Sends**). First batch sends when stock returns; later batches follow your interval.
v0.3.0
  • New: double opt-in, optional email confirmation before waitlist signup (**Restock → Double Opt-In**). Confirmation links expire after seven days.
v0.2.0
  • New: Demand Analytics dashboard under Restock → Demand Analytics, with pending signups, products with demand, fulfilled signups, most-demanded out-of-stock products and demand CSV export.
v0.1.0
  • Initial release. Boots on top of the free Restock plugin, verifies the free plugin and minimum version, registers premium services and hooks 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.