Skip to content

Commit 15955df

Browse files
authored
Merge pull request #75 from bdecentgmbh/dev
Call it 1.8.3
2 parents ad51a8e + 9f96930 commit 15955df

File tree

147 files changed

+1366
-4343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+1366
-4343
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,16 @@ jobs:
2929
matrix:
3030
include:
3131
- php: '8.3'
32-
moodle-branch: 'master'
32+
moodle-branch: 'main'
3333
database: 'pgsql'
3434
- php: '8.2'
35-
moodle-branch: 'master'
35+
moodle-branch: 'main'
3636
database: 'mariadb'
3737
- php: '8.3'
38-
moodle-branch: 'MOODLE_404_STABLE'
38+
moodle-branch: 'MOODLE_405_STABLE'
39+
database: 'mariadb'
40+
- php: '8.2'
41+
moodle-branch: 'MOODLE_405_STABLE'
3942
database: 'pgsql'
4043
- php: '8.2'
4144
moodle-branch: 'MOODLE_404_STABLE'
@@ -107,7 +110,7 @@ jobs:
107110
run: moodle-plugin-ci mustache
108111

109112
- name: Grunt
110-
if: ${{ matrix.moodle-branch == 'MOODLE_403_STABLE' }}
113+
if: ${{ matrix.moodle-branch == 'MOODLE_405_STABLE' }}
111114
run: moodle-plugin-ci grunt
112115

113116
- name: PHPUnit tests

action.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424

25-
require(__DIR__.'/../../config.php');
26-
require_once(__DIR__.'/lib.php');
25+
require(__DIR__ . '/../../config.php');
26+
require_once(__DIR__ . '/lib.php');
2727

2828
global $USER;
2929

amd/build/mod_form.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/mod_form.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/player.min.js

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/player.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/resize_tab_player.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/resize_tab_player.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/videotime-plugin.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/videotime-plugin.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)