Event Tickets
Tweaks
- Create a readable ID on CSV and email exports when they're available
Fixes
- Display all visible columns in attendees CSV and email export reports
- Correct how attendee meta meta is handled on all pages
- Remove notices in the attendees export by CSV and email when Community Tickets is activated
Features
- Add a shortcode listing those upcoming events the user has indicated they will attend
- Make it possible to disable the ticket form for logged out users
- Added RSVP and WooCommerce tickets import via .csv file (Thank you Quakely for submitting this idea on UserVoice!)
- Authenticated Attendees can control their RSVP on Events
Tweaks
- Language files in the
wp-content/languages/pluginspath will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!) - Add messaging on the RSVP form when tickets are not yet or are no longer on sale (Props to @masteradhoc on GitHub for this change!)
- Improved our JSON-LD output to include tickets (Big thanks to Lars for reporting this!)
- Record the user ID associated with the creation of new attendee records
- Fixed translation domain on a few strings (Thank you @TEME for reporting the issue!)
- Move plugin CSS to PostCSS
- Fix padding/spacing for RSVP form on single event page in Twenty Fifteen
- Updated plugin description on admin plugin page
Fixes
- Target specific input fields when check for remaining tickets to help with theme compatibility issues such as Avada (Thanks to Michael C!)
- Corrects capabilities test in relation to editing tickets (Props to @bokorir!)
- Loads thickbox for email modal in attendees list
Fixes
- Improve email attendees integration with Community Events Tickets
- Remove unneeded plugin settings when Event Tickets is operating without The Events Calendar
Tweaks
- Setting to opt out of the frontend attendee list now automatically hidden if the attendee list is also hidden
- Make the visibility of the delete ticket link filterable
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
