Releases: MultinetInteractive/eduadmin-booking
Releases · MultinetInteractive/eduadmin-booking
v3.2.2
v3.2.1
v3.2.0
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
Features
- My Profile/Bookings: Ability to sort bookings either by Created (booking) or Event Start Date (58b85c8), closes #427
- My Profile/Bookings: Added wp-hook/filter for
edu_bookings, so that external plugins/code can customize the booking list. (26d0590), closes MultinetInteractive/EduAdmin-WordPress/issues/427#issuecomment-1048621038
Bug Fixes
- Fixed translation for Export-button in Bookings (57b7b25)
Documentation
v3.0.0
⚠ 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
v2.40.1
v2.40.0
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
ondemandattribute for listview shortcode (baa625d)