indico v3.2 Release Notes
-
๐ Unreleased
Major Features ^
- TODO write something about new regform
- TODO write something about privacy features
- TODO write something about conference receipts
Internationalization
- Nothing so far
๐ Improvements ^
- โ Add a new event management permission that grants access only to the abstracts
module (:pr:
5212
) - โ Add a link to quickly view the current stylesheet on the conference layout
customization page (:issue:
5239
, :pr:5259
) - โ Add more powerful filters to "get next editable" and the list of editables
(:issue:
5188
, :pr:5224
, :pr:5241
) - โ Add the ability to create speaker-only menu entries for conferences (:issue:
5261
, :pr:5268
) - Highlight changed fields in notification emails about modified registrations
(:issue:
5265
, :pr:5269
) - โ Add an option to send notifications of new abstract comments (:issue:
5266
, :pr:5284
) - Badge/poster templates can have additional images besides the background image
(:pr:
5273
, thanks :user:SegiNyn
)
๐ Bugfixes ^
- Nothing so far
Internal Changes ^
- โ Add new
regform-container-attrs
template hook to pass additional (data-)attributes to the React registration form containers (:pr:5271
) - โ Add support for JavaScript plugin hooks to register objects or react components for use
by JS code that's in the core (:pr:
5271
) - ๐ Plugins can now define custom registration form fields (:pr:
5282
)