Skip to content

Releases: tfscharff/wprooms

v1.1.1

Choose a tag to compare

@tfscharff tfscharff released this 09 Sep 13:19

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.

v1.1.0

Choose a tag to compare

@tfscharff tfscharff released this 09 Sep 13:16

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.

v1.0.8

Choose a tag to compare

@tfscharff tfscharff released this 02 Sep 18:15

Fixed

  • 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.