Skip to content
Snippets Groups Projects
Commit 6f4f4e52 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Update the version number for v4.8.1 release.

parent bfcec2b2
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
For current and future plans, see [Development track](Development_track.md) and [Future plans](Future_plans.md). For current and future plans, see [Development track](Development_track.md) and [Future plans](Future_plans.md).
## Version 4.8.1
Released November 2024.
Rename directories and files in the STACK library to avoid problems with the auto-generated .zip file.
## Version 4.8.0 ## Version 4.8.0
Released November 2024. Released November 2024.
......
...@@ -3357,4 +3357,4 @@ is_lang(code):=ev(is(%_STACK_LANG=code),simp=true)$ ...@@ -3357,4 +3357,4 @@ is_lang(code):=ev(is(%_STACK_LANG=code),simp=true)$
/* Stack expects some output with the version number the output happens at */ /* Stack expects some output with the version number the output happens at */
/* maximalocal.mac after additional library loading */ /* maximalocal.mac after additional library loading */
stackmaximaversion:2024111500$ stackmaximaversion:2024111900$
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2024111500; $plugin->version = 2024111900;
$plugin->requires = 2022041900; $plugin->requires = 2022041900;
$plugin->cron = 0; $plugin->cron = 0;
$plugin->component = 'qtype_stack'; $plugin->component = 'qtype_stack';
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.8.0 for Moodle 4.0+'; $plugin->release = '4.8.1 for Moodle 4.0+';
$plugin->dependencies = [ $plugin->dependencies = [
'qbehaviour_adaptivemultipart' => 2020103000, 'qbehaviour_adaptivemultipart' => 2020103000,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment