Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottVerbeek committed Jan 5, 2024
1 parent 5eb7218 commit e4435ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 26 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -5,7 +5,10 @@ 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:
extra_plugin_runners: 'moodle-plugin-ci add-plugin catalyst/moodle-local_aws'
disable_grunt: true
disable_phpcpd: true
release_branches: MOODLE_402_STABLE
22 changes: 0 additions & 22 deletions .github/workflows/moodle-release.yml

This file was deleted.

8 changes: 4 additions & 4 deletions version.php
Expand Up @@ -24,12 +24,12 @@

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

$plugin->version = 2023092000;
$plugin->release = '4.1 Build (2023012400)'; // Build same as version.
$plugin->requires = 2016052304;
$plugin->version = 2023042405;
$plugin->release = '4.2.5 (Build: 20231222)'; // Build same as version.
$plugin->requires = 2023042405;
$plugin->component = 'search_elastic';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'local_aws' => 2023010900,
);
$plugin->supported = [310, 402]; // A range of branch numbers of supported moodle versions.
$plugin->supported = [402, 403]; // A range of branch numbers of supported moodle versions.

0 comments on commit e4435ae

Please sign in to comment.