Skip to content

Releases: MultinetInteractive/eduadmin-booking

v5.4.2

Choose a tag to compare

@itssimple itssimple released this 30 Apr 07:58
07fed4f

5.4.2 (2026-04-30)

Documentation

v5.4.0

Choose a tag to compare

@itssimple itssimple released this 25 Feb 14:29

5.4.0 (2025-02-25)

Features

  • Added VoucherTemplate OData-endpoint (9a6c631)

Bug Fixes

  • Custom course detail views will no longer require an attribute to show on demand events. (6f90e87)

Documentation

  • Remove ondemand-attribute from detailinfo (dfa3f59)

v5.3.1

Choose a tag to compare

@itssimple itssimple released this 05 Nov 08:41

5.3.1 (2024-11-05)

Bug Fixes

  • Set health-check as blocking, so we get an actual result, increase timeout to 0.5 seconds (7e4bd4e)

v5.3.0

Choose a tag to compare

@itssimple itssimple released this 05 Nov 08:07

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

Choose a tag to compare

@itssimple itssimple released this 04 Nov 14:09

5.2.0 (2024-11-04)

Features

  • Setting to turn off/on OG/metadata and LD+JSON. (594c422), closes #520

Bug Fixes

  • Added repeatFrequency, repeatCount and courseMode for LD+JSON (e5e5c42), closes #511

v5.1.3

Choose a tag to compare

@itssimple itssimple released this 10 Oct 08:13

CI update, GitHub had removed Subversion from their runners, so no updates could be published.

v5.1.2

Choose a tag to compare

@itssimple itssimple released this 10 Oct 07:46

5.1.2 (2024-10-10)

Security

  • Fix potential LFI vulnerability (89a8479)

v5.1.1

Choose a tag to compare

@itssimple itssimple released this 18 Sep 07:10

5.1.1 (2024-09-18)

Bug Fixes

  • Fetch AnswerId for checkbox questions the correct way (d123497)

v5.1.0

Choose a tag to compare

@itssimple itssimple released this 19 Aug 12:22

5.1.0 (2024-08-19)

Features

  • Adding new endpoints and classes (0df472e)

Bug Fixes

  • Fixes incorrect encoding after PHP 8.1 changing how things work. (ff8055d), closes #526

v5.0.1

Choose a tag to compare

@itssimple itssimple released this 09 Apr 05:56

Bug Fixes

  • Some null handling that is deprecated in newer versions of PHP (d89c27d)