Skip to content

Releases: MultinetInteractive/eduadmin-booking

v3.2.2

01 Jun 07:32
fd49ae5

Choose a tag to compare

Bug Fixes

  • If the country is not required, do not set a default value in the field (16ed440)

v3.2.1

31 May 14:04
5bba98f

Choose a tag to compare

3.2.1 (2022-05-31)

Bug Fixes

  • Change method to filter LastApplicationDate (59a46fc), closes #444

v3.2.0

05 May 07:20
b7a7bf6

Choose a tag to compare

Features

  • Booking form: Setting to always allow changing which event the end user wants to attend/book. (66b3dc5), closes #300
  • Course details: Added limited LD-JSON support, to enable better SEO (4bf95fa), closes #293

Bug Fixes

  • Booking form: Remove the global-declarations, it messed things up (8cc59ee)
  • Booking page: If the course is OnDemand, we should load the OnDemand variant instead, to get the events properly (ba1e525)
  • Interest registration/Event: If the course is on demand, we should load that variant, to get the proper events. (5438067)
  • Profile: If the query is missing, show the normal profile. (ea4c3ac)
  • Security: Hardened cookies with HttpOnly (cfa2fca)

v3.1.0

23 Feb 10:24
1989cf5

Choose a tag to compare

Features

Bug Fixes

  • Fixed translation for Export-button in Bookings (57b7b25)

Documentation

  • Fix Copyright notice in RSS-feed (a69ffd2)
  • More info for the blog, for better SEO (7f967b6)

v3.0.0

21 Feb 13:19
2492b38

Choose a tag to compare

⚠ BREAKING CHANGES

  • Login page: Will probably break any custom styling to the login page.

Features

  • My Profile/Bookings: Export bookings into Excel (CSV) (68c66aa), closes #426
  • My Profile/Bookings: Show unnamed participants in list of bookings. (64d1bd4), closes #428

Bug Fixes

  • Checksum: Fix calculation of checksum, forgot to add some files it should ignore, so it generated a faulty hash (cf05b24)

Refactoring

  • Login page: Remade the login page, so that it looks better on desktop and mobile (8931993)

Documentation

  • Updated documentation with new styles, enabled blog, wrote our first entry (ecee658)

v2.40.2

03 Feb 08:46
26d5519

Choose a tag to compare

Bug Fixes

  • Added Book-button to template B (event) (f760e70), closes #418

Documentation

  • Update documentation, remove showmore from listview, as it was never implemented (b37c0ad)

v2.40.1

11 Jan 15:27
178d805

Choose a tag to compare

Bug Fixes

  • Get OnDemand info if the coursetemplate is OnDemand (075be39)

Documentation

  • Add attribute ondemand to detailinfo (35c5363)

v2.40.0

11 Jan 13:21
d63e778

Choose a tag to compare

Features

  • Booking: Support for OnDemand in the event selector on the booking page (3416712)
  • EDUApiHelper: Added extra fields for OnDemand, added extra method to fetch OnDemand courses, added filter to block OnDemand from showing up in normal course lists. (11c6c53)
  • Hide non-on-demand events from event lists (208f982)
  • OnDemand support for more views (ee2d927)
  • Programme: Hide headers based on course detail setting to hide headers. (a5baeb0), closes #414

Bug Fixes

  • ApiHelper: Added LocationId to fix issue with region filtering (2f012b9)
  • Changed from curly brace to brackets to fix error in PHP 8.0 (175dca0)
  • Detail template: Change code that checks $course_level (a8e7562)
  • docs: Formatting the document was a bad idea (7e89d27)
  • Fix ajax method that fetches minimum price (71a4c80)
  • Fixed casing for VAT texts (5c5c7ae)
  • How about we use the correct version with nvmrc, update composer installer (0fef61e)
  • Output only non-empty parts in the venue info. (aca146f)
  • Programme/Book: Added null check for contact and customfields before looping over it. (f633bd8)
  • Remove default value from parameter always sent (f610d1c)

Documentation

  • Added info about ondemand attribute for listview shortcode (baa625d)

v2.39.1

07 Dec 08:52
02caa87

Choose a tag to compare

Bug Fixes

  • Missing replacement of lower case VAT-text (5e2b83b)

v2.39.0

24 Nov 13:21
a8ee7ce

Choose a tag to compare

Features

  • Added MNNaturalize to make strings and numbers sortable in a better way (2b45e0e)

Bug Fixes

  • Fixed sorting of events (125daeb)