Skip to content

Commit 7f177d1

Browse files
authored
Prepare v5.1.2 (#74)
1 parent 0c55d22 commit 7f177d1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### 5.1.2 (2023-02-15)
4+
- bugfix: internal functions (e.g. sigfig) working with map() again
5+
36
### 5.1.1 (2023-01-30)
47
- bugfix: fmod() now works like in other scientific calculators
58
- bugfix: sort() now uses natural sorting and does not lose values anymore

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'qtype_formulas';
28-
$plugin->version = 2023012900;
28+
$plugin->version = 2023021500;
2929

3030
$plugin->cron = 0;
3131
$plugin->requires = 2017111300;
@@ -35,6 +35,6 @@
3535
'qtype_multichoice' => 2015111600,
3636
);
3737
$plugin->supported = [39, 401];
38-
$plugin->release = '5.1.1 for Moodle 3.9+';
38+
$plugin->release = '5.1.2 for Moodle 3.9+';
3939

4040
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)