Releases: joedolson/my-tickets
Releases · joedolson/my-tickets
My Tickets v.1.8.32
= 1.8.32 =
- Bug fix: One string replacement placeholder mistyped in receipts template.
My Tickets v1.8.31
= 1.8.31 =
- Security: XSS vulnerability due to unsanitized email address.
- Security: Plug-in wide security review and hardening.
- Standards: Use WordPress standard methods for stylesheets and scripts throughout plug-in.
- Bug fix: Required address fields should be labeled as required.
- Bug fix: Add language attributes and doctypes to custom templates.
- Change: New QRCode library (https://github.com/chillerlan/php-qrcode)
- Change: Transition error log to log all transactions.
- Change: QRCode template function now has a getter (mt_get_ticket_qrcode()).
My Tickets v1.8.30
- Bug fix: Custom field values overwrite the purchase value field in reports.
My Tickets v1.8.29
= 1.8.29 =
- Add important to some key mobile CSS.
- New: Setting to configure symbol order in money formatting.
- Bug fix:
[remaining]
shortcode incorrectly checked the variable type passed as event ID. - Bug fix: Add scripting to check and verify required fields when custom fields added.
- Bug fix: Change time period for default reports lists from one month to two years.
My Tickets v1.8.28
- Bug fix: typo in option index for cache refreshing.
- Bug fix: reversed needle and haystack in in_array verification.
- Change: default number of events shown in select list for reports from 50 to 100.
My Tickets v1.8.27
= 1.8.27 =
- Bug fix: Accidentally overwrote the total sales value when parsing sales by date.
My Ticket v1.8.26
= 1.8.26 =
- Use autocomplete for name, email, and address fields.
- Bug fix: Don't prevent down arrow in number fields.
- Bug fix: Directly passed report IDs not shown in report dropdowns.
- Add cache busting for common caching plugins whenever cart, user meta, or cookies are updated.
- Bug fix: Retain name & email when a user goes back to edit their cart.
- Display: Stylesheet changes. Additional classes.
My Tickets v1.8.25
= 1.8.25 =
- Bug fix: Use COOKIEPATH instead of SITECOOKIEPATH. (See also 1.0.5. D'oh.)
- Bug fix: Handle situation where negative value ticket counts are passed to cart & payment.
- Bug fix: Don't cast ticket counts using absint
- Bug fix: Don't allow setting ticket counts to negative values.
- Change: Ticket verification styles. (Core colors, font sizing, used indicator.)
My Tickets v1.8.24
= 1.8.24 =
- Critical bug fix: unique ID improperly set in cookies.
My Tickets v1.8.23
= 1.8.23 =
- Improved bug fix for removing events when ticket counts set to 0.
- Bug fix: Duplication of event IDs also needs to be handled in notifications.
- Add debugging log visible on payment screen when MT_DEBUG true.