Event Tickets
Tweaks
- Added back the purchaser name and email address to the attendee reports for all tickets. We had inadvertently removed those in a previous release. #facepalm
- Fixed an error where tickets on custom post types would not save or display on the front end. That was annoying to anyone trying to create RSVPs or tickets on anything other than a default page or post.
Fixes
- Removed a notice on attendees list when a non-existent email method is on a hook
Tweaks
- Add filters for generated attendee and order data; tribe_tickets_attendee_data and tribe_tickets_order_data, respectively
- Relocated the generation of tickets to the template_redirect action because init was too early for proper permalink fetching
Fixes
- Resolved issue where purchasing tickets was impossible if ticket stock was set to unlimited (thanks to James for reporting this one)
- Fixed issue where the customer name and customer email address had been removed from the attendee export CSV (nice find here by Joe in our forums)
Features
- Implemented global stock per event allowing multiple tickets to pull from the same pool of available tickets on an event (Heck yeah to all those who voted on this feature!)
- Added filters for RSVP ticket generation: event_tickets_rsvp_tickets_created, event_tickets_rsvp_tickets_generated_for_product, and event_tickets_rsvp_tickets_generated (props to 75ninteen for this pull request!)
Tweaks
- Conditionally show attendees link on Event listing in the WordPress administration
- Obfuscated license keys Events > Help > System Information
- Allowed the "same slug" notice to be dismissed and fix some text in that message
Fixes
- Fixed issue where some characters were not escaped appropriately for month and year formats
- Resolved issue where the RSVP confirmation error message displayed when it shouldn't
- Prevent notices to enqueue method when moving form hooks
Fixes
- Prevent notices to enqueue method when moving form hooks
Features
- Add a loading graphic after clicking send email for the attendee's report
Features
- Add support for global ticket stock so multiple tickets can optionally reduce from a single ticket total for a given event
Tweaks
- Ignore alpha/beta/rc suffixes on version numbers when checking template versions
- Add HTML id attribute to ticket area on the single-event page so plugin/theme authors can use anchor tags to jump to that section of the page
Fixes
- Resolved issue with stock calculations on the Attendees report
Tweaks
- Leverage the original_stock() method when rendering ticket availability to avoid funky math problems with different Event Tickets Plus commerce providers (Thank you liblogger for reporting this issue!)
Tweaks
- Removing dates from ticket emails when those tickets are attached to non The Events Calendar event posts
Fixes
- Fixed a settings page URL (Thanks for the tip Kristy!)
Tweaks
- Removed The Events Calendar-specific fields from the Attendees Report as defaults. The Events Calendar will now hook into the report and inject event-specific fields
Fixes
- Fixed issue where a retina-friendly loading gif was 404ing
