Event Tickets
Tweaks
- Add prompt for ratings on admin Event screens
Fixes
- Provide fallback page if App Shop API fails to load
- Events related links should appear under the Events menu (Thanks @Abby for the original report of this on our support forums)
Fixes
- Send an email acknowledgement, rather than a set of tickets, when a user confirms they will not attend an event (RSVPs)
- Removed the ticket description in the admin area to allow for more room for tickets sold notes
- Displays the name of the ticket for each attendee on the order confirmation page
- Fixed issue where front-end attendees table check-in state would not show the correct value
Tweaks
- Add a period to the ticket header image setting
Fixes
- Ensure translations load as expected with all supported versions of WordPress (thanks to @JacobALund for originally reporting this on .org forums)
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
