Skip to content

Commit b7b3aaf

Browse files
committed
Bump to 2020112700 (v3.0.0) - Welcome phpcs3
Maturity set from beta to stable.
1 parent 3ce0c63 commit b7b3aaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changes in version 3.0.0 (20201102) - Welcome phpcs 3
1+
Changes in version 3.0.0 (20201127) - Welcome phpcs 3
22
-----------------------------------------------------
33
- Upgrade to PHP_CodeSniffer 3.5.8 (stronk7):
44
- PHP_CodeSniffer move to phpcs directory (see readme_moodle.txt for complete instructions).

version.php

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

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

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

0 commit comments

Comments
 (0)