Skip to content

Releases: cultuurnet/search-v3

v1.3.7

27 Aug 12:22
826fad8
Compare
Choose a tag to compare

Highlight

  • Upgraded to support PHP 8.2 and PHP 7.4
  • Applied all recent changes from main

What's Changed

  • Organizer search client
  • AttendanceMode helper methods
  • Main organizers
  • Make organizer address nullable
  • TranslatedString + TranslatedAddress serialize handlers
  • Add new Parameter EmbedUitpasPrices
  • Add name parameter

v2.0

27 Aug 12:24
1d98515
Compare
Choose a tag to compare

Highlight

  • Upgraded to support PHP 8.2 and dropped support of PHP 7.4

What's Changed

  • Organizer search client
  • AttendanceMode helper methods
  • Main organizers
  • Make organizer address nullable
  • TranslatedString + TranslatedAddress serialize handlers
  • Add new Parameter EmbedUitpasPrices
  • Add name parameter

V1.3.6 - New EmbedUitpasPrices param

24 Jan 15:30
Compare
Choose a tag to compare

New EmbedUitpasPrices param

v1.3.5 Add online url and attendance mode

29 Jun 09:27
053f02c
Compare
Choose a tag to compare

Added

  • Added attendanceMode property which can be either offline, online or mixed
  • Added onlineUrl property which points to an online "location" to follow the event

v1.3.4 Fix hasMediaObjects filter

15 Mar 13:48
e1fa9d4
Compare
Choose a tag to compare

Fixed

V1.3.3 Add support for videos serialisation

17 Nov 12:46
dc30d03
Compare
Choose a tag to compare

Added

  • Added support for serialisation of videos

Changed

  • Modified GitHub actions to only run on PHP 7.4

Fixed

  • Fixed #56 correct namespace in readme

v1.3.2 Fix multiple Query parameters used in SearchQuery

03 May 09:48
63c9175
Compare
Choose a tag to compare

Before v1.0 you could use multiple Query parameters in SearchQuery, and they would get merged as (...) AND (...) in the resulting q parameter sent to SAPI3. This was removed because it was implemented in a very generic way, so it would also be applied for other parameter types. This version re-introduces this functionality, but solely for the q parameter.

v1.3.1 Minor bugfixes

08 Apr 14:20
760a466
Compare
Choose a tag to compare

Fixed

  • Fixed type error in SearchClient
  • Fixed bug that caused deserialization of some events to fail when not using embedCalendarSummaries

v1.3 CalendarSummary support

07 Apr 08:36
28ed66f
Compare
Choose a tag to compare

Added

  • Added CalendarSummary as a parameter for a search query
  • Added CalendarSummary as a parsed result

v1.2 Composer v2 compatibility

19 Jan 15:17
bcca67c
Compare
Choose a tag to compare

Added

  • Added support for Composer v2 by updating a dependency that provides a composer plugin #47