Skip to content

Commit

Permalink
Merge branch 'master' into move_qtext
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed May 15, 2023
2 parents 5d34d09 + b9fdb1c commit 5b67d2b
Show file tree
Hide file tree
Showing 5 changed files with 2,081 additions and 1,739 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.0'
moodle-branch: 'MOODLE_401_STABLE'
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
# - php: '8.0'
# moodle-branch: 'master'
Expand Down Expand Up @@ -112,4 +112,4 @@ jobs:

- name: Behat features
if: ${{ always() }}
run: moodle-plugin-ci behat --profile chrome
run: moodle-plugin-ci behat --profile chrome
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Version 2.138 of the Moodle Gapfill question type May 2023
Fix for PHP 8.1 deprecation messages. Thanks to Joseph Rézeau for
creating the ticket for that.
https://github.com/marcusgreen/moodle-qtype_gapfill/issues/104

### Version 2.137 of the Moodle Gapfill question type April 2023
Fix compatibility on mobile with dark theme (css tweak)
https://github.com/marcusgreen/moodle-qtype_gapfill/pull/100
Expand Down
Loading

0 comments on commit 5b67d2b

Please sign in to comment.