Skip to content

Commit 0d96232

Browse files
committed
Bump to 20231219 (v5.0.3) - Bumping bumps
1 parent 6b22c8e commit 0d96232

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1+
Changes in version 5.0.3 (20231219) - Bumping bumps
2+
---------------------------------------------------
3+
- Bundled dependencies updated:
4+
- PHP CodeSniffer updated to 3.8.0.
5+
- PHP Compatibility updated to 306cd263.
6+
- PHPCS Extra updated to 1.2.1.
7+
- PHPCS Utils updated to 1.0.9.
8+
- Moodle CS updated to v3.3.12.
9+
110
Changes in version 5.0.2 (20231129) - Mainly main
211
-------------------------------------------------
312
- This repository has moved its default branch [from "master" to "main"](https://github.com/moodlehq/moodle-local_codechecker/issues/225).
413
- Tests updated to suit Moodle 4.4dev requirements.
514
- Bundled dependencies updated:
615
- [moodle-cs](https://github.com/moodlehq/moodle-cs) updated to [v3.3.11](https://github.com/moodlehq/moodle-cs/releases/tag/v3.3.11).
716

8-
917
Changes in version 5.0.1 (20231020) - Daddy's birthday
1018
------------------------------------------------------
1119
- Added `MOODLE_403_STABLE` tests.

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

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

27-
$plugin->version = 2023112900;;
28-
$plugin->release = '5.0.2';
27+
$plugin->version = 2023121900;
28+
$plugin->release = '5.0.3';
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)