PHP Pro Bid v10 is live as of 16 July 2026. It's the biggest release in the platform's history, with 80 changes across the auction engine, the selling flow, and the code underneath. The flagship feature is Auction Events, a new scheduled auction format where a catalog of lots closes in timed sequence, alongside a simpler unified selling fee. This is the plain-English tour of what changed and why it matters for the auction business you run. If you want the line-by-line list, the full v10 release log has every entry.
At a glance, here's where the work went: 34 new features, 27 fixes, 11 refactors, and 8 design updates.
What are Auction Events?
Auction Events are the flagship feature of PHP Pro Bid v10: scheduled auctions in which a catalog of lots closes in sequence, and each buyer receives one combined invoice. There's no video stream to configure. An event is simply your catalog of lots, closing one by one on a schedule you set.
The format is built around automatic invoicing and a controlled go-live. Here's how it works:
- Invoices generate automatically when an event closes, or a buyer or seller can raise one beforehand.
- A "Pending invoice" on My Purchases and My Sales links straight to checkout or invoice editing, instead of routing back through the cart.
- Lots can be added one at a time, in bulk, or as a composite element.
- A new Publish action controls exactly when the event goes live.
How do the changes help charity auctions?
Auction Events also power charity and fundraising sales. A gala or silent auction maps cleanly onto the same event flow: staggered closings keep bidding lively, and one combined invoice per guest keeps checkout painless. That makes the format a strong fit for a charity auction. For the psychology behind why staggered closings keep a room bidding, our guide to higher bids and better engagement goes deeper.
What is the unified fee in v10?
The unified fee replaces the separate listing setup fee and sale transaction fee with a single charge. If you bill your sellers to list and to sell, that's now one predictable number instead of two line items to reconcile. It simplifies seller billing and makes your pricing easier to explain.
To be clear about what this isn't: PHP Pro Bid still takes zero transaction fees on your sales, on every plan. The unified fee only affects the charges you set for the people selling on your site. It's simpler for them to understand, and simpler for you to manage. The pricing page covers what you pay us (spoiler: no cut of your revenue, ever).
Faster to use, lighter to load
A lot of v10 is quiet performance work that buyers feel without noticing. Images can now be uploaded and served as AVIF and WebP, which means smaller files and faster pages, and a new option resizes images in the browser so they always fit their containers cleanly. On the selling side, the listing setup form was redesigned around a multi-file upload box, and rarely-touched blocks like Location and Shipping can start collapsed to declutter the form on mobile.
The shopping cart moved from a cramped dropdown to a proper slide-in side panel that works the same on desktop and mobile, and the cart count updates the moment an item is added. It's a small change you'll feel on every checkout, and it fits the way the marketplace and webstore runs alongside your timed auctions.
Transactional emails were rebuilt too, on a new shared layout, so the confirmations and alerts your buyers receive look consistent and current.
Built to extend, for the self-hosted crowd
If you run PHP Pro Bid on your own server, v10 gives your developer far more room to work without editing the core. The centerpiece is a hooks system built around an AbstractHook class, which lets you add methods to frequently-used objects like listings and users. Alongside it:
None of this is required reading if you're on a managed plan. But it's exactly why teams choose the self-hosted license when they want to shape the platform around their business.
Quieter, safer, more reliable
The unglamorous half of the release is arguably the most valuable. v10 fixes a race condition where a bid placed at the exact moment an auction closed could be missed. The software now waits a couple of seconds before assigning the winner, so late bids still count. If the mechanics of last-second bidding are new to you, our explainer on proxy bidding and anti-sniping breaks it down. It also adds a rate-limiting module against abusive traffic, reCAPTCHA on the message form to cut spam, and an optional add-on that only lets buyers leave feedback once they've paid, which protects sellers from bad-faith reviews.
Under the hood, v10 is compatible with PHP 8.3, introduces cron locking so scheduled jobs never overlap, and retires the old router in favor of the hybrid one. Twenty-seven fixes in total land across mobile layouts, multi-language support, and the admin area, the kind of long tail that makes a platform feel solid.
A few smaller things you'll notice
- A "Make an Offer" badge on listing cards, so negotiable items stand out.
- Listing cards now link through to the seller's store.
- Refreshed sharing, including WhatsApp, Messenger, and a copy-link action.
- Whole-number prices hide trailing decimals, showing them only when they matter.
- Stripe added to the retail version, with a refreshed design.
- Listing fees managed on one unified admin page.
- Tax now tracked per listing rather than per invoice.
- Wish-list items auto-clear after 15 days for guests, keeping data tidy.
How to get v10
How you move to v10 depends on your plan, and either way there's nothing complicated to do.
On Cloud or Managed VPS? v10 is applied for you. You're already on it or will be shortly, at no extra cost, with future versions included in the subscription.
On a license? Your purchase covers v10 and every v10.x update. A future major version (v11) would be a separate paid upgrade, and owners of v10, v9, or v8 licenses get a discount when the time comes. You can keep running v10 for as long as you like.
New to the platform and weighing it up? The features overview shows what's included on every plan, and how to start an online auction business walks through the first steps end to end.
PHP Pro Bid v10 FAQ
What is PHP Pro Bid v10?
PHP Pro Bid v10 is the 2026 major release of the PHP Pro Bid auction platform, published on 16 July 2026. It ships 80 changes, led by its flagship new Auction Events feature, a single unified selling fee, faster AVIF and WebP image handling, a developer hooks system, and a batch of reliability and security work.
Does PHP Pro Bid v10 add live video or webcast auctions?
No. A live auction event in PHP Pro Bid is a scheduled catalog whose lots close in timed sequence, with one combined invoice per buyer. There is no built-in video stream or webcast. Live streaming can be built as a custom project, but it is not a standard feature in v10.
What is the new unified fee, and does PHP Pro Bid take a cut of my sales?
v10 merges the separate listing setup fee and sale transaction fee that you charge your own sellers into one predictable fee. It does not change what you pay PHP Pro Bid: transaction fees to PHP Pro Bid remain zero on every plan. The unified fee only affects the charges you set for people selling on your site.
Do I have to pay to upgrade to v10?
If you are on the Cloud or Managed VPS plan, v10 is applied for you at no extra cost. If you own a license, your purchase covers v10 and every v10.x update. A future major version (v11) would be a separate paid upgrade, and owners of v10, v9, or v8 licenses receive a discount on it.
Is v10 faster than previous versions?
Yes. v10 adds support for AVIF and WebP images for smaller files and quicker page loads, an option to resize images in the browser so they always fit their containers, and a redesigned listing form with a multi-file upload box. The shopping cart also moved to a lighter slide-in side panel.
Can developers extend PHP Pro Bid v10?
Yes. v10 introduces a hooks system built around an AbstractHook class that lets developers add methods to core objects such as listings and users. Add-on CSS and JavaScript are now discovered and loaded automatically, and there is a new advanced custom fields module, useful if you run a self-hosted license.
When was PHP Pro Bid v10 released?
PHP Pro Bid v10.0 was released on 16 July 2026. The full release log lists all 80 items: 34 new features, 8 design and interface updates, 27 bug fixes, and 11 refactors and other changes.