From 1ec50dadb2541dc042e6982e2fc01ecaddbe98c8 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 11 Oct 2018 14:01:28 +1300 Subject: [PATCH] add details about version support --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aba6dd..d7af2ae 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Moodle Outage manager plugin - +* [Version Support](#version-support) * [What is this?](#what-is-this) * [Moodle Requirements](#moodle-requirements) * [Screenshots](#screenshots) @@ -13,6 +13,11 @@ * [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? -------------