Skip to content

Commit 899a3e6

Browse files
vmdefsarjona
authored andcommitted
Bump to 2020100200 (v2.9.8) - Bye and thank you, phpcs 2
1 parent f4c7b99 commit 899a3e6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Changes in version 2.9.8 (20201002) - Bye and thank you, phpcs 2.x
2+
------------------------------------------------------------------
3+
- [PR#83](https://github.com/moodlehq/moodle-local_codechecker/pull/83) and [PR#84](https://github.com/moodlehq/moodle-local_codechecker/pull/84): Allow a list of files to be checked (Sam Marshall).
4+
- [PR#80](https://github.com/moodlehq/moodle-local_codechecker/pull/80): Remove require of now-deleted coursecatlib.php (Jun Pataleta).
5+
- Several travis changes:
6+
- [PR#79](https://github.com/moodlehq/moodle-local_codechecker/pull/79): Bump to use moodlehq/moodle-plugin-ci v3.
7+
- [PR#81](https://github.com/moodlehq/moodle-local_codechecker/pull/81): Add support for 310 branch.
8+
- Small README changes: information section improved and travis status badge update to show travis.com build status.
9+
110
Changes in version 2.9.7 (20200718) - Bye bye, JS
211
-------------------------------------------------
312
- [PR#75](https://github.com/moodlehq/moodle-local_codechecker/pull/75) and [PR#77](https://github.com/moodlehq/moodle-local_codechecker/pull/77): Small tweaks for better transition to phpcs3.

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

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

27-
$plugin->version = 2020071800;
28-
$plugin->release = '2.9.7';
27+
$plugin->version = 2020100200;
28+
$plugin->release = '2.9.8';
2929
$plugin->maturity = MATURITY_STABLE;
3030
$plugin->requires = 2016120500; // Moodle 3.2 release and upwards.
3131
$plugin->component = 'local_codechecker';

0 commit comments

Comments
 (0)