Skip to content

Commit 3ec6941

Browse files
committed
Bump to 2024053100 (v5.0.6) - Bye May!
1 parent 2d0cb38 commit 3ec6941

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Changes in version 5.0.6 (20240531) - Bye, May!
2+
-----------------------------------------------
3+
- Bundled dependencies updated:
4+
- Moodle CS v3.4.7
5+
- PHP Compatibility 96072c30
6+
- PHP CodeSniffer 3.10.1
7+
- PHPCS Utils 1.0.12
8+
19
Changes in version 5.0.5 (20240410) - Fools plus 9
210
--------------------------------------------------
311
- 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 = 2024041000;
28-
$plugin->release = '5.0.5';
27+
$plugin->version = 2024053100;
28+
$plugin->release = '5.0.6';
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)