Skip to content

Commit

Permalink
Adapt changes in version.php and readme to clarify that this version …
Browse files Browse the repository at this point in the history
…of the plugin requires Moodle 5.0.
  • Loading branch information
srobotta committed Dec 8, 2024
1 parent 70c6823 commit 87f1756
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ This project was created at DevCamp at MoodleMoot DACH 2024.

## Requirements

This plugin requires Moodle 4.4.
This plugin requires Moodle 5.0.

It will probably work with a lower version of the 4.x branches, however, this was not tested. In case you want to use it with a lower version, please adapt the `version.php`.
This is the version for Moodle 5.0, if you have Moodle 4.4 or 4.5 please use the appropriate version of this plugin.

## Motivation for this report

Expand All @@ -33,6 +33,10 @@ See http://docs.moodle.org/en/Installing_plugins for details on installing Moodl

## Version History

### 0.5

- Adaptions for the upcomming Moodle 5.0 with changes in the Question bank.

### 0.4

- Add Moodle 4.5 to the CI pipeline.
Expand Down
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'qbank_bulkxmlexport';
$plugin->release = '0.4';
$plugin->version = 2024101100;
$plugin->requires = 2024041200;
$plugin->supported = [404, 405];
$plugin->release = '0.5 for Moodle 5.0';
$plugin->version = 2024120700;
$plugin->requires = 2024120500;
$plugin->supported = [500, 500];
$plugin->maturity = MATURITY_RC;

0 comments on commit 87f1756

Please sign in to comment.