6.5 Take 2 – 6.5.1 and Pro 3.3.1

We have released a follow-up update to our bookings table revamp for both Events Manager and Events Manager Pro, which fixes various issues introduced with the new features.

Additionally, here’s a video to demonstrate the new features!

Notable Changes

One fix is related to the ‘Ticket Spaces’ column, which displays the number of spaces booked per ticket. This column will automatically be replaced with ‘Ticket Capacity’ in table views, but can be re-selected again from the column settings page.

The reason for this is because the column key ‘ticket_spaces’ corresponds to a database field for tickets, which holds the ticket capacity (maximum bookable spaces), which caused ordering issues when trying to order ticket rows by that field. This is now renamed to ticket_booking_spaces, whereas we added a new column called Ticket Capacity i.e. ‘ticket_spaces’.

Events Manager 6.5.1 Changelog

  • Fixed hard-coded naming of bookings table for SQL query affecting list table searches on WP installs with custom DB prefixes.
  • Fixed PHP warning on bookings list tables.
  • Fixed some default settings not saving properly.
  • Added em_bookings_table_get_item_limits filter to add/modify custom limits, applicable to other tables such as em_transactions_table_get_item_limits.
  • Fixed status filter not working in bookings admin table.
  • Fixed fatal PHP error when grouping events in shortcode (bug introduced in 6.5).
  • Fixed “Ticket Spaces” column not ordered due to naming conflict with ticket_spaces db field name.
  • Changed “Ticket Spaces” column key from ticket_spaces to ticket_booking_spaces, the “Ticket Spaces” column index is now “Ticket Capacity”.

Pro 3.3.1 Changelog

  • Fixed the attendance in/out column on booking admin tables showing incorect results for non-attended booking tickets.