Skip to content

Releases: MultinetInteractive/eduadmin-booking

v5.3.1

05 Nov 08:41
Compare
Choose a tag to compare

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

05 Nov 08:07
Compare
Choose a tag to compare

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

04 Nov 14:09
Compare
Choose a tag to compare

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

10 Oct 08:13
Compare
Choose a tag to compare

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

v5.1.2

10 Oct 07:46
Compare
Choose a tag to compare

5.1.2 (2024-10-10)

Security

  • Fix potential LFI vulnerability (89a8479)

v5.1.1

18 Sep 07:10
Compare
Choose a tag to compare

5.1.1 (2024-09-18)

Bug Fixes

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

v5.1.0

19 Aug 12:22
Compare
Choose a tag to compare

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

09 Apr 05:56
Compare
Choose a tag to compare

Bug Fixes

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

v5.0.0

08 Apr 14:21
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Updated required WP and PHP, changes are already made in code (353e4dd)

Bug Fixes

  • Updated required WP and PHP, changes are already made in code (353e4dd) (29b0adc)

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)

v4.2.3

09 Feb 10:13
Compare
Choose a tag to compare

Bug Fixes

  • #[\ReturnTypeWillChange] instead of typing, because PHP is.. well PHP (7684891)