This iteration of PILOS v2 includes several improvements for better system performance and customisation.
It also offers new features for room management. These include a bulk import of room members and a customisable room description page. In addition, there are minor bug fixes and improvements in usability and maintenance.
The change of the language files is a breaking change which, according to SemVer, normally results in a new major version. However, since this change of the language format is due to an unfixable issue of the current format and thus mainly represents a bug fix, the change of the main version is not made.
If you upgrade from any older version, you must adjust your custom locales to the new format. Have a look on how to customize locales in our wiki.
To Install this version check our Readme and Install Instructions
Added
- Bulk import room members (#282, #299)
- Option to set custom LDAP filter (#344)
- Option to load LDAP attributes as authenticated user (#344)
- Custom localization for backend (#345)
- Room description / welcome page (#270,#273)
- OPCache for better performance (#371)
- Laravel telescope for local development and testing (#380, #381)
- Logging for many user and system actions (#380, #381)
- Redirect back to previous viewed room after login (#346, #386)
Changed
- Breaking: Custom localization file format (#345)
- Switch internal webserver from apache to nginx (#371)
- Increase PHP-FPM workers (#371)
- Default log channel (#381)
Fixed
- Broken localization in form validation (#345)
- Showing old validation error in personalized room links modal (#377, #389)
Removed
- Dedicated login button on room view (#386)