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

Update the version numbers for the v4.8.2 release.

parent 853bbdf4
No related branches found
No related tags found
No related merge requests found
......@@ -91,8 +91,8 @@ $CFG->inputmustverify = 1;
$CFG->inputshowvalidation = 1;
// These should match the version of goemaxima in docker-compose.
$CFG->stackmaximaversion = "2024111500";
$CFG->version = "2024111500";
$CFG->stackmaximaversion = "2025122100";
$CFG->version = "2025122100";
// Do not change this setting.
$CFG->mathsdisplay = 'api';
......
version: "4.0"
services:
maxima:
image: mathinstitut/goemaxima:2024111500-latest
image: mathinstitut/goemaxima:2025122100-latest
tmpfs:
- "/tmp"
restart: unless-stopped
......
version: "4.0"
services:
maxima:
image: mathinstitut/goemaxima:2024111500-latest
image: mathinstitut/goemaxima:2025122100-latest
tmpfs:
- "/tmp"
restart: unless-stopped
......@@ -15,7 +15,7 @@ services:
read_only: true
stack:
# Location of published STACK API image goes here.
image: stackmaths/stackapi:2024111500-latest
image: stackmaths/stackapi:2025122100-latest
restart: unless-stopped
ports:
- '3080:80'
......@@ -9,6 +9,7 @@ when releasing.
Release | Version number | Supported Maxima versions
--------|----------------|--------------------------
4.8.2 | 2025122100 | 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.8.0 | 2024111500 | 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.7.0 | 2024072400 | 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
......
......@@ -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:2025122000$
stackmaximaversion:2025122100$
......@@ -24,11 +24,11 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2025122000;
$plugin->version = 2025122100;
$plugin->requires = 2022041900;
$plugin->cron = 0;
$plugin->component = 'qtype_stack';
$plugin->maturity = MATURITY_ALPHA;
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.8.2 for Moodle 4.0+';
$plugin->dependencies = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment