Releases: MultinetInteractive/eduadmin-booking
Releases · MultinetInteractive/eduadmin-booking
v5.4.2
5.4.2 (2026-04-30)
Documentation
- Update links to EduAdmin from https://www.eduadmin.se to https://www.eduadmin.com instead to cater to the international website instead of the swedish one. (c58f56e)
v5.4.0
v5.3.1
v5.3.0
5.3.0 (2024-11-05)
Features
- Handle API being down/blocked, instead of making the site hang until the configured timeout happens. (a1a5104), closes #153
We now have a configured timeout for the API client as the following:
- Connection timeout: 0.5 seconds at most
- Response timeout: 5 seconds at most (yes, if the API is slow, we will consider it down)
And in the plugin, we have also implemented a check that has a timeout of 0.25 seconds (but always goes for 1 second anyway for some reason), and if we decide that the API is not responding fast enough, a warning saying that the plugin cannot connect to the API will be shown.
In the admin pages, an error will be shown, with the suggestion to contact the EduAdmin Support for help.
Fixed another possible injection in template variables in course list view.