Releases: cultuurnet/search-v3
Releases · cultuurnet/search-v3
v1.3.7
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
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
New EmbedUitpasPrices param
v1.3.5 Add online url and attendance mode
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
Fixed
- Fixed
hasMediaObjects
filter #60 (By @timdiels1)
V1.3.3 Add support for videos serialisation
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
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
Fixed
- Fixed type error in
SearchClient
- Fixed bug that caused deserialization of some events to fail when not using
embedCalendarSummaries
v1.3 CalendarSummary support
Added
- Added
CalendarSummary
as a parameter for a search query - Added
CalendarSummary
as a parsed result
v1.2 Composer v2 compatibility
Added
- Added support for Composer v2 by updating a dependency that provides a composer plugin #47