In Development: 11.0.3
Cerb (11.0.3) is a maintenance update in development as of January 12, 2025. It includes 4 minor features and fixes from community feedback covering the 11.0 update. You can follow these instructions to upgrade.
Changelog
Added
-
[Mail/Transports] In SMTP mail transports for outgoing email, added the ability to disable SSL validation for self-signed certificates. This is strongly not recommended and should only be used for development or evaluation.
-
[Workspaces/Pages] On workspace pages, added an optional setting for allowing workers to personalize the order of tabs. This is disabled by default, but will reuse existing worker preferences from earlier versions. When the option is disabled, tabs will be sorted as intended by the page owner.
-
[Automations] In automations, added
cerb.commands.worklist.query.debug
toapi.command:
. This returns the generated database SQL query that is executed for a worklist query for a specific record type, which is particularly useful for troubleshooting and performance optimization.
Changed
- [Installer/Workflows] Updated the
cerb.demo.data
workflow to include the admin worker as a manager of the ‘Demo’ group.