# Install this plugin
npm install @pinelab/vendure-plugin-popularity-scores
Changelog for vendure-plugin-popularity-scores
1.8.0 (2024-12-19)
- Update Vendure to 3.1.1
1.7.3 (2024-08-04)
- Update compatibility range (#480)
1.7.2 (2024-07-25)
- Allow specifying a UI tab for the
popularityScore
custom field
1.7.1 (2024-07-22)
- Fixed issue where in some projects a collection's parentId was set to null. See #478
1.7.0 (2024-06-21)
- Updated Vendure to 2.2.6
1.6.2 (2024-03-29)
- Work on #423 and optimizing popularity score calculation
1.6.1 (2024-03-29)
- Fix error when calculating popularity scores for collections (#386)
1.6.0 (2024-01-21)
- Aggregate the child
Product
s of aCollection
in chunks when calculating itspopularityScore
. This adjustment aims to address this reported issue
1.5.0 (2023-12-15)
- Allow manual setting of populairty scores on Products and Collections
1.4.0 (2023-11-02)
- Updated vendure to 2.1.1
1.3.0(2023-10-30)
- Add condition to check if a collection is empty as specified in (here)[https://github.com/Pinelab-studio/pinelab-vendure-plugins/issues/279]
1.1.0
- Remove unused select statement's while calculating product popularity scores to support Postgres