Skip to content

Releases: studioespresso/craft-scout

2.1.0

20 Sep 07:30
65965a4
Compare
Choose a tag to compare

2.1.0 - 2019-09-20

  • Use a custom Serializer for Fractal (thanks @santi6291)

2.0.2

19 Sep 07:05
Compare
Choose a tag to compare

2.0.2 - 2019-09-19

  • Fixed a type hinting issue

2.0.1

17 Sep 07:52
d9257db
Compare
Choose a tag to compare

2.0.1 - 2019-09-17

  • Fixed a bug when using ->site('*') in your criteria, thanks @timkelty

2.0.0

13 Sep 07:17
Compare
Choose a tag to compare

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.2

05 Sep 14:54
15bdb80
Compare
Choose a tag to compare

1.3.2 - 2019-09-05

  • Resolve fractal conflict

1.3.1

09 Aug 07:21
Compare
Choose a tag to compare
  • Fixed a bug when skipping elements when splitElementIndex is also set (#81)

1.3.0

12 Jul 07:29
Compare
Choose a tag to compare

1.3.0 - 2019-07-12

  • Now requires Craft 3.2
  • Added a fix for Element drafts & revisions in Craft 3.2

1.2.3

14 Jun 11:57
266870f
Compare
Choose a tag to compare

1.2.3 - 2019-06-14

  • Revert untested change

1.2.2

14 Jun 11:51
Compare
Choose a tag to compare

1.2.2 - 2019-06-14

  • Fixed an issue with settings call

1.2.1

17 May 07:04
d18c3a5
Compare
Choose a tag to compare

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