Skip to content

v10.0.0

Choose a tag to compare

@I-HiMo-I I-HiMo-I released this 09 Aug 11:47

v10.0.0 — 2026-07-03

Major release — "Can't find your exhibition?" section with manual registration

What's new

  • New banner at the top of the page, above the search bar: "Can't find your exhibition on this list? [Register Your Interest]"
  • Clicking it opens the same registration popup, but in a special mode with one extra field: "Exhibition Name & Date" — a free-text box where the visitor types the exhibition they were actually looking for
  • The rest of the form (Name, Email, Job Title, Country, Town) is identical to a normal registration — same validation, same design
  • Emails are worded differently for this flow — the admin gets "Exhibition request (not found on site): [what they typed]" instead of a normal registration notice, and the customer gets "We received your exhibition request" instead of a booking confirmation, so nobody mistakes this for a real listing
  • Admin → Registrations page now shows a red "Not Found" badge next to these entries, followed by the exhibition name/date the visitor typed — so you can tell at a glance which registrations are for real listings vs. requests for exhibitions you don't have yet

Database change

Added a requested_exhibition column to the registrations table for this free-text entry. Important: added an automatic schema-upgrade check that runs on every plugin load (comparing a stored version number against the current one) — this means the new column gets created automatically the next time the site loads this version, without needing to deactivate and reactivate the plugin. This will also make any future schema changes apply automatically going forward.