Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ewallah/moodle-availability_language
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Oct 19, 2024
2 parents 0af1e3f + 8a55d92 commit a5de05d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
moodle-branch: ['MOODLE_403_STABLE', 'MOODLE_404_STABLE', 'MOODLE_405_STABLE']
php: ['8.2']
database: ['mariadb', 'pgsql']
include:
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [4.4.2] (https://github.com/ewallah/moodle-availability_language/compare/v4.2.3...v4.4.2) (2024-10-07)

* version update
* MOODLE_405_STABLE

## [4.4.1](https://github.com/ewallah/moodle-availability_language/compare/v4.2.2...v4.4.1) (2024-04-20)

* Infection:
Expand Down
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'availability_language';
$plugin->requires = 2023042400;
$plugin->requires = 2023100900;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [402, 404];
$plugin->release = 'v4.4.2';
$plugin->version = 2024042001;
$plugin->supported = [403, 405];
$plugin->release = 'v4.4.3';
$plugin->version = 2024100700;

0 comments on commit a5de05d

Please sign in to comment.