Skip to content

Commit

Permalink
Bump to 20230528 (v4.0.5) - Forever in my heart, Tina
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed May 28, 2023
1 parent e641423 commit 94203d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Changes in version 4.0.5 (20230528) - Forever in my heart, Tina
---------------------------------------------------------------
- Various small internal CI changes:
- 402_STABLE support.
- [moodle-plugin-ci](https://github.com/moodlehq/moodle-plugin-ci) updated to [v4.0.0](https://github.com/moodlehq/moodle-plugin-ci/releases/tag/4.0.0).
- Bundled dependencies upgraded:
- [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) updated to 3.7.2.
- [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) updated to 10.0dev (70e4ca24).
- [PHPCSUtils](https://github.com/PHPCSStandards/PHPCSUtils) updated to 1.0.5.
- [moodle-cs](https://github.com/moodlehq/moodle-cs) updated to [v3.3.4](https://github.com/moodlehq/moodle-cs/releases/tag/v3.3.4).

Changes in version 4.0.4 (20230314) - Forth and back
----------------------------------------------------
- Update the [moodle-cs](https://github.com/moodlehq/moodle-cs) dependency to [v3.3.3](https://github.com/moodlehq/moodle-cs/releases/tag/v3.3.3).
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 = 2023021400;;
$plugin->release = '4.0.4';
$plugin->version = 2023052800;;
$plugin->release = '4.0.5';
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2019052000; // Moodle 3.7 release and upwards.
$plugin->component = 'local_codechecker';

0 comments on commit 94203d4

Please sign in to comment.