All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
// Example
// Plugin release number corresponds to the lasest tested Moodle version in which the plugin has been tested.
$plugin->release = '3.5.7'; // [3.5.7]
// Plugin version number corresponds to the latest plugin version.
$plugin->version = 2019010100; // 2019-01-01
Guiding Principles
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- The latest version comes first.
- The release date of each version is displayed.
Types of changes
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
- Tested for Moodle 4.5 and PHP 8.1
- Solves Accessibility issue #1
- Tested for Moodle 4.4 and PHP 8.1
- Tested for Moodle 4.3 and PHP 8.1
- Refactored and upgraded for Moodle 4.2
- Refactor to block_quickcourselist
- Fix behat
- Fix code guidelines
- Fix issues with query
splitterms
setting
- 4.1 / PHP 80 check - no issues found
- Version bump
- Course Short name, Course Full name and Categorie format
- Adding new licentie agreement
- Version number no issue found in Moodle 3.11 and Moodle 4.0
- Course Full name and Categorie format
- Dutch translations
- Version number no issues found in Moodle 3.10
- TODO convert to more Moodle standard format
- Add some missing defined('MOODLE_INTERNAL') || die;
- Version number no issues found in Moodle 3.9
- Version number no issues found in Moodle 3.8
- Changelog in a separate file
- Release of the first official stable version.