Skip to content

Commit 959a87b

Browse files
committed
Bump to 2024041000 (v5.0.5) - Fools plus 9
1 parent f49b3be commit 959a87b

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,4 +1,12 @@
1-
Changes in version 5.0.4 (20230126) - Depend-a-bot
1+
Changes in version 5.0.5 (20240410) - Fools plus 9
2+
--------------------------------------------------
3+
- Bundled dependencies updated:
4+
- Moodle CS v3.4.6
5+
- PHP Compatibility e5cd2e24
6+
- PHP CodeSniffer 3.9.1
7+
- PHPCS Utils 1.0.10
8+
9+
Changes in version 5.0.4 (20240126) - Depend-a-bot
210
--------------------------------------------------
311
- First steps towards managing dependencies automatically with Dependabot.
412
- 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 = 2024012600;
28-
$plugin->release = '5.0.4';
27+
$plugin->version = 2024041000;
28+
$plugin->release = '5.0.5';
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)