Skip to content

2.16.4

Compare
Choose a tag to compare
@fortysevenbot fortysevenbot released this 28 Nov 19:26
  • Added a new parents=1 parameter to GetServiceBodies. When supplied with services[]=x filters, all parent service bodies will be returned.
  • Exposed venue_type in meeting search results.
  • Added a new venue_types filter to GetSearchResults. This works like the weekdays and services filters, where passing a positive integer will include a Venue Type and a negative integer will exclude a Venue Type.
    • Filter Values
      • In-Person is 1
      • Virtual is 2
      • Hybrid is 3
    • Examples
      • &venue_types[]=2&venue_types[]=3 will include all Virtual and Hybrid meetings.
      • &venue_types=-1 will exclude all In-Person meetings.
  • Added a new key_strings filter to GetFormats. This has also been implemented in tomato, and will allow crouton to make more efficient queries.
    • Example: &key_strings[]=TC&key_strings[]=VM&key_strings[]=HY&lang_enum=en
  • Dropped support for PHP 7.2, added support for PHP 8.0.