Skip to content

Commit 9b609eb

Browse files
committed
Bump to 20210423 (v3.0.1) - April's cool
1 parent 93277c4 commit 9b609eb

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Changes in versions 3.0.1 (20210423) - April's cool
2+
---------------------------------------------------
3+
- Various internal changes and improvements:
4+
- Travis and GHA support updated.
5+
- Support docker login to workaround anonymous pull limits.
6+
- Added instructions to work with VSCode.
7+
- Apply for own `coverage.php` to better define coverage reporting.
8+
- [PR#132](https://github.com/moodlehq/moodle-local_codechecker/pull/132): jsonSerialize() is now a valid function name (Tobias Goltz).
9+
- [PR#136](https://github.com/moodlehq/moodle-local_codechecker/pull/136): Added support for --exclude option in the CLI runner (Adrian Perez).
10+
- [PR#139](https://github.com/moodlehq/moodle-local_codechecker/pull/139): Added check for `abstract/final/static` positioning in function declarations (stronk7).
11+
- [PR#141](https://github.com/moodlehq/moodle-local_codechecker/pull/141): Deprecated `print_error()` (stronk7).
12+
- [PR#143](https://github.com/moodlehq/moodle-local_codechecker/pull/143): Added support for `return new class extends` PHPDoc blocks (stronk7).
13+
114
Changes in version 3.0.0 (20201127) - Welcome phpcs 3
215
-----------------------------------------------------
316
- Upgrade to PHP_CodeSniffer 3.5.8 (stronk7):

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
defined('MOODLE_INTERNAL') || die;
2626

27-
$plugin->version = 2020112700;
28-
$plugin->release = '3.0.0';
27+
$plugin->version = 2021042300;
28+
$plugin->release = '3.0.1';
2929
$plugin->maturity = MATURITY_STABLE;
3030
$plugin->requires = 2017111300; // Moodle 3.4 release and upwards.
3131
$plugin->component = 'local_codechecker';

0 commit comments

Comments
 (0)