Skip to content

Commit 8a2c1f0

Browse files
committed
Updating README and maturity.
1 parent 08a415f commit 8a2c1f0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1+
[![Moodle plugin CI](https://github.com/PoetOS/moodle-mod_questionnaire/actions/workflows/ci.yml/badge.svg)](https://github.com/PoetOS/moodle-mod_questionnaire/actions/workflows/ci.yml)
2+
3+
# moodle-mod_questionnaire
4+
15
The questionnaire module allows you to construct questionnaires (surveys) from a
26
variety of question type. It was originally based on phpESP, and Open Source
37
survey tool.
48

59
--------------------------------------------------------------------------------
610
Developers Note:
711

8-
There is no main branch. Questionnaire is maintained in MOODLE_XX_STABLE
12+
There is no main branch. Questionnaire is maintained in MOODLE_XXX_STABLE
913
branches. Use the latest STABLE branch for development or installation.
10-
The current stable branch is MOODLE_400_STABLE, and supports Moodle 4.0 and up.
11-
Use the MOODLE_311_STABLE branch for Moodle 3.9 through 3.11.
14+
The current stable branch is MOODLE_404_STABLE, and supports Moodle 4.4 through 4.5.
15+
Use the MOODLE_401_STABLE branch for Moodle 4.1 through 4.3.
1216

1317
--------------------------------------------------------------------------------
1418
To Install:

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
$plugin->component = 'mod_questionnaire';
3232

3333
$plugin->release = '4.4.0 (Build - 2024082900)';
34-
$plugin->maturity = MATURITY_BETA;
34+
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)