Skip to content

Commit 2d0dc2c

Browse files
committed
Bump to 2024012600 (v5.0.4) - Depend-a-bot
1 parent 4721fb6 commit 2d0dc2c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes in version 5.0.4 (20230126) - Depend-a-bot
2+
--------------------------------------------------
3+
- First steps towards managing dependencies automatically with Dependabot.
4+
- Bundled dependencies updated:
5+
- Moodle CS updated to v3.3.14.
6+
- PHP CodeSniffer updated to 3.8.1.
7+
18
Changes in version 5.0.3 (20231219) - Bumping bumps
29
---------------------------------------------------
310
- Bundled dependencies updated:

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