Releases: NodeBB-Community/nodebb-plugin-reputation-rules
Releases · NodeBB-Community/nodebb-plugin-reputation-rules
v1.2.3
- Added some tests and coverage
- Added more information to error messages when voting
v1.2.2
- Refactor to remove callbacks and use async/await
- Removed dependency on async
- Multiple internal refactors
v1.2.1
- Set compatibility to 1.18.0 instead of 1.18.2
- Reorganize settings admin panel
- Add more information on what each setting does
- Fix typos (weigh -> weight)
v1.2.0
- Updated compatibility to 1.18.2
- Removed the "Reload" button in the ACP as this is no longer needed
- Added debug logs to track down any errors
- Fix: vote max weight was being used as a min, instead of a max
v1.1.0
- New option: limit post age
- Added nodebb compatibility (1.1.x and 1.0.x)