You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop "MCW" from the plugin's display name (now just "Reserve a Room"). Cosmetic only; internal code identifiers, the option name, and the database table are unchanged.
Add a 12-hour/24-hour time format toggle to the front-end booking widget. Display-only — submitted data, stored bookings, and confirmation emails are unaffected and always use 24-hour time.
Honeypot anti-bot field falsely blocked reservations in Chrome/Edge. Chromium autofill matched the hidden field by its name="website" and silently filled it from saved profile data, tripping the bot check. Renamed the field and changed how it's hidden so autofill no longer targets it.