From 7d52bb9695902e746de3e0c289a8224e50dab291 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 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 590781e..a50c4d0 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,6 @@ * [Why is it an auth plugin?](#why-it-is-an-auth-plugin) * [Feedback and issues](#feedback-and-issues) -Version Support -------------- -The master branch supports Moodle 3.3 and higher. -The MOODLE_32_STABLE branch supports Moodle 2.7 -> Moodle 3.2 - What is this? ------------- @@ -45,6 +40,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 -----------