Releases: craftpulse/craft-typesense
Releases · craftpulse/craft-typesense
5.8.3
Fixed
- Fixed site-aware collection resolution in
DocumentsControllerfor multi-instance Cockpit elements. Previously,handleSavealways resolved to the first matching collection (Go4Jobs), causing FiftyFivePlus jobs and departments to never sync to their correct Typesense index on element save.
5.8.2
5.8.1
Fixed
- Fixed an issue where the custom elements couldn't resolve, only Entry's could be resolved
5.8.0
Added
- Added element support for craftpulse/cockpit/elements/Contact
- Added element support for craftpulse/cockpit/elements/Department
- Added element support for craftpulse/cockpit/elements/Job
- Added element support for craftpulse/cockpit/elements/MatchFieldEntry
- Added element support for craftpulse/reviews/elements/Review;
5.7.2.1
Fixed
- Fixed a regression issue from safeguarding when no client is known
5.7.2
5.7.1
Fixed
- Fixed an issue that could occur when upgrading the project but not having client settings.
5.6.3
Fixed
- Fixed an issue that could occur when upgrading the project but not having client settings.
5.7.0
5.7.0 - 2025-02-26
Added
- Added support for categories thanks to dezeweetjeniet PR #54
Fixed
- Don't sync/flush if the domain is not the same in site #55
- Session does not exist in a console request thanks to samuelbirch #51