Releases: MultinetInteractive/eduadmin-booking
Releases · MultinetInteractive/eduadmin-booking
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.
v5.2.0
v5.1.3
v5.1.2
v5.1.1
v5.1.0
v5.0.1
v5.0.0
⚠ BREAKING CHANGES
- Updated required WP and PHP, changes are already made in code (353e4dd)
Bug Fixes
4.3.0 (2024-04-08)
Features
- Support for EduAdmin Form Reserve/Waiting Lists when the event is fully booked. (3680b47), closes #455
Bug Fixes
- Only check description if it actually contains anything (33234df)