From 5be51e8ec3223345fc0b071740183816bbec77c7 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 20 Jan 2023 19:24:34 +0100 Subject: [PATCH] Bump to 20230120 (v4.0.2) - Comp-at-ibility --- CHANGES.md | 11 +++++++++++ version.php | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8028ef0b..a46cc30b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +Changes in version 4.0.2 (20230120) - Comp-at-ibility +----------------------------------------------------- +- Various small internal changes: + - 401_STABLE CI support. + - Prepare for 4.2 new requirements. + - PHP 8.1 fixes. +- Bundled dependencies overhaul: + - [moodle-cs](https://github.com/moodlehq/moodle-cs) updated to 3.3.1 ([from 3.2.4](https://github.com/moodlehq/moodle-cs/compare/v3.2.4...v3.3.1)). + - [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) updated to 10.0dev (2fb82334). + - [PHPCSUtils](https://github.com/PHPCSStandards/PHPCSUtils) updated to 1.0.1. + Changes in version 4.0.1 (20221007) - Dear Windows -------------------------------------------------- - [PR#205](https://github.com/moodlehq/moodle-local_codechecker/pull/205): Allow CRLF (Windows) line ending in .csv testing fixtures (stronk7). diff --git a/version.php b/version.php index cd4ba506..e67135b2 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2022100700;; -$plugin->release = '4.0.1'; +$plugin->version = 2023012000;; +$plugin->release = '4.0.2'; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2019052000; // Moodle 3.7 release and upwards. $plugin->component = 'local_codechecker';