Skip to content

Commit

Permalink
Merge branch 'dev' into geogebra_stackjs
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwinc committed Oct 17, 2023
2 parents ef64b73 + 7743a03 commit bfea9c6
Show file tree
Hide file tree
Showing 88 changed files with 1,665 additions and 289 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
run: moodle-plugin-ci mustache

- name: Grunt
if: ${{ matrix.moodle-branch == 'MOODLE_311_STABLE' }}
if: ${{ matrix.moodle-branch == 'MOODLE_401_STABLE' }}
run: moodle-plugin-ci grunt

- name: PHPUnit tests
Expand Down
2 changes: 2 additions & 0 deletions adminui/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
array('link' => (string) new moodle_url('/question/type/stack/adminui/studentinputs.php'))),
get_string('bulktestindexintro_desc', 'qtype_stack',
array('link' => (string) new moodle_url('/question/type/stack/adminui/bulktestindex.php'))),
get_string('dependenciesintro_desc', 'qtype_stack',
array('link' => (string) new moodle_url('/question/type/stack/adminui/dependencies.php'))),
get_string('stackInstall_replace_dollars_desc', 'qtype_stack',
array('link' => (string) new moodle_url('/question/type/stack/adminui/replacedollarsindex.php'))),
);
Expand Down
2 changes: 1 addition & 1 deletion amd/build/input.min.js

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

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

Large diffs are not rendered by default.

Loading

0 comments on commit bfea9c6

Please sign in to comment.