توضیحات
Run raffles with WooCommerce. Sell tickets, draw winners, and let customers buy tickets for friends and family.
تغییرات این نسخه
1.1.14
Fix: Analytics revenue was calculated as ticket count multiplied by the raffle’s current list price, so coupons and discounts applied at checkout were not reflected and figures overstated actual income. Changing a raffle’s price after tickets had sold also rewrote historical revenue. The main revenue stat, Top Raffles table, and CSV export now calculate revenue from the actual order line-item totals the tickets were purchased on. Figures include tax by default to match the previous gross numbers; use the new rfwc_analytics_revenue_include_tax filter (return false) to report net revenue instead.
Fix: The Top Purchasers “spent” figure ignored the selected date range and always showed each purchaser’s lifetime spend for a raffle. It is now scoped to the same date range and raffle filter as the rest of the report, and is calculated from actual order totals so discounts are reflected.
1.1.13
Dev: New filter rfwc_eligible_tickets exposes the draw pool so addons can combine tickets across multiple raffles (e.g. a master drawing). Defaults to the existing per-raffle pool, so no behavior change for stores that do not extend it.
Dev: New filter rfwc_should_auto_draw lets addons suppress the automatic per-raffle draw for individual raffles, useful when a parent process handles winner selection across a group of raffles. Defaults to true.
Dev: New filter rfwc_admin_tickets_extra_tabs lets addons append tabs to the Raffle Tickets admin page. Pair it with the new rfwc_admin_ti
Fix: Analytics revenue was calculated as ticket count multiplied by the raffle’s current list price, so coupons and discounts applied at checkout were not reflected and figures overstated actual income. Changing a raffle’s price after tickets had sold also rewrote historical revenue. The main revenue stat, Top Raffles table, and CSV export now calculate revenue from the actual order line-item totals the tickets were purchased on. Figures include tax by default to match the previous gross numbers; use the new rfwc_analytics_revenue_include_tax filter (return false) to report net revenue instead.
Fix: The Top Purchasers “spent” figure ignored the selected date range and always showed each purchaser’s lifetime spend for a raffle. It is now scoped to the same date range and raffle filter as the rest of the report, and is calculated from actual order totals so discounts are reflected.
1.1.13
Dev: New filter rfwc_eligible_tickets exposes the draw pool so addons can combine tickets across multiple raffles (e.g. a master drawing). Defaults to the existing per-raffle pool, so no behavior change for stores that do not extend it.
Dev: New filter rfwc_should_auto_draw lets addons suppress the automatic per-raffle draw for individual raffles, useful when a parent process handles winner selection across a group of raffles. Defaults to true.
Dev: New filter rfwc_admin_tickets_extra_tabs lets addons append tabs to the Raffle Tickets admin page. Pair it with the new rfwc_admin_ti