Skip to content

Releases: MultinetInteractive/eduadmin-booking

v0.9.19

08 Mar 14:13
Compare
Choose a tag to compare

Added

  • Added classes to participant-lists, so that the headers can "set" the style easier than using strange CSS-selectors
  • Bugfix: Places left didn't account for max spots.

v0.9.18

28 Feb 16:03
Compare
Choose a tag to compare

Added

  • Switched version-numbering to semver to make it easier to use with composer
  • Added participant-list under "My bookings" as requested by issue #62

v0.9.17.16

22 Feb 10:58
Compare
Choose a tag to compare

Added

  • Bugfix: Pricenames with zero max participants should be selectable

v0.9.17.15

21 Feb 14:09
Compare
Choose a tag to compare

Added

  • Rudimentary support to block people from booking with certain price names (Only when it's selectable)
  • Bugfix: Javascript, dates, string. Woe is me.

v0.9.17.14

21 Feb 09:35
Compare
Choose a tag to compare

Added

  • Bugfix: Validation in Javascript is a pain in the rear.

v0.9.17.13

17 Feb 14:59
Compare
Choose a tag to compare

Added

  • Bugfix: Added code to save invoice reference on single participant bookings
  • Bugfix: Fixed an JS-error on login pages.

v0.9.17.12

15 Feb 10:34
Compare
Choose a tag to compare

Added

  • Added an extra option in customer groups, and a required flag, so you HAVE to choose a group before saving.
  • Added invoice reference field to single person booking

v0.9.17.11

14 Feb 13:48
Compare
Choose a tag to compare

Added

  • Bugfix: Page title must set separator as default parameter, or else things break

v0.9.17.10

14 Feb 10:52
Compare
Choose a tag to compare

Added

  • Why did I change how we check for subjects? We now check against name again
  • Bugfix: Page title should not contain object multiple times
  • Show an error if you are trying to login with an invalid civic reg no
  • Changed serialization of new customers, so it doesn't throw warnings about incomplete classes
  • Fixed SingleParticipant-booking so that there will be less duplicates (It actually checks the logged in user customer and contact person)
  • Fixed MultipleParticipants-booking so that there will be less duplicates

v0.9.17.9

13 Feb 15:40
Compare
Choose a tag to compare

Added

  • Added disabled-filter in customer check (Login), just in case.
  • Adding support set page title on detail pages (old wp, new wp and "All in one SEO")
  • Added option to set which field you want to use as page title
  • Bugfix: Search with category, subject and course level should now be working
  • More validation in login-form
  • Bugfix: Places-left fix when below zero. It showed "Few spots left", instead of "No spots left"