Skip to content

Commit

Permalink
Bump version with 4.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Feb 29, 2024
1 parent 1278894 commit 7d9d0fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
with:
min_php: 7.4
disable_phpdoc: true
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ Branches

| Moodle version | Branch |
| ----------------- | ----------------- |
| Moodle 3.4 to 3.10 | MOODLE_34_STABLE |
| Moodle 3.11 | MOODLE_311_STABLE |
| Moodle 4.0 and higher | MOODLE_400_STABLE |
| Moodle 4.0 - 4.2 | MOODLE_400_STABLE |
| Moodle 4.3 and higher | MOODLE_403_STABLE |

Installation
-------------
Expand Down
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

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

$plugin->version = 2023101900;
$plugin->requires = 2022031500; // Requires 4.0
$plugin->release = '2022101900';
$plugin->version = 2024030100;
$plugin->release = 2024030100;
$plugin->requires = 2023100900; // Requires 4.3
$plugin->component = 'mod_facetoface';
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [400, 401];
$plugin->supported = [403, 403];

0 comments on commit 7d9d0fa

Please sign in to comment.