Skip to content

Commit

Permalink
Bump to 20220117 (v3.0.6) - January's crunch (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 17, 2022
1 parent 801b053 commit 2389b52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in version 3.0.5 (20220117) - January's crunch (take 2)
---------------------------------------------------------------
- [PR#174](https://github.com/moodlehq/moodle-local_codechecker/pull/174): Lower the unexpected MOODLE_INTERNAL check to be a warning, instead of error, as originally planned (stronk7).

Changes in version 3.0.5 (20220111) - January's crunch
------------------------------------------------------
- PHP_CodeSniffer upgraded to 3.6.2 release (stronk7).
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 = 2022011100;;
$plugin->release = '3.0.5';
$plugin->version = 2022011700;;
$plugin->release = '3.0.6';
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2017111300; // Moodle 3.4 release and upwards.
$plugin->component = 'local_codechecker';

0 comments on commit 2389b52

Please sign in to comment.