Skip to content

Commit

Permalink
Update the version number for v4.8.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwinc committed Nov 19, 2024
1 parent bfcec2b commit 6f4f4e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions doc/en/Developer/Development_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

Released November 2024.
Expand Down
2 changes: 1 addition & 1 deletion stack/maxima/stackmaxima.mac
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
/* maximalocal.mac after additional library loading */
stackmaximaversion:2024111500$
stackmaximaversion:2024111900$
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024111500;
$plugin->version = 2024111900;
$plugin->requires = 2022041900;
$plugin->cron = 0;
$plugin->component = 'qtype_stack';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.8.0 for Moodle 4.0+';
$plugin->release = '4.8.1 for Moodle 4.0+';

$plugin->dependencies = [
'qbehaviour_adaptivemultipart' => 2020103000,
Expand Down

0 comments on commit 6f4f4e5

Please sign in to comment.