Bug fixes, vulnerability fix, refactoring + NOTE
Bug fix:
- Emails are only send to myself, other subscribed users are not notified, fixed
Refactoring
- Make the mailing app ES6 module system compatible
- Prettier formatter added and applied to all files
Note for the users:
You must unsubsribe your change notices and subscribe again for the email service to work
v.2.3.0 - 13 August 2024 Bug fixes, refactoring, vulnerability fix
Bug fixes:
- Bug syncking the undoing of the removal of an item and visible on the planning board of other users, fixed
- Fix insertion in wrong array
Refactoring
- New sync design filter. 'ignoreEvent' Event type is filtered out. Only events designated for distribution pass the filter.
- Events mechanism refactored; the event content determines if it is to be distributed, emailed or listed in the history overview
Vulnerability fix
- Critical vulnerability in Axios fixed with upgrade