Releases: MultinetInteractive/eduadmin-booking
Releases · MultinetInteractive/eduadmin-booking
v0.9.17
v0.9.16
Added
edu.apiclient.AfterUpdatecan be used as a function in javascript to run after the page has loaded all EduAdmin-related things.- Added automatic focus on searchbox after searching
- Bugfix: It's called
debugTimersnotdebug:) - Missed a couple
LastApplicationDatefix in the code - Bugfix: It's also commonly known that you should check if all variables are declare
- Fixed date listing in event list templates
- Bugfix: Since you can change login field, we should populate the field used instead of only email.
v0.9.15
Added
- Added
singlePersonBooking.phpto handle when the participant is customer, contact and participant. - Added
__bookSingleParticipant.phpand__bookMultipleParticipants.phpto handle different settings. - Fixing
frontend.jsto work with single participant-settings. - Switched to openssl_encrypt/decrypt since mcrypt is deprecated
- Added class name to dates, so you can style them yourself
- Added span around venue name, so you can style it, if you want to
- Adding support to load existing attribute data to customer and contact, when loading the booking form. (Would be bad if we emptied it..)
Removed
getallheadersis now gone, forever.
v0.9.14
v0.9.13
Added
- Added support for attributes (customer, contact and person) in booking form.
- Added functions to render the different attribute types, attributes not supported is multi value attributes, dates, checkbox lists and HTML
- Added: Saving customer attributes
- Bugfix: Phrases
- Booking login form didn't care about what field you chose, it does now.
- Pre-booking form also didn't care about what field you chose, it also does now.
v0.9.12
Added
- Added option
eduadmin-allowDiscountCode, to enable the customers to enter a discount code when they book participants for a event. - Bugfix: When copying contact to participant, correct field is now copied, instead of surname.
- Added backend-api file to handle checking coupon codes
- Added support to validate coupon codes against the api
- Added support to recalculate the price and post the coupon with the Booking
v0.9.11
Added
- Removed
margin-top: 1.0em; vertical-align: top;from.inputLabeland replaced withvertical-align: middle;. - Bugfix: Search was not respected by ajax-reloads. (Bad, bad JS..)
- Added extra option to show city AND venue name.
- Fixed all views and endpoints that show city to include venue name if the setting is on.
- Only show date period in the listview event list, instead of all course days.
v0.9.10
Added
- If you selected civic registration number as login field, you must now fill it in on your customer contact. It's hard to login otherwise.
- Fixed an error with translations in Booking settings
- Fixing #48, to allow users to choose "username" field
- Login-code checks the given login field instead of email.
- It is now possible to add your own translation directly in the plugin. (Again)
- Added extra filter to course list (ajax) to skip "next" event if there isn't a public price name set.
- Changed the filter for LastApplicationDate on events to satisfy the needs (and proper implementation) of being able to book the same day
v0.9.9.2.40
Added
- Set
date_default_timezone_settoUTCto get rid of warnings instead.
Removed
- Removed all error suppression regarding dates.
v0.9.9.2.39
Added
- More "fixes" for the broken host, only error suppression for
dateandstrtotime