- 2024-10-14 - Upgrade: Adopt changes from MDL-82183 and use new \core\output\html_writer
- 2024-10-14 - Upgrade: Adopt changes from MDL-81960 and use new \core\url class
- 2024-10-07 - Prepare compatibility for Moodle 4.5.
- 2024-08-24 - Development: Rename master branch to main, please update your clones.
- 2024-08-22 - Upgrade: Replace deprecated Behat steps.
- 2024-08-20 - Prepare compatibility for Moodle 4.4.
- 2024-08-11 - Add section for scheduled tasks to README
- 2024-08-11 - Updated Moodle Plugin CI to latest upstream recommendations
- 2023-10-20 - Prepare compatibility for Moodle 4.3.
- 2023-09-01 - Prepare compatibility for Moodle 4.2.
- 2023-10-14 - Add automated release to moodle.org/plugins
- 2023-10-14 - Make codechecker happy again
- 2023-10-10 - Updated Moodle Plugin CI to latest upstream recommendations
- 2023-04-30 - Tests: Updated Moodle Plugin CI to use PHP 8.1 and Postgres 13 from Moodle 4.1 on.
- 2023-01-21 - Prepare compatibility for Moodle 4.1.
- 2023-03-19 - Respect the sessiontimeoutwarning setting in the plugin settings description.
- 2022-11-28 - Updated Moodle Plugin CI to latest upstream recommendations
- 2022-07-12 - $.now() is deprecated, replace with Date.now()
- 2022-07-12 - Fix Behat tests which broke with Moodle 4.0
- 2022-07-12 - Prepare compatibility for Moodle 4.0.
- 2022-07-10 - Add Visual checks section to UPGRADE.md
- 2022-07-10 - Add Capabilities section to README.md
- 2022-06-26 - Make codechecker happy again
- 2022-06-26 - Updated Moodle Plugin CI to latest upstream recommendations
- 2022-06-26 - Add UPGRADE.md as internal upgrade documentation
- 2022-06-26 - Update maintainers and copyrights in README.md.
- 2021-12-05 - Fix Behat tests which broke in 3.11
- 2021-10-26 - Prepare compatibility for Moodle 3.11
- 2021-09-29 - Remove the deprecated print_error() function
- 2021-02-05 - Make codechecker fully happy
- 2021-02-05 - Move Moodle Plugin CI from Travis CI to Github actions
- 2021-01-09 - Prepare compatibility for Moodle 3.10.
- 2021-01-06 - Change in Moodle release support: For the time being, this plugin is maintained for the most recent LTS release of Moodle as well as the most recent major release of Moodle. Bugfixes are backported to the LTS release. However, new features and improvements are not necessarily backported to the LTS release.
- 2021-01-06 - Improvement: Declare which major stable version of Moodle this plugin supports (see MDL-59562 for details).
- 2020-09-01 - Fixed broken Behat scenario due to upstream changes for modal dialogues.
- 2020-09-01 - Prepare compatibility for Moodle 3.9.
- 2020-02-26 - Fix a behat test and added some details to the plugin settings page after the 'Extend session' popup was introduced upstream in MDL-34498.
- 2020-02-26 - Ship the simple Ajax endpoint sessionkeepalive_ajax.php with this plugin as it was removed upstream in MDL-34498.
- 2020-02-26 - Prepare compatibility for Moodle 3.8.
- 2019-08-05 - Added Behat tests.
- 2019-08-05 - Prepare compatibility for Moodle 3.7.
- 2019-01-23 - Check compatibility for Moodle 3.6, no functionality change.
- 2018-12-05 - Changed travis.yml due to upstream changes.
- 2018-06-01 - Check compatibility for Moodle 3.5, no functionality change.
- 2018-05-16 - Implement Privacy API.
- 2017-12-21 - Check compatibility for Moodle 3.4, no functionality change.
- 2017-12-12 - Check compatibility for Moodle 3.3, no functionality change.
- 2017-12-05 - Added Workaround to travis.yml for fixing Behat tests with TravisCI.
- 2017-11-08 - Updated travis.yml to use newer node version for fixing TravisCI error.
- 2017-06-30 - Improvement: Add really short keepalive intervals - Credits to Alexey Lustin
- 2017-05-19 - Bugfix: String in language pack didn't work for Moodle installed in subdirectories - Credits to David Mudrák
- 2017-05-29 - Add Travis CI support
- 2017-05-19 - Bugfix: Plugin didn't work for Moodle installed in subdirectories - Credits to David Mudrák
- 2017-04-25 - Initial version