File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2525defined ('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 ;
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 ;
You can’t perform that action at this time.
0 commit comments