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

Bump the version number in the dev branch ahead of master.

parent c12111e6
No related branches found
No related tags found
No related merge requests found
# STACK 4.4 (alpha)
# STACK 4.4.1
STACK is an assessment system for mathematics, science and related disciplines. STACK is a question type for the Moodle learning management system, and also the ILIAS learning management system.
......
......@@ -2,7 +2,7 @@
For current and future plans, see [Development track](Development_track.md) and [Future plans](Future_plans.md).
## Version 4.4
## Version 4.4.0
Released July 2022.
......@@ -26,7 +26,7 @@ Major rewrite of the PRT and CASText systems, focus on performance and limitatio
16. Add in support for the [Damerau-Levenshtein distance](../Authoring/Levenshtein_distance.md).
17. Add in suppprt for the display of [Complex Numbers](../CAS/Complex_numbers.md).
18. Add in basic solving of expressions with the not equals. E.g. `x-1#0` is now considered equivalent to `x#1`.
19. Add in support for Moodle 4.0
19. Add in support for Moodle 4.0.
## Version 4.3.11
......
......@@ -5,7 +5,9 @@ past development history is documented on [Development history](Development_hist
How to report bugs and make suggestions is described on the [community](../About/Community.md) page.
## Version 4.5
## Version 4.4.1
TODO: track down bug in assignments/evaluation affecting the inputs.
TODO: List of long lasting issues dealt with, that might need to be notified/closed, note that some of these have connecting issues:
#671, #420
......
......@@ -3363,4 +3363,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:2022071300$
stackmaximaversion:2022071400$
......@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2022071300;
$plugin->version = 2022071400;
$plugin->requires = 2020061500;
$plugin->cron = 0;
$plugin->component = 'qtype_stack';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment