File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ Changes in version 5.0.2 (20231129) - Mainly main
2
+ -------------------------------------------------
3
+ - This repository has moved its default branch [ from "master" to "main"] ( https://github.com/moodlehq/moodle-local_codechecker/issues/225 ) .
4
+ - Tests updated to suit Moodle 4.4dev requirements.
5
+ - Bundled dependencies updated:
6
+ - [ moodle-cs] ( https://github.com/moodlehq/moodle-cs ) updated to [ v3.3.11] ( https://github.com/moodlehq/moodle-cs/releases/tag/v3.3.11 ) .
7
+
8
+
1
9
Changes in version 5.0.1 (20231020) - Daddy's birthday
2
10
------------------------------------------------------
3
11
- Added ` MOODLE_403_STABLE ` tests.
Original file line number Diff line number Diff line change 24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die;
26
26
27
- $ plugin ->version = 2023102000 ;;
28
- $ plugin ->release = '5.0.1 ' ;
27
+ $ plugin ->version = 2023112900 ;;
28
+ $ plugin ->release = '5.0.2 ' ;
29
29
$ plugin ->maturity = MATURITY_STABLE ;
30
30
$ plugin ->requires = 2019111803 ; // Moodle 3.8.3 release and upwards (first one supporting PHP 7.4).
31
31
$ plugin ->component = 'local_codechecker ' ;
You can’t perform that action at this time.
0 commit comments