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

Update version number for the 4.3.3 release.

parent 2a714f85
No related branches found
No related tags found
No related merge requests found
# STACK 4.3.2 [![Build Status](https://api.travis-ci.org/maths/moodle-qtype_stack.svg?branch=master)](https://travis-ci.org/github/maths/moodle-qtype_stack/)
# STACK 4.3.3 [![Build Status](https://api.travis-ci.org/maths/moodle-qtype_stack.svg?branch=master)](https://travis-ci.org/github/maths/moodle-qtype_stack/)
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.
......@@ -8,7 +8,7 @@ STACK is based on continuing research and use at the University of Edinburgh, th
## Current state of development
STACK 4.3 contains some important re-engineering of core components. This will enable significant new features in future releases. STACK 4.3.2 contains bug fixes and new features which require a DB upgrade.
STACK 4.3 contains some important re-engineering of core components. This will enable significant new features in future releases. STACK 4.3.3 contains bug fixes and new features.
Please continue to report any bugs you find at https://github.com/maths/moodle-qtype_stack/issues.
......
......@@ -2,6 +2,11 @@
For current and future plans, see [Development track](Development_track.md) and [Future plans](Future_plans.md).
## Version 4.3.3
Released May 2020.
Bug fixes and documentation.
## Version 4.3.2
......
......@@ -22,16 +22,16 @@ Check
* Check version numbers on stackmaxima.mac.
* Run unit tests.
* Run code checker.
* Commit all changes to git, e.g. "Update version number for the 4.3.2 release."
* Commit all changes to git, e.g. "Update version number for the 4.3.3 release."
## 2. Create new tag with version name
E.g. "v4.3.2".
E.g. "v4.3.3".
* Push to GitHub.
* Push tags to GitHub
* Tortoise git: pulldown from push
* Unix: `git tag -a v4.3.2 -m "Update version number for the 4.3.2 release."`
* Unix: `git tag -a v4.3.3 -m "Update version number for the 4.3.3 release."`
* Unix: `git push --tags`
## 3. Moodle plugins database entry for the plugin
......
......@@ -3182,4 +3182,4 @@ load(linearalgebra);
/* Stack expects some output with the version number the output happens at */
/* maximalocal.mac after additional library loading */
stackmaximaversion:2020052800$
stackmaximaversion:2020061000$
......@@ -24,12 +24,12 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2020052800;
$plugin->version = 2020061000;
$plugin->requires = 2018051700;
$plugin->cron = 0;
$plugin->component = 'qtype_stack';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.3.2 for Moodle 3.5+';
$plugin->release = '4.3.3 for Moodle 3.5+';
$plugin->dependencies = array(
'qbehaviour_adaptivemultipart' => 2018080600,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment