Skip to content

Commit

Permalink
Bump to 20230120 (v4.0.2) - Comp-at-ibility
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 20, 2023
1 parent 2845669 commit 5be51e8
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.2 (20230120) - Comp-at-ibility
-----------------------------------------------------
- Various small internal changes:
- 401_STABLE CI support.
- Prepare for 4.2 new requirements.
- PHP 8.1 fixes.
- Bundled dependencies overhaul:
- [moodle-cs](https://github.com/moodlehq/moodle-cs) updated to 3.3.1 ([from 3.2.4](https://github.com/moodlehq/moodle-cs/compare/v3.2.4...v3.3.1)).
- [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) updated to 10.0dev (2fb82334).
- [PHPCSUtils](https://github.com/PHPCSStandards/PHPCSUtils) updated to 1.0.1.

Changes in version 4.0.1 (20221007) - Dear Windows
--------------------------------------------------
- [PR#205](https://github.com/moodlehq/moodle-local_codechecker/pull/205): Allow CRLF (Windows) line ending in .csv testing fixtures (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 = 2022100700;;
$plugin->release = '4.0.1';
$plugin->version = 2023012000;;
$plugin->release = '4.0.2';
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2019052000; // Moodle 3.7 release and upwards.
$plugin->component = 'local_codechecker';

0 comments on commit 5be51e8

Please sign in to comment.