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

Update version number for the 4.6.0 release.

parent 48704e29
No related branches found
No related tags found
No related merge requests found
# STACK 4.6.0 # STACK 4.6.0
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. 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. STACK has an API for stand-alone integration into other 3rd party systems.
The main STACK project website is [https://stack-assessment.org/](https://stack-assessment.org/). The main STACK project website is [https://stack-assessment.org/](https://stack-assessment.org/).
......
...@@ -93,8 +93,8 @@ $CFG->inputmustverify = 1; ...@@ -93,8 +93,8 @@ $CFG->inputmustverify = 1;
$CFG->inputshowvalidation = 1; $CFG->inputshowvalidation = 1;
// These should match the version of goemaxima in docker-compose. // These should match the version of goemaxima in docker-compose.
$CFG->stackmaximaversion = "2024052100"; $CFG->stackmaximaversion = "2024060300";
$CFG->version = "2024052100"; $CFG->version = "2024060300";
// Do not change this setting. // Do not change this setting.
$CFG->mathsdisplay = 'api'; $CFG->mathsdisplay = 'api';
......
version: "4.0" version: "4.0"
services: services:
maxima: maxima:
image: mathinstitut/goemaxima:2024052100-latest image: mathinstitut/goemaxima:2024060300-latest
tmpfs: tmpfs:
- "/tmp" - "/tmp"
restart: unless-stopped restart: unless-stopped
......
version: "4.0" version: "4.0"
services: services:
maxima: maxima:
image: mathinstitut/goemaxima:2024052100-latest image: mathinstitut/goemaxima:2024060300-latest
tmpfs: tmpfs:
- "/tmp" - "/tmp"
restart: unless-stopped restart: unless-stopped
......
...@@ -4,7 +4,7 @@ For current and future plans, see [Development track](Development_track.md) and ...@@ -4,7 +4,7 @@ For current and future plans, see [Development track](Development_track.md) and
## Version 4.6.0 ## Version 4.6.0
Released May 2024. Released June 2024.
This version will require moodle 4.0+. Moodle 3.x is no longer supported. This version will require moodle 4.0+. Moodle 3.x is no longer supported.
......
...@@ -9,7 +9,7 @@ when releasing. ...@@ -9,7 +9,7 @@ when releasing.
Release | Version number | Supported Maxima versions Release | Version number | Supported Maxima versions
--------|----------------|-------------------------- --------|----------------|--------------------------
4.6.0 | 2024052100 | 5.40.0, 5.41.0, 5.42.0, 5.42.1, 5.42.2, 5.43.0, 5.43.1, 5.43.2, 5.44.0, 5.46.0, 5.47.0 4.6.0 | 2024060300 | 5.40.0, 5.41.0, 5.42.0, 5.42.1, 5.42.2, 5.43.0, 5.43.1, 5.43.2, 5.44.0, 5.46.0, 5.47.0
4.5.0 | 2023121100 | 5.40.0, 5.41.0, 5.42.0, 5.42.1, 5.42.2, 5.43.0, 5.43.1, 5.43.2, 5.44.0, 5.46.0, 5.47.0 4.5.0 | 2023121100 | 5.40.0, 5.41.0, 5.42.0, 5.42.1, 5.42.2, 5.43.0, 5.43.1, 5.43.2, 5.44.0, 5.46.0, 5.47.0
4.4.5 | 2023072101 | 5.40.0, 5.41.0, 5.42.0, 5.42.1, 5.42.2, 5.43.0, 5.43.1, 5.43.2, 5.44.0, 5.46.0, 5.47.0 4.4.5 | 2023072101 | 5.40.0, 5.41.0, 5.42.0, 5.42.1, 5.42.2, 5.43.0, 5.43.1, 5.43.2, 5.44.0, 5.46.0, 5.47.0
4.4.4 | 2023060500 | 5.40.0, 5.41.0, 5.42.0, 5.42.1, 5.42.2, 5.43.0, 5.43.1, 5.43.2, 5.44.0 4.4.4 | 2023060500 | 5.40.0, 5.41.0, 5.42.0, 5.42.1, 5.42.2, 5.43.0, 5.43.1, 5.43.2, 5.44.0
......
...@@ -3334,4 +3334,4 @@ is_lang(code):=ev(is(%_STACK_LANG=code),simp=true)$ ...@@ -3334,4 +3334,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:2024052100$ stackmaximaversion:2024060300$
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2024052100; $plugin->version = 2024060300;
$plugin->requires = 2022041900; $plugin->requires = 2022041900;
$plugin->cron = 0; $plugin->cron = 0;
$plugin->component = 'qtype_stack'; $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