diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59b3468..998de3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - php: '7.4' moodle-branch: 'master' database: 'pgsql' - - php: '7.4' + - php: '7.3' moodle-branch: 'MOODLE_311_STABLE' database: 'mariadb' @@ -44,16 +44,11 @@ jobs: with: path: plugin - - name: Install node - uses: actions/setup-node@v1 - - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} extensions: mbstring, pgsql, mysqli -# tools: phpunit -# coverage: none - name: Deploy moodle-plugin-ci run: | diff --git a/changes.md b/changes.md index 5361f64..566d939 100644 --- a/changes.md +++ b/changes.md @@ -3,8 +3,10 @@ ## Changes in 1.3 * This version works with Moodle 4.0. -* Replaced uses of deprecated user fields functions. (Note, this plugin does not yet support the display of custom profile fields.) -* Now shows improved instructions for bulk download. +* Updated to use the new user field API (but note, this plugin does not yet + support the display of custom profile fields.) +* Improved instructions for doing bulk downloads. + ## Changes in 1.2 @@ -18,6 +20,7 @@ * Fixed a few other minor bugs. * The bulk export option is now more efficient. + ## Changes in 1.1 * There is now a (slightly primitive) option to download all the attempts at a quiz