Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 2.53 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.4.4

Fixed

  • Fixed URL to editPersonView

1.4.3

Fixed

  • Show link to person edit view on registration detail page
  • Add get_person() method on EventRegistration model

1.4.2

Changed

  • Align with Tezor 1.1 * Add imaginary SKU to items * Return net prices in items
  • Fix decimal type for donatiosn and discounts

1.4.1

  • Fix a predicate granting privileges to participants

1.4

Added

  • Registration states
  • Integration with Tezor
  • Allow to configure email notification recipient for events

1.3.2

Changed

  • Allow re-using mailings for multiple events by moving sent_to to the per-event table

1.3.1

Fixed

  • Fix migration dependency

1.3

Added

  • Info mailings

Fixed

  • Fix html syntax of date_registered email template
  • Show date of birth in event_registered mail

1.2

Added

  • Implement account registration

Fixed

  • Fix creation on email addresses
  • Fix duplication of form fields in layout

1.1

Added

  • Add link to public page to events list
  • Add RSS feed of upcoming events
  • Add slug field to Event model

Changed

  • Beautify event information card
  • Use consistent page and browser title

Fixed

  • Typo in success_url of CreateEventView
  • COnfirmation of retraction deadline was missing

1.0

Added

  • Initial release.