Releases: MultinetInteractive/eduadmin-booking
Releases · MultinetInteractive/eduadmin-booking
v3.5.6
17 Jan 10:29
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Forms: Added maxlength to most form items, that matches the API specification. (039631b ), closes #468
v3.5.5
20 Dec 10:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
NIL is no longer available in PHP for some reason. (c45b30e )
v3.5.2
08 Dec 09:47
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Pluralization, and visible time (e84e5bd )
v3.5.1
26 Sep 13:45
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Booking: Properly handle vouchers (f2479c5 ), closes #458
v3.5.0
22 Sep 11:33
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Added code to handle use of eduadmin-bookingview on a separate page (with attributes) (f475ee4 )
Documentation
v3.3.1
14 Jun 10:23
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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