Skip to content

Commit

Permalink
Add UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Jan 31, 2024
1 parent fff3d62 commit 194aa21
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 194aa21

Please sign in to comment.