Releases: studioespresso/craft-scout
Releases · studioespresso/craft-scout
2.1.0
2.1.0 - 2019-09-20
- Use a custom Serializer for Fractal (thanks @santi6291)
2.0.2
2.0.2 - 2019-09-19
- Fixed a type hinting issue
2.0.1
2.0.1 - 2019-09-17
- Fixed a bug when using
->site('*')
in your criteria, thanks @timkelty
2.0.0
2.0.0 - 2019-09-13
{warning} This is a major release, the way you configure Scout has been changed, please read the docs on how to upgrade.
- Rewrite of the full plugin
- Added tests for all functionality
- Added a comprehensive syntax to configure the Indices
- Added a settings page for all settings except Indices
1.3.1
- Fixed a bug when skipping elements when splitElementIndex is also set (#81)
1.3.0
1.3.0 - 2019-07-12
- Now requires Craft 3.2
- Added a fix for Element drafts & revisions in Craft 3.2
1.2.2
1.2.2 - 2019-06-14
- Fixed an issue with settings call
1.2.1
1.2.1 - 2019-05-17
Added
- Scout can now skip elements if you return an empty array from the transformer
- Documented the
--force
option