Reintroduce multiple email addresses per category. Separate multiple email addresses with a comma.
Replace Joomla's keepalive with a custom implementation. Joomla uses navigator.sendBeacon to implement the Keep-Alive feature. However, some browsers and browser extensions block this feature. As a result your session would expire while filling in the contact form, leading to a 403 error page. We are now using a custom implementation using fetch which is not blocked by browsers and browser extensions.
Bug fixes and minor improvements. Please take a look at the CHANGELOG below.