4.6.9

2018-01-10 Feature1 Fix4 Tweak12 Language1

Features

  • Add new utility functions tribe_is_events_home and tribe_is_events_front_page similar to native WP is_home and is_front_page [42195]

Fixes

  • Avoid issues when importing multiple organizers that specify images [96354]
  • Make sure latitude and longitude information from iCal feeds is used if available [96363]
  • Fixed an issue that prevented EA from importing images attached to Facebook events [96393]
  • Remove the duplicate filter call that was running twice for tribe_rest_venue_data [96090]

Tweaks

  • Added new tribe_aggregator_import_event_image, tribe_aggregator_import_venue_image and tribe_aggregator_import_organizer_image filter so that users can control whether, during EA imports, images should be attached to post or not [96393]
  • Made it possible to translate the iCal feed's description field (props @gafderks) [96677]
  • Improved escaping of map IDs (props LucaPipolo) [96772]
  • Added new REST API endpoint that allows looking up organizers by slug instead of ID at the path organizers/by-slug/{slug}/, it has the same functionality as the endpoint organizers/{ID} [96088]
  • Added new REST API endpoint that allows looking up venues by slug instead of ID at the path venues/by-slug/{slug}/, it has the same functionality as the endpoint venues/{ID} [96088]
  • Added slug to the REST API responses for organizer and venue data [96088]
  • Added slug to the REST API parameters allowed to use when inserting or updating an organizer or event [96088]
  • Added action: tribe_events_venue_save [96069]
  • Added action: tribe_events_organizer_save [96069]
  • Added filter: tribe_events_rest_venue_prepare_postarr [96069]
  • Added filter: tribe_events_rest_organizer_prepare_postarr [96069]
  • Old tribe_rest_venue_data filter was passing the venue and the event two the second parameter because of the duplication. Now it has the second parameter as $venue, third parameter as $event if event ID was provided [96090]

Languages

  • 5 new strings added, 30 updated, 0 fuzzied, and 0 obsoleted