Releases: nystudio107/craft-similar
Releases · nystudio107/craft-similar
Version 1.1.4
Changed
- Move settings from the
composer.json
“extra” to the plugin main class
Version 1.1.3
Fixed
- Fixed an issue with using
RAND()
in the sort criteria (#32)
Version 1.1.2
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
Fixed
- Ensure that the key in
$similarCount
exists before referencing it
Version 1.1.0
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
Version 1.0.6
Changed
- Add
structureelements.structureId
toGROUP BY
clause
Version 1.0.5
Changed
- Fix SQL error: Unknown column
structureelements.lft
in 'group statement for Products
Version 1.0.4
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
Changed
- Fixed a regression of the returned query results
Version 1.0.2
Changed
- Fixed an issue that errantly prefixed the sub-query with the table name