Downloads
Download tar.gz
43.44 KB
MD5: de50eb19db5a38c8192af5eec0c9ec32
SHA-1: 3306f992365a1e823de7565a7fd16e3d6ec136ae
SHA-256: ffd75a36ecede22666d201eb1979453ebf17f9a720c277f3576440d4fac5daf7
Download zip
53.64 KB
MD5: 2116597aed40701ba402e237d46f4ff4
SHA-1: c5add4791989ae5c6957a66d630c18052c69cc0b
SHA-256: 724c60a74af3c40ebc9e8640f4888407717841ff4e7500539ef36e5ee113aeb0
Release notes
There are 2 major changes since 5.x-2.0: a long-awaited new feature, and a critical bug fix for anonymous users:
- #32482: Adding support for signup limits per node:
- New field on site-wide signup defaults and per-node edit form to set or modify the signup limit.
- Signups auto-close when the limit is reached.
- Users can now cancel their own signup when signups are closed, and if it's not an event-enabled node, or the event hasn't started yet, signups automatically re-open.
- Cleanup of the node/N/signups UI.
- Even bigger cleanup of admin/content/signups UI.
- Views support updated to view and filter by signup limit.
- #138401: Fixed a fatal PHP error on certain pages for anonymous users when caching is enabled.