From 0a51f67254d833bc2c11d9860d9b5d33a35eeeb7 Mon Sep 17 00:00:00 2001 From: Renaat Debleu Date: Mon, 11 Mar 2024 14:36:18 +0000 Subject: [PATCH] version --- .github/workflows/main.yml | 6 +----- version.php | 8 ++++---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 752f5c7..ec64e43 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE'] + moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE'] php: ['8.1'] database: ['mariadb', 'pgsql'] include: @@ -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/version.php b/version.php index 50ffecf..7c0efd8 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'availability_language'; -$plugin->requires = 2022112800; +$plugin->requires = 2023042400; $plugin->maturity = MATURITY_STABLE; -$plugin->supported = [401, 403]; -$plugin->release = 'v4.1.1'; -$plugin->version = 2023121500; +$plugin->supported = [402, 403]; +$plugin->release = 'v4.2.1'; +$plugin->version = 2024031000;