Skip to content

Commit 3a78bdd

Browse files
committed
Bump to 2025091600 (v5.0.13) - I depend upon you!
1 parent e2a7425 commit 3a78bdd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Changes in version 5.0.13 (20250916) - I depend upon you!
2+
-------------------------------------------------------
3+
- Bundled dependencies updated:
4+
- Moodle CS v3.6.0
5+
16
Changes in version 5.0.12 (20250815) - Git excludes thee
27
-------------------------------------------------------
38
- Fixed Bundled dependencies

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 = 2025081500;
28-
$plugin->release = '5.0.12';
27+
$plugin->version = 2025091600;
28+
$plugin->release = '5.0.13';
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)