File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1- Changes in versions 3.0.1 (20210423) - April's cool
2- ---------------------------------------------------
1+ Changes in version 3.0.2 (20210716) - Summer break
2+ --------------------------------------------------
3+ - Various internal changes and improvements:
4+ - Removed some legacy code (33_STABLE) and out of support 7.1 tests.
5+ - Disable coverage reporting in Travis own builds.
6+ - Added PHP 8.0 support in own tests.
7+ - Fulfill Moodle 4.0 requirements.
8+ - Make mariadb own tests sticky to 10.5 until [ MDL-72131] ( https://tracker.moodle.org/browse/MDL-72131 ) is fixed.
9+ - [ PR #146 ] ( https://github.com/moodlehq/moodle-local_codechecker/pull/146 ) : Suggest debugging() as alternative to error_log() (Ruslan Kabalin).
10+ - [ PR #148 ] ( https://github.com/moodlehq/moodle-local_codechecker/pull/148 ) : Verify that there is one and only one EOL @ EOF (stronk7).
11+
12+ Changes in version 3.0.1 (20210423) - April's cool
13+ --------------------------------------------------
314- Various internal changes and improvements:
415 - Travis and GHA support updated.
516 - Support docker login to workaround anonymous pull limits.
Original file line number Diff line number Diff line change 2424
2525defined ('MOODLE_INTERNAL ' ) || die;
2626
27- $ plugin ->version = 2021042300 ;
28- $ plugin ->release = '3.0.1 ' ;
27+ $ plugin ->version = 2021071600 ;
28+ $ plugin ->release = '3.0.2 ' ;
2929$ plugin ->maturity = MATURITY_STABLE ;
3030$ plugin ->requires = 2017111300 ; // Moodle 3.4 release and upwards.
3131$ plugin ->component = 'local_codechecker ' ;
You can’t perform that action at this time.
0 commit comments