4.6.24

2018-10-03 Fix12 Tweak17

Fixes

  • Prevent broken and low-resolution Google Maps if user has not provided a Google Maps API key of their own by providing our own fallback API key [114442]
  • Only load widget assets when widget is active on the page [113141]
  • Ensure that venue, organizer, and meta information doesn't show on password-protected events [102643]
  • Correct the Google Maps API link in the Settings help text to point to the correct API page [112322]
  • Restores the event categories and tags creation summary in CSV imports [105888]
  • Updated the Events Gutenberg extension install check to show only when the extension is not active [114577]
  • Stop potential fatal errors from debug logging when running EA import actions from command line [114555]
  • Fixed a bug where it was often not possible to un-check the "Enable JSON-LD" option in the Events List Widget (thanks to @myrunningresource and @craigwilcox for reporting this!) [113541]
  • Ensure that the tribe-events-bar-should-show filter functions as expected; if __return_false is passed, the Tribe Bar will be totally hidden (thanks @debranettles for reporting this!) [112260]
  • Added checks to prevent JS Type Error in mobile view. Thanks @szenenight, @agrilife and others for flagging this! [113524]
  • handle left-over Facebook scheduled imports and notices [114831]
  • Fixed an issue where a fatal error could be generated when trying to save a new Event Aggregator scheduled import [115339]

Tweaks

  • Added the tribe_events_month_daily_events filter to the Month view [114041]
  • Move Google Maps API loading to tribe_assets and only load once on single views when PRO is active, thanks to info2grow first reporting [112221]
  • Accept 0 as an argument in tribe_get_events() so that 'post_parent' => 0 works, thanks Cy for the detailed report [111518]
  • Added new filters for customizing the fallback Google Maps embeds: tribe_is_using_basic_gmaps_api, tribe_get_basic_gmap_embed_url, and tribe_get_basic_gmap_embed_url_args [114442]
  • Fixed the handling of the global $post variable in some Month View templates to make it easier for themers to customize those templates [113283]
  • Ensure linked posts are listed alphabetically in metabox dropdowns, as they are in all other admin locations [108120]
  • Added the tribe_aggregator_record_by_origin filter to allow new EA origins [114652]
  • Added the tribe_aggregator_service_post_import_args filter to allow new EA origins [114652]
  • Added the tribe_aggregator_import_validate_meta_by_origin filter to allow new EA origins [114652]
  • Added the tribe_events_aggregator_refine_keyword_exclusions filter to allow new EA origins [114652]
  • Added the tribe_events_aggregator_refine_location_exclusions filter to allow new EA origins [114652]
  • Added the tribe_aggregator_event_translate_service_data_field_map filter to allow new EA origins [114652]
  • Added the tribe_aggregator_event_translate_service_data_venue_field_map filter to allow new EA origins [114652]
  • Added the tribe_aggregator_event_translate_service_data_organizer_field_map filter to allow new EA origins [114652]
  • Added the tribe_events_status_third_party action to allow new EA origins [114652]
  • Added the tribe_events_aggregator_import_form action to allow new EA origins [114652]
  • Added $origin_show_map_options parameter to the tribe_aggregator_fields filter to allow new EA origins to make use of them [114652]