Skip to content

Commit

Permalink
Bump to 2024061400 (v5.0.7) - It's a small world
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 14, 2024
1 parent 998adfb commit b49b907
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changes in version 5.0.7 (20240614) - It's a small world
--------------------------------------------------------
- Bundled dependencies updated:
- Moodle CS v3.4.8

Changes in version 5.0.6 (20240531) - Bye, May!
-----------------------------------------------
- Bundled dependencies updated:
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2024053100;
$plugin->release = '5.0.6';
$plugin->version = 2024061400;
$plugin->release = '5.0.7';
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2019111803; // Moodle 3.8.3 release and upwards (first one supporting PHP 7.4).
$plugin->component = 'local_codechecker';

0 comments on commit b49b907

Please sign in to comment.