Skip to content

Releases: nystudio107/craft-similar

Version 1.1.4

27 Mar 23:12
Compare
Choose a tag to compare

Changed

  • Move settings from the composer.json “extra” to the plugin main class

Version 1.1.3

27 Mar 23:04
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with using RAND() in the sort criteria (#32)

Version 1.1.2

23 Mar 19:41
Compare
Choose a tag to compare

Fixed

  • Fixed an SQL error related to even stricter GROUP BY rules.
  • Fixed an error where using a tag field that had no matches on other elements could return a random set of entries. #37

Version 1.1.1

11 Mar 15:09
Compare
Choose a tag to compare

Fixed

  • Ensure that the key in $similarCount exists before referencing it

Version 1.1.0

05 Mar 15:59
Compare
Choose a tag to compare

Added

  • Added buildchain for docs

Changed

  • Similar elements are now fetched with the eager-loading conditions intact that were set on the criteria object. (#14)
  • Similar elements are now searched in the source element site only by default.
  • Similar plugin now requires at least Craft CMS 3.2.0.

Fixed

  • Fix an SQL error related to stricter GROUP BY rules. (#19)
  • Fix an SQL error that could occur if no structure data was selected for entries. (#22)

Version 1.0.6

20 Apr 20:19
Compare
Choose a tag to compare

Changed

  • Add structureelements.structureId to GROUP BY clause

Version 1.0.5

05 Jan 17:40
Compare
Choose a tag to compare

Changed

  • Fix SQL error: Unknown column structureelements.lft in 'group statement for Products

Version 1.0.4

08 Oct 14:42
Compare
Choose a tag to compare

Changed

  • Only try to fetch elements if SQL query returns an id
  • Update GROUP BY clause in SELECT queries to ensure they are compatible with sql_mode=only_full_group_by

Version 1.0.3

05 Aug 00:35
Compare
Choose a tag to compare

Changed

  • Fixed a regression of the returned query results

Version 1.0.2

22 Jul 03:32
Compare
Choose a tag to compare

Changed

  • Fixed an issue that errantly prefixed the sub-query with the table name