Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Apr 19, 2024
1 parent 779364f commit e76a6d1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
strategy:
fail-fast: false
matrix:
moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'main']
php: ['8.1']
moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE', 'main']
php: ['8.2']
database: ['mariadb', 'pgsql']
include:
- php: '8.2'
- php: '8.3'
moodle-branch: 'main'
database: 'pgsql'

Expand Down
21 changes: 16 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
## v4.2.4 (2024-04-19)

* codecoverage ignore
* code review
* namespacing
* remove classic testing (GitHub actions timeouts)
* disable async backups (Enabled auto in 404)
* issue #29
* version update
* MOODLE_404_STABLE

## v4.2.3 (2024-04-11)

* code review
* issue #35
* readme issue #35
* version update
* code review
* issue #35
* readme issue #35
* version update

## v4.2.2 (2024-03-24)

Expand Down Expand Up @@ -31,6 +42,7 @@
## v4.1.0 (2023-10-12)

* Update main.yml
* MOODLE_403_STABLE
* Version update

## v4.0.8 (2023-09-24)
Expand Down Expand Up @@ -176,4 +188,3 @@

* phpunit upgrade
* version update

4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
$plugin->requires = 2023042400;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [402, 404];
$plugin->release = 'v4.2.3';
$plugin->version = 2024041100;
$plugin->release = 'v4.2.4';
$plugin->version = 2024041900;

0 comments on commit e76a6d1

Please sign in to comment.