This is an internal documentation for plugin developers with some notes what has to be considered when updating this plugin to a new Moodle major version.
- Generally, this is a quite simple plugin with just one purpose.
- It does not rely on any fluctuating library functions and should remain quite stable between Moodle major versions.
- Thus, the upgrading effort is low.
- This plugin does not inherit or copy anything from upstream sources.
- The plugin has a good coverage with Behat and PHPUnit tests which test all of the plugin's user stories.
- There aren't any manual tests needed to upgrade this plugin.
- It might be advisable to have a quick look at the admin setting pages of the plugin in the Moodle GUI as Moodle themes might influence the forms in this area.