Skip to content

Commit d1ccf3d

Browse files
committed
Bump to 20210716 (v3.0.2) - Summer break
1 parent 2eb90bc commit d1ccf3d

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGES.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
Changes in versions 3.0.1 (20210423) - April's cool
2-
---------------------------------------------------
1+
Changes in version 3.0.2 (20210716) - Summer break
2+
--------------------------------------------------
3+
- Various internal changes and improvements:
4+
- Removed some legacy code (33_STABLE) and out of support 7.1 tests.
5+
- Disable coverage reporting in Travis own builds.
6+
- Added PHP 8.0 support in own tests.
7+
- Fulfill Moodle 4.0 requirements.
8+
- Make mariadb own tests sticky to 10.5 until [MDL-72131](https://tracker.moodle.org/browse/MDL-72131) is fixed.
9+
- [PR#146](https://github.com/moodlehq/moodle-local_codechecker/pull/146): Suggest debugging() as alternative to error_log() (Ruslan Kabalin).
10+
- [PR#148](https://github.com/moodlehq/moodle-local_codechecker/pull/148): Verify that there is one and only one EOL @ EOF (stronk7).
11+
12+
Changes in version 3.0.1 (20210423) - April's cool
13+
--------------------------------------------------
314
- Various internal changes and improvements:
415
- Travis and GHA support updated.
516
- Support docker login to workaround anonymous pull limits.

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 = 2021042300;
28-
$plugin->release = '3.0.1';
27+
$plugin->version = 2021071600;
28+
$plugin->release = '3.0.2';
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)