Skip to content

Commit

Permalink
Bump to 20221007 (v4.0.1) - Dear Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Oct 7, 2022
1 parent 90e33c5 commit e140423
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
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).
- [PR#206](https://github.com/moodlehq/moodle-local_codechecker/pull/206): Fix various links to point to the [new coding style docs](https://moodledev.io/general/development/policies/codingstyle) (Tim Hunt).
- [PR#209](https://github.com/moodlehq/moodle-local_codechecker/pull/209): Solve a problem, specially noticeable under Windows, where core's PHP_CodeSniffer configuration was interfering with codechecker runs (stronk7).

Changes in version 4.0.0 (20220825) - Welcome moodle-cs
-------------------------------------------------------
- [PR#192](https://github.com/moodlehq/moodle-local_codechecker/pull/192), [PR#197](https://github.com/moodlehq/moodle-local_codechecker/pull/197): Various fixes to own CI tests (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 = 2022082500;;
$plugin->release = '4.0.0';
$plugin->version = 2022100700;;
$plugin->release = '4.0.1';
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2019052000; // Moodle 3.7 release and upwards.
$plugin->component = 'local_codechecker';

0 comments on commit e140423

Please sign in to comment.