The Events Calendar

Features

  • Added a tribe_get_venue_website_url() function for fetching Venue website URLs (props to fervorcreative in our forums for this request!)

Performance

  • Lazy-load venue and organizer selector data

Tweaks

  • Allow iCal filenames to be filtered via a new filter: tribe_events_ical_feed_filename
  • Added a hook to allow single day queries in month view to be filtered: tribe_events_month_daily_events_query_args
  • Improved the logic around rebuilding known date ranges
  • Always show the "Merge Duplicates" button for venues and organizers in the Events General Settings page
  • Allow the "same slug" notice to be dismissed and fix some text in that message
  • Ignore alpha/beta/rc suffixes on version numbers when checking template versions
  • Add a filter for month view daily events query: tribe_events_month_daily_events_query_args
  • Added a more flexible cost range parsing function
  • Obfuscate license keys Events > Help > System Information

Fixes

  • Fixed a fatal that sometimes occurred when refreshing the import CSV page
  • Fixed issue where some characters were not escaped appropriately for month and year formats
  • Added missing [email protected]
  • Fixed a warning produced by passing a DateTime() object into start_date or end_date args of tribe_get_events (props to iamhexcoder for the pull request!)
  • Fixed bug where events in month view were not always sorted in chronological order
  • Fixed the System Info URL in Events > Help
  • Resolved issue where the default country would be "Array" if no default country is set
  • Fixed bug where ajaxurl was sometimes undefined