Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@cliffordp cliffordp released this 16 May 22:25
· 59 commits to master since this release

= 1.1.0 2018-05-16 =

  • Feature - Added support for Tribe Commerce PayPal tickets
  • Feature - Added new public methods: delete_all_tickets_for_event(), delete_all_tickets_for_event(), delete_single_pdf_ticket()
  • Tweak - Delete PDF files from server whenever they are detected to be outdated, such as when the Event or one of its attached Venues or Organizers is updated or when an Attendee's Additional Information is updated -- added multiple hooks to disable deleting upon these triggers if you choose
  • Tweak - To be more extensible, made these methods public: ticket_link(), get_pdf_link(), get_direct_pdf_url(), get_pdf_path()
  • Tweak - Added new tribe_ext_pdf_tickets_mpdf_args filter to customize the arguments sent to mPDF
  • Tweak - Update mPDF library from version 7.0.0 to version 7.0.3
  • Tweak - Changed mPDF default arguments to default to letter-size (8.5 x 11 inches) instead of its default A4 (8.27 x 11.69 inches), and arguments are now able to be filtered
  • Fix - Protect against fatal error triggered when Event Tickets plugin got deactivated while this extension was still active
  • Fix - Add additional action hooks for when a ticket is modified and then force regenerating the PDF so it always matches the HTML/email version
  • Fix - WooCommerce - PDF email attachments now work according to your "When should attendee records be generated?" and "When should tickets be emailed to customers?" settings
  • Fix - WooCommerce - PDF email attachments now work when performing "Resend tickets email" from WooCommerce's "Edit order" wp-admin screen
  • Fix - Corrected text domain, load text domain, and add a .pot file to make this extension plugin translatable