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.05 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.

Unreleased

This version requires AlekSIS-Core 3.0. It is incompatible with any previous version.

Breaking

  • PaymentVariant's class variable name has been renamed to _class_name.

Removed

  • Legacy menu integration for AlekSIS-Core pre-3.0

Added

  • Support for SPA in AlekSIS-Core 3.0

Fixed

  • Replace usage of deprecated ugettext_lazy with gettext_lazy.

`1.2`_ - 2022-03-20

Added

  • Update django-payments to 1.0
  • Update invoice if person changes

Changed

  • Always set person on Invoice objects

1.1.1 - 2022-03-15

Fixed

  • Fixed VAT display in totals table

1.1 - 2022-03-15

Added

  • Allow changing the payment variant under certain conditions

Fixed

  • Add a missing dependency for Sofort payments

Changed

  • Purchased items are expected to list net prices

1.0.2 - 2022-03-14

Fixed

  • Migration was missing

1.0.1 - 2022-03-14

Fixed

  • Remove NOT NULL constraint from for_object in Invoice
  • Fix return value of get_purchased_items in manual invoicing

Changed

  • Billing address is auto-filled from related person

1.0

Added

  • Initial release.