Skip to content

Releases: studioespresso/craft-scout

1.1.1

21 Jan 14:07
c5d4650
Compare
Choose a tag to compare

1.1.1 - 2019-01-21

  • Fixes issue with console commands on Folder capitalization, thanks @philipzaengle

1.1.0

03 Dec 10:52
1d8f6de
Compare
Choose a tag to compare

1.1.0 - 2018-12-03

  • Added an indexSettings option to mappings that allows for code-based index settings. Thanks to @timkelty
  • Added ./craft scout/settings/update and ./craft scout/settings/dump commands.

1.0.2

23 Nov 08:49
Compare
Choose a tag to compare

1.0.2 - 2018-11-23

  • Fixed validator int --> integer
  • Added siteId to splitElementIndex

1.0.1

29 Oct 10:30
0500fba
Compare
Choose a tag to compare

1.0.1 - 2018-10-29

Fixed

  • cast site ids to int as craft/yii returns int as string (#39) @larsboldt
  • add connect timeout option (#38) @larsboldt
  • Replace call to deIndexElements with indexElements (#37)

1.0.0

07 Oct 10:08
ce67599
Compare
Choose a tag to compare

1.0.0 - 2018-10-07

Fixed

  • Fixed an issue where objects weren't being deleted from the index
  • Fixed an issue where splitting indices on site or siteId wouldn't work

Added

0.4.2

27 Aug 14:59
Compare
Choose a tag to compare

0.4.2 - 2018-07-09

Fixed

  • Object IDs are now unique for multisites

0.4.1

01 May 10:30
a689685
Compare
Choose a tag to compare

0.4.1 - 2018-05-01

Added

  • Added a sync setting to enable/disable automatic indexing of elements.

0.4.0

17 Apr 09:41
Compare
Choose a tag to compare

0.3.0

12 Mar 14:03
9c92bbf
Compare
Choose a tag to compare

0.3.0 - 2018-03-12

Changed

  • Changed how the queueing of indexing works to prevent errors and inconsistencies

0.2.8

28 Feb 09:39
e9da3e7
Compare
Choose a tag to compare

0.2.8 - 2018-02-28

Fixed

  • Fixed an error when trying to serialize an Entry that cannot be serialized