Skip to content

Commit

Permalink
Prepare release 4.5-r1.
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Dec 13, 2024
1 parent 4d7c139 commit dc370f0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,34 @@ to complete the installation from the command line.

## verbalfeedback
https://github.com/bfh/moodle-mod_verbalfeedback

## Version history

The versioning of this plugin follows roughly the pattern: X.Y-rZ where X.Y is
the latest suppored Moodle version and Z is an incresing number for newer versions
of the plugin whithin the same Moodle version.

### v4.5-r1

- Major refactoring to circumvent memory issues with many instances.
- Adaptions in code for Moodle 4.5

### v4.4-r1

### v4.3-r1

- Support PHP 8.2 and Moodle 4.3.

### v4.1-r1

- Support PHP 8.1 and Moodle 4.1.

### v4.0-r2

- Add Basque and Spanish to the default template (thanks to Iñigo Zendegi Urzelai)

### v1.0.1

### v1.0.0

- Initial release
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;
$plugin->supported = [401, 405];
$plugin->release = 'v4.4-r3';
$plugin->release = 'v4.5-r1';

0 comments on commit dc370f0

Please sign in to comment.