Skip to content

Commit

Permalink
Update for Moodle 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thies committed Apr 12, 2024
1 parent 73eef64 commit 11b070e
Show file tree
Hide file tree
Showing 22 changed files with 133 additions and 15 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.0'
- php: '8.3'
moodle-branch: 'master'
database: 'pgsql'
- php: '8.1'
- php: '8.2'
moodle-branch: 'master'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'MOODLE_404_STABLE'
database: 'mariabd'
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
moodle-branch: 'MOODLE_404_STABLE'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_403_STABLE'
Expand Down
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Block deft response

1.2.5 Bug fixes and style improvement

1.2.4 Support venue directly in Moodle App

1.2.3 Improve video device capture. Share display audio with room.
Expand Down
2 changes: 1 addition & 1 deletion amd/build/janus_venue.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/janus_venue.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/manage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 11b070e

Please sign in to comment.