Skip to content

PILOS 4.0.0-RC.4

Pre-release
Pre-release

Choose a tag to compare

@samuelwei samuelwei released this 12 Sep 09:40
· 1594 commits to develop since this release

This fourth and probably last release candidate of PILOS v4 contains several bug fixes.

The final release is planned for end of this week.

Upgrade from v4.0.0-RC.3

  • The issue with an wrong default value of attendance logging in the room type setttings is only fixed for upgrades from PILOS v2/v3. You have to manually check all room types if the setting is set as you prefer.
  • The issue where the last meeting of a room is not shown on the home page is only fixed for upgrades from PILOS v2/v3. To manually fix this issue please run the following command in the database: UPDATE `rooms` as rooms SET `meeting_id`= (SELECT id FROM `meetings` as meetings WHERE meetings.room_id = rooms.id ORDER BY `meetings`.`created_at` DESC LIMIT 1);

Please follow the Upgrade Guide if you update from v2/v3.
To Install this version check our Getting Started Guide


Added

Changed

Fixed

Full Changelog: v4.0.0-RC.2...v4.0.0-RC.3