From 9007821e42b27012841df77f9a18c39b944aafc5 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 28 Apr 2024 16:56:08 -0400 Subject: [PATCH] chore: Version 1.1.6 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95383f9..a3d3d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ * PHPstan code cleanup * ECS code cleanup +### Fixed +* Fixed an issue where an exception would be thrown if `orderBy` was `null` ([#49](https://github.com/nystudio107/craft-similar/issues/49)) + ## 1.1.5 - 2021.06.03 ### Changed * If `orderBy` criteria is omitted, entries are now sorted by the number of relations in common. (https://github.com/nystudio107/craft-similar/issues/35)