Skip to content

Commit

Permalink
Add UPGRADE.md to the repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Jun 25, 2022
1 parent 5289b4f commit 11f5e0b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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
---------------

* The plugin has a good coverage with Behat tests which test all of the plugin's user stories.


Manual tests
------------

* There aren't any manual tests needed to upgrade this plugin.

0 comments on commit 11f5e0b

Please sign in to comment.