From 194aa214a8f21c61ea61588aa60f4cdb4938e2cb Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Wed, 31 Jan 2024 13:57:39 +0100 Subject: [PATCH] Add UPGRADE.md --- UPGRADE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 UPGRADE.md diff --git a/UPGRADE.md b/UPGRADE.md new file mode 100644 index 0000000..0f8d426 --- /dev/null +++ b/UPGRADE.md @@ -0,0 +1,28 @@ +Upgrading this plugin +===================== + +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. + +General +------- + +* 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. + + +Upstream changes +---------------- + +* This plugin does not inherit or copy anything from upstream sources. + + +Automated tests +--------------- + +* Due to the fact that the plugin mainly offers webservice endpoints to an external application, there aren't any automated test (yet). + +Manual tests +------------ + +* Manual tests are carried out by SEMCO staff.