Skip to content

Releases: joedolson/my-tickets

My Tickets v1.8.6

11 Aug 21:13
Compare
Choose a tag to compare

= 1.8.6 =

  • Bug fix: Strict comparison requirement yielded incorrect check for sold out status.
  • Bug fix: Incorrect return value possible on sold out status
  • Bug fix: Show admin-only purchase statuses in Reports
  • Bug fix: Ensure handling is a float value so it can be operated on

My Tickets v1.8.5

02 Jul 21:01
Compare
Choose a tag to compare

= 1.8.5 =

  • Bug fix: Flaw in mt_has_tickets() function triggered false if any type of tickets had 0 remaining.

My Tickets v1.8.4

28 Jun 19:31
Compare
Choose a tag to compare
  • Discount notice showing when price unchanged
  • Add sequential ticket IDs to report
  • Add payment status to reports of tickets
  • Fix issue with remaining tickets in {ticket_status} template tag for My Calendar.
  • Add custom fields to reports by date as well as reports by event.

My Tickets v1.8.3

10 May 17:36
Compare
Choose a tag to compare

= 1.8.3 =

  • Bug fix: Ensure that discount calculations aren't run twice.
  • Bug fix: Get Payment ID before totaling cart.
  • Bug fix: Check that values are numeric for shipping & handling before applying.
  • Change: Allow receipts to display when payments aren't completed yet.

My Tickets v1.8.2

26 Mar 18:52
Compare
Choose a tag to compare

= 1.8.2 =

  • Add template tag for event status in My Calendar
  • Misc. minor bug fixes
  • Add class & wrapper to sold out ticket types
  • Bug fix: Missing payment total on receipts if shipping/handling applied.

My Tickets v1.8.1

19 Mar 18:44
Compare
Choose a tag to compare

= 1.8.1 =

  • Bug fix: Don't attempt to return sold tickets to deleted events.
  • Bug fix: Incorrect headings hierarchy (used old WordPress headings system)
  • Bug fix: Label errors in Payments page

My Tickets v1.8.0

03 Mar 20:38
Compare
Choose a tag to compare

= 1.8.0 =

  • Add field to define custom selector label for offline payment gateway
  • Add aria-current support to gateway selector
  • Add default output for My Tickets [tickets] shortcode, showing upcoming events with ticket sales.
  • Add filter to customize default output for [tickets] shortcode, mt_default_ticketed_events
  • Change price input to number type
  • Add support for native bulk actions. (Available since WP 4.7)

My Tickets v1.7.13

10 Feb 18:56
Compare
Choose a tag to compare

= 1.7.13 =

  • Improvement: Pass field array to display_callback in fields API.
  • Feature: Send email notification when event is sold out.

My Tickets v1.7.12

03 Feb 20:27
Compare
Choose a tag to compare

= 1.7.12 =

  • Bug fix: If event has been deleted, exit early in payment UI.
  • Bug fix: Exit in ticket template if event does not exist.
  • Bug fix: Global $wpdb not declared on Help form.
  • New action: 'mt_successful_payment', executes prior to sending purchase notifications.
  • Style change on payment page
  • Text change on payment page
  • Add Privacy information to Help screen

My Tickets v1.7.11

03 Jan 20:38
Compare
Choose a tag to compare

= 1.7.11 =

  • Bug fix: 'Sell tickets on this post' checkbox appeared twice in post meta box
  • Bug fix: Don't copy 'sold' value when copying My Calendar events
  • Bug fix: 'adminitrators only' notice not appearing on complimentary field.
  • New filter: mt_home_breadcrumb_url to change home link in breadcrumb path.
  • New display option: Sequential ticket IDs on ticket templates.