Skip to content

Releases: FormulasQuestion/moodle-qtype_formulas

v5.3.4.post0 (20241007)

07 Oct 06:47
cba403d
Compare
Choose a tag to compare
  • internal: explicitly list Moodle 4.5 as supported in version.php

Please note: this is the last version with support for Moodle < 4.1 and PHP < 8.0.

v5.3.4 (20241007)

07 Oct 05:47
6510ad5
Compare
Choose a tag to compare
  • assure compatibility with new Moodle 4.5 (LTS)

Please note: this is the last version with support for Moodle < 4.1 and PHP < 8.0.

v5.3.3 (20240420)

20 Apr 15:06
a5f1a75
Compare
Choose a tag to compare
  • assure compatibility with Moodle 4.4 and PHP 8.3
  • bugfix: solve problem with "Save and continue" on edit form and PHP 8.2
  • bugfix: disable simple mode for grading criterion if it failed validation
  • bugfix: solve problem with < char and instantiation check
  • bugfix: correct some messages and texts
  • internal: rename behat step to avoid conflicts with other plugins during tests
  • internal: update CI
  • internal: add code coverage to CI chain

Please note: this is (probably) the last version with support for Moodle < 4.1 and PHP < 8.0.

v5.3.2 (2023111700)

17 Nov 09:00
ea4506e
Compare
Choose a tag to compare
  • bugfix: also improve robustness against risky grading variables
  • internal: additional tests

v5.3.1 (2023111600)

16 Nov 19:48
04b6dce
Compare
Choose a tag to compare
  • bugfix: make sure risky grading criterion cannot break question
  • bugfix: make sure grading does not lead to invalid question state
  • revert workaround from 5.2.2 (TinyMCE too small), as bug was fixed upstream
  • internal: improvements to some tests
  • internal: update GitHub actions

v5.3.0 (2023100900)

09 Oct 05:34
ac96a0c
Compare
Choose a tag to compare
  • assure compatibility with Moodle 4.3 and PHP 8.2
  • enhancement: different feedback for unique / non-unique correct answer
  • enhancement: allow M (mega) prefix for unit Newton
  • bugfix: remove wrongful warning triangle when using fact() in answer
  • bugfix: nice formatting of preview for exponentiation, e.g. 4**3
  • internal: update GitHub actions (moodle-plugin-ci v4, PHP 8.2, Moodle 4.3)
  • internal: change mobile behat tests to work with updated labels in the app
  • internal: add separate workflow for mobile behat (only PHP <8.2) with moodle-plugin-ci v3

v5.2.2 (2023080900)

09 Aug 15:32
54ef42b
Compare
Choose a tag to compare
  • bugfix: wrong sort order for negative numbers in sort()
  • bugfix: some input fields in edit form too small with TinyMCE in Moodle 4.2+
  • internal: fix in legacy code (indirect modification of overloaded property)
  • internal: changes to behat tests for compatibility with 4.3

v5.2.1 (2023042400)

24 Apr 05:50
74ff90d
Compare
Choose a tag to compare
  • assure compatibility with Moodle 4.2
  • internal: changes for compatibility with PHP 8.1
  • internal: add PHP 8.1 to CI test matrix
  • internal: added tests for units

v5.2.0 (2023031700)

17 Mar 16:46
23d13d4
Compare
Choose a tag to compare
  • new functions: binomialpdf() and binomialcdf()
  • bugfix: gcd() now gives correct result even if one argument is 0
  • internal: removed deprecated notify()

v5.1.2 (2023021500)

15 Feb 08:29
7f177d1
Compare
Choose a tag to compare
  • bugfix: internal functions (e.g. sigfig) working with map() again