We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce0c63 commit b7b3aafCopy full SHA for b7b3aaf
CHANGES.md
@@ -1,4 +1,4 @@
1
-Changes in version 3.0.0 (20201102) - Welcome phpcs 3
+Changes in version 3.0.0 (20201127) - Welcome phpcs 3
2
-----------------------------------------------------
3
- Upgrade to PHP_CodeSniffer 3.5.8 (stronk7):
4
- PHP_CodeSniffer move to phpcs directory (see readme_moodle.txt for complete instructions).
version.php
@@ -24,8 +24,8 @@
24
25
defined('MOODLE_INTERNAL') || die;
26
27
-$plugin->version = 2020111400;
28
-$plugin->release = '3.0.0beta';
29
-$plugin->maturity = MATURITY_BETA;
+$plugin->version = 2020112700;
+$plugin->release = '3.0.0';
+$plugin->maturity = MATURITY_STABLE;
30
$plugin->requires = 2017111300; // Moodle 3.4 release and upwards.
31
$plugin->component = 'local_codechecker';
0 commit comments