Skip to content

Commit b49b907

Browse files
committed
Bump to 2024061400 (v5.0.7) - It's a small world
1 parent 998adfb commit b49b907

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Changes in version 5.0.7 (20240614) - It's a small world
2+
--------------------------------------------------------
3+
- Bundled dependencies updated:
4+
- Moodle CS v3.4.8
5+
16
Changes in version 5.0.6 (20240531) - Bye, May!
27
-----------------------------------------------
38
- Bundled dependencies updated:

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 = 2024053100;
28-
$plugin->release = '5.0.6';
27+
$plugin->version = 2024061400;
28+
$plugin->release = '5.0.7';
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)