Skip to content

Commit 9c5e650

Browse files
committed
Bump to 20211204 (v3.0.4) - Downgrading expectations
1 parent 53f6402 commit 9c5e650

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Changes in version 3.0.4 (20211204) - Downgrading expectations
2+
--------------------------------------------------------------
3+
- [PR#162](https://github.com/moodlehq/moodle-local_codechecker/pull/162): Downgrade some recently code added to the "moodle" standard to make it PHP 7.0 compliant, needed to continue supporting old branches by various tools (stronk7).
4+
15
Changes in version 3.0.3 (20211130) - Cyber releasing
26
-----------------------------------------------------
37
- Various internal changes and improvements:

version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

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

27-
$plugin->version = 2021113000;
27+
$plugin->version = 2021120400;;
2828
$plugin->release = '3.0.3';
2929
$plugin->maturity = MATURITY_STABLE;
3030
$plugin->requires = 2017111300; // Moodle 3.4 release and upwards.

0 commit comments

Comments
 (0)