Skip to content

Releases: MultinetInteractive/eduadmin-booking

v3.5.6

17 Jan 10:29
ff8ddc6

Choose a tag to compare

Bug Fixes

  • Forms: Added maxlength to most form items, that matches the API specification. (039631b), closes #468

v3.5.5

20 Dec 10:01
8e858ba

Choose a tag to compare

3.5.5 (2022-12-20)

Bug Fixes

  • Dates: Better fix for showing the dates, so that it uses the same format regardless if there's event dates or not on the event itself. (a79feda)

3.5.4 (2022-12-20)

Bug Fixes

  • Dates: If there's only a single day, we should always show the times (e58c962)

v3.5.3

12 Dec 10:48
8ea5203

Choose a tag to compare

Bug Fixes

  • NIL is no longer available in PHP for some reason. (c45b30e)

v3.5.2

08 Dec 09:47
13bd046

Choose a tag to compare

Bug Fixes

  • Pluralization, and visible time (e84e5bd)

v3.5.1

26 Sep 13:45
e5feb85

Choose a tag to compare

Bug Fixes

  • Booking: Properly handle vouchers (f2479c5), closes #458

v3.5.0

22 Sep 11:33
00a5fd7

Choose a tag to compare

Features

  • Added Certificates-endpoint for OData (34e1054)
  • Shortcodes: Added the possibility to override what type of price you show for the [eduadmin-detailinfo courseprice] and [eduadmin-detailinfo eventprice] shortcodes (f63724c), closes #456

v3.4.0

01 Sep 09:02
b97b010

Choose a tag to compare

Features

  • Booking page now cares about ApplicationOpenDate. If we're not at/past the date, it can't be selected. (45af1af), closes #436
  • Listview (events) and detailview now removes the "Book"-button, if there is an ApplicationOpenDate, that hasn't passed yet. (7bbc8aa), closes #436

Bug Fixes

  • If course_id is null, don't try to output any ogp or ld-json. (28f4f8d)

Refactoring

  • Add ApplicationOpenDate to available data from the API (0f49992), closes #436

v3.3.2

23 Jun 08:42
7e0186f

Choose a tag to compare

Bug Fixes

  • Added code to handle use of eduadmin-bookingview on a separate page (with attributes) (f475ee4)

Documentation

  • Added info about cookies (511f7ae)

v3.3.1

14 Jun 10:23
1d0f5bf

Choose a tag to compare

Bug Fixes

  • Add extra escape-things for input from WordPress, since it adds slashes to everything. (a07a167), closes #450

v3.3.0

10 Jun 10:29
4f2b24c

Choose a tag to compare

Features

  • OpenGraph-support in detail views for prettier results on Twitter, Facebook, Slack, Discord and many other platforms that supports the OpenGraph standard (https://ogp.me/) (e0bc773), closes #155

Bug Fixes