1 |
efrain |
1 |
Upgrading this plugin
|
|
|
2 |
=====================
|
|
|
3 |
|
|
|
4 |
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.
|
|
|
5 |
|
|
|
6 |
General
|
|
|
7 |
-------
|
|
|
8 |
|
|
|
9 |
* Generally, this is a quite simple plugin with just one purpose.
|
|
|
10 |
* It does not rely on any fluctuating library functions and should remain quite stable between Moodle major versions.
|
|
|
11 |
* Thus, the upgrading effort is low.
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
Upstream changes
|
|
|
15 |
----------------
|
|
|
16 |
|
|
|
17 |
* This plugin does not inherit or copy anything from upstream sources.
|
|
|
18 |
|
|
|
19 |
|
|
|
20 |
Automated tests
|
|
|
21 |
---------------
|
|
|
22 |
|
|
|
23 |
* The plugin has a good coverage with Behat tests which test all of the plugin's user stories.
|
|
|
24 |
|
|
|
25 |
|
|
|
26 |
Manual tests
|
|
|
27 |
------------
|
|
|
28 |
|
|
|
29 |
* There aren't any manual tests needed to upgrade this plugin.
|
|
|
30 |
|
|
|
31 |
|
|
|
32 |
Visual checks
|
|
|
33 |
-------------
|
|
|
34 |
|
|
|
35 |
* It might be advisable to have a look at the output of the block in the GUI as Moodle themes can always change small details in this area.
|