Release 2024.9.0 of pretix
Today, we are releasing pretix 2024.9.0. This is mostly a maintenance release while we prepare the next amazing features behind the scenes. Big thanks go out to Ahmed AlHarthi, Alberto Ortega, Albizuri, Arthur Nunes, Ayden Jahola, Kristian Feldsam, Ronisson Cabral, Svyatoslav, Tinna Sandström, and Wikinaut who contributed to this release. ❤️
pretix 2024.9.0 is now available for installation via pip
. The new Docker images will appear on Docker Hub over the
next few hours. All customers of pretix Hosted are already using the new version and do not need to take any action.
Smaller changes and bugfixes
Ticket shop and widget
-
A bug has been fixed that caused the waiting list not to be enabled/disabled correctly based on the given schedule in event series.
-
The list of events no longer calculates the date range of an event series on all possible dates, but only on the future and available ones.
-
The custom explanation for payment methods is now shown when selecting a new payment method for an existing order.
-
The OpenID Connect integration for customer accounts now supports identity providers that require client authentication via the POST body.
Ticketing backend and configuration
-
The Basque language has been added.
-
A bug has been fixed that caused too many emails to be sent when sending mails to all attendees of a range of dates within an event series.
-
The "require attention at check-in" flag and the check-in text of an order can now be set when importing orders
-
The voucher import now recognizes validity end dates in ISO8601 formatting.
-
The minimum requirements for passwords have been tightened.
-
The default EU reverse charge option in pretix is now deprecated as it does not yield the correct results for all organizers. We strongly recommend using custom rules specific to your tax situation.
-
Bank transfer: A confusing error message has been fixed when a payment matches two orders, one of which is already paid.
-
Error messages on deleting teams have been improved when deletion is not allowed.
Updates to official plugins and tools
-
The Mollie plugin has been released in version 2.2.1 to improve Klarna support and fix minor issues.
-
The Newsletter plugin has been released in version 1.5.4 to support transmitting company names to Brevo.
-
The pretixPOS backend plugin has been released in version 3.15.3 to allow bulk-exporting of closing reports.
-
The Shipping plugin has been released in version 1.21.1 to fix an inconsistency in shipping price calculation.
Runtime and server environment
No changes.
Plugin API changes
No changes.
REST API changes
-
The
eu_reverse_charge
property of the tax rule resource has been deprecated. -
The
checkin
entries of the order position resource now includes adevice_id
property that matches the IDs obtained from the device resource. Thedevice
property is deprecated.