Releases: MultinetInteractive/eduadmin-booking
Releases · MultinetInteractive/eduadmin-booking
v3.9.2
Refactoring
- Made a readme.txt as well, for use in the SVN trunk. (e6b6d61)
Bug fixes
- Fix php error undefined array index ParticipantVat (618e503)
v3.9.1
3.9.1 (2023-09-25)
Bug Fixes
- Programme: Fixed an issue where programme views/shortcodes weren't included in the correct way. (fd0ee12), closes #494
v3.9.0
3.9.0 (2023-09-15)
Features
- New type of script, when you use the booking form in the API. (92eabd8), closes #412
v3.8.1
3.8.1 (2023-09-08)
3.8.0 (2023-09-08)
Features
- Added actions for showing course/event lists (2fcdc70), closes #488
- Added actions for viewing detail views, booking forms and performing a purchase (not programs) (a3270b2), closes #488
- Added actions for viewing detail views, booking forms and performing a purchase of programs (5dee4ec), closes #488
- Added actions for viewing detail views, booking forms and performing a purchase of programs (d2757b4), closes #488
v3.7.1
Bug Fixes
- Documentation: Fixed a config error for the new version of Docusaurus (b26c828)
- Fix for filtering courses/events for the selected city, not just which course templates that has ever had an event there. (478f75d)
v3.7.0
Features
- Added possibility to use attribute
allcourses
to show both on demand and regular course templates at the same time. (4919f52), closes #478
v3.6.2
Bug Fixes
- Booking page: Fixed so that price recalculation will be done when you click a Discount Card. (7847bda), closes #479
Security
- Update packages to get rid of vulns (acd5bfd)
v3.6.1
Bug Fixes
- List View: Use mb_stripos the right way when filtering for cities (ac1bfa7)
v3.6.0
Features
- Profile/Login: Added setting to disable the login redirect to referring page, so it goes directly to the normal profile (b038ee0), closes #470
v3.5.6
Bug Fixes
- Forms: Added
maxlength
to most form items, that matches the API specification. (039631b), closes #468