Skip to content

Commit

Permalink
Merge branch 'MOODLE_403_STABLE' into MOODLE_401_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
grabs committed Feb 19, 2024
2 parents 5bb40b5 + 9e214fa commit 4cc14f6
Show file tree
Hide file tree
Showing 98 changed files with 6,998 additions and 727 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- 5432:5432

mariadb:
image: mariadb:10.6.7
image: mariadb:10.6
env:
MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
Expand All @@ -42,30 +42,26 @@ jobs:
database: ['mariadb', 'pgsql']
moodlebranch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE']
include:
- node: 16.20
- php: '8.2'
moodlebranch: 'MOODLE_403_STABLE'
database: 'pgsql'

steps:
- name: Check out repository code
uses: actions/checkout@v3
with:
path: plugin

- name: Install node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

- name: Setup PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: pgsql, mysqli, zip, gd, xmlrpc, soap
ini-values: max_input_vars=5000
coverage: none

- name: Initialise moodle-plugin-ci
run: |
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
# Add dirs to $PATH
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
Expand Down Expand Up @@ -102,17 +98,13 @@ jobs:
- name: Run grunt
continue-on-error: true # This step will show errors but will not fail
if: ${{ always() }}
run: moodle-plugin-ci grunt
run: moodle-plugin-ci grunt --max-lint-warnings=0

- name: Run phpdoc
continue-on-error: true # This step will show errors but will not fail
if: ${{ always() }}
run: moodle-plugin-ci phpdoc

- name: Run phpunit
if: ${{ always() }}
run: moodle-plugin-ci phpunit

- name: Run behat
if: ${{ always() }}
run: moodle-plugin-ci behat --profile chrome
Expand Down
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## Release notes

### Release 4.3.4
* Optimize activity picker, so users can see whether or not the used link comes from an activity
* Carousel caption now can handle images
* Fix hyphenation for wrapping long words - Thanks to Florian Dagner (#37)
* Fix missing draftitemid in carousel

### Release 4.3.3
* Fix error while deleting elements in grid and carousel

### Release 4.3.2
* Fixed wrong Font Awesome in css
* Type collapsedtext now use Moodle css classes to show the carets for collapsed and expanded.
* Introduce Drag-and-Drop for element with items like "accordion", "carousel" and "grid"
* Introduce adding and removing of elements by ajax
* New option to open a url in a new window.
* Fix issue "Always show manual completion" (Thanks to Stefa Hanauska) (#39)

### Release 4.3.1
* mod_unilabel: prevent loading activities like inline folder (#36)

Expand Down
9 changes: 1 addition & 8 deletions amd/build/activity_picker.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/activity_picker.min.js.map

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

9 changes: 1 addition & 8 deletions amd/build/activity_picker_button.min.js

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

Loading

0 comments on commit 4cc14f6

Please sign in to comment.