From 25bf0292d2ad7cbc3b6556b0a75ad3f2d1fbf383 Mon Sep 17 00:00:00 2001 From: Renaat Debleu Date: Thu, 11 Apr 2024 11:53:35 +0000 Subject: [PATCH] version update --- .github/workflows/main.yml | 4 ---- tests/behat/duration_enrolcoursecompleted.feature | 2 +- version.php | 6 +++--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd155e3..5f0df74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,10 +68,6 @@ jobs: if: ${{ !cancelled() }} run: moodle-plugin-ci --ansi phplint - - name: phpcpd - if: ${{ !cancelled() }} - run: moodle-plugin-ci --ansi phpcpd - - name: phpmd if: ${{ !cancelled() }} run: moodle-plugin-ci --ansi phpmd diff --git a/tests/behat/duration_enrolcoursecompleted.feature b/tests/behat/duration_enrolcoursecompleted.feature index 7896ef8..d2038f3 100644 --- a/tests/behat/duration_enrolcoursecompleted.feature +++ b/tests/behat/duration_enrolcoursecompleted.feature @@ -59,7 +59,7 @@ Feature: Duration Enrolment on course completion And I am on "Course 2" course homepage And I navigate to course participants Then I should see "2 participants found" - And I wait "2" seconds + And I wait "4" seconds And I run the scheduled task "\enrol_coursecompleted\task\process_expirations" And I am on "Course 2" course homepage And I navigate to course participants diff --git a/version.php b/version.php index 42485af..fa7b76f 100644 --- a/version.php +++ b/version.php @@ -29,6 +29,6 @@ $plugin->requires = 2023042400; $plugin->maturity = MATURITY_STABLE; -$plugin->supported = [402, 403]; -$plugin->release = 'v4.2.2'; -$plugin->version = 2024032400; +$plugin->supported = [402, 404]; +$plugin->release = 'v4.2.3'; +$plugin->version = 2024041100;