From b9baa58252011f03c4778f624117161f36706506 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Mon, 24 Feb 2020 13:37:18 +1300 Subject: [PATCH] update readme to cover branch versions. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f8edc42..d695a62 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,14 @@ If you have an older version of Moodle you can still make it work but you will need to manually add one extra plugin, please check: * https://github.com/catalyst/moodle-local_outage +Branches +-------- +| Moodle version | Branch | PHP | +| ----------------- | ----------- | ---- | +| Moodle 2.7 to 3.2 | MOODLE_32_STABLE | 5.5+ | +| Totara up to 10 | TOTARA_10 | 5.5+ | +| Moodle 3.3+ | master | 7.0+ | +| Totara 11+ | master | 7.0+ | Screenshots -----------