Skip to content

Commit 30b722a

Browse files
committed
Bump to 20231129 (v5.0.2) - Mainly main
1 parent a425d01 commit 30b722a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
Changes in version 5.0.1 (20231020) - Daddy's birthday
210
------------------------------------------------------
311
- Added `MOODLE_403_STABLE` tests.

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
defined('MOODLE_INTERNAL') || die;
2626

27-
$plugin->version = 2023102000;;
28-
$plugin->release = '5.0.1';
27+
$plugin->version = 2023112900;;
28+
$plugin->release = '5.0.2';
2929
$plugin->maturity = MATURITY_STABLE;
3030
$plugin->requires = 2019111803; // Moodle 3.8.3 release and upwards (first one supporting PHP 7.4).
3131
$plugin->component = 'local_codechecker';

0 commit comments

Comments
 (0)