v1.5.0
LatestVerified Safe- Added autocomplete attributes to ticket form fields.
- Sanitize the Twitter field value to ensure that only the handle is saved and displayed, instead of the full URL.
- Removed the H3 from the ticket form title to correct the heading order.
- Added HTML document and a page title to the print ticket view to improve accessibility.
- Added screen reader text to the "View or Edit" ticket links to improve accessibility.
- Added "Actions" as the column header to resolve the missing column header issue.
- Open print ticket links in the same tab instead of a new tab to improve accessibility.
- Added `role="button"` to ticket form link to improve accessibility.
- Set aria-expanded for the ticket fields when collapsed/expanded
- Updated the ticket list in the `order_tickets` shortcode to use proper `ul`/`li` markup instead of incorrect `dt` elements, improving accessibility and semantic structure.
- Wrapped the ticket fields in the ticket form with `<fieldset>` and `<legend>` to improve accessibility.
- Dev - Bump WooCommerce "tested up to" version 10.8.
- Dev - Bump WooCommerce minimum supported version to 10.6.