This update to PILOS v4 improves the provision command, recording access and contains small UX improvements.
Important note
Our release notes and changelog typically include only information relevant to users and administrators; developer-only changes are not listed explicitly.
That said, this release introduces a significant internal change to the codebase: strict typing has been enabled in PHP (#3032). We have carefully reviewed and addressed all type-related issues identified during this process and are confident in the stability of this update.
However, if you encounter any unexpected behavior in production, please report it by opening an issue.
This release intentionally does not include any database changes. If needed, you can safely roll back to version v4.14.0 by using the corresponding Docker image tag.
To Install this version check our Getting Started Guide
Changed
- BBB API URL is now automatically normalized to include a trailing
/when adding BBB servers using the provision command (#3011, #3014) @pizkaz - Provision command data format to support partial provision using optional sections and fields (#3014) @pizkaz
- Show a login button instead of a reload button for guests without access to a room (#2321) @samuelwei
Fixed
- Room description editor not closed after 403 error on save (#2997, #3000) by @Sabr1n4W
- Recording access blocked in some browsers due to restrictions on opening new windows without user interaction (#2851, #2901) by @Sabr1n4W
Full Changelog: v4.14.0...v4.14.1