Releases: nystudio107/craft-similar
Releases · nystudio107/craft-similar
5.0.2
4.0.2
1.1.7
5.0.1
5.0.0
Added
- Stable release for Craft CMS 5
4.0.1
Added
- Added
ServicesTrait
for the plugin service component registration - Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
Changed
- Updated docs to use node 20 & a new sitemap plugin
- PHPstan code cleanup
- ECS code cleanup
Fixed
- Fixed an issue where an exception would be thrown if
orderBy
wasnull
(#49)
1.1.6
Added
- Added
ServicesTrait
for the plugin service component registration - Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
Changed
- Updated docs to use node 20 & a new sitemap plugin
- PHPstan code cleanup
- ECS code cleanup
Fixed
- Fixed an issue where an exception would be thrown if
orderBy
wasnull
(#49)
Version 4.0.0
Added
- Initial Craft CMS 4 release
Fixed
- Fixed an issue where passing an
ElementQuery
intocriteria
would cause it to throw a type error (#44)
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 1.1.5
Changed
- If
orderBy
criteria is omitted, entries are now sorted by the number of relations in common. (#35) - Switch to VitePress for documentation
- Updated
Makefile
to usenode-14-alpine