You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
10
10
11
11
## [Unreleased]
12
+
No unreleased changes.
13
+
14
+
## [3.2.0] - 2021-07-16
15
+
### Added
16
+
- New tool-agnostic `CI_BUILD_DIR` env. variable that can be used instead of the old `TRAVIS_BUILD_DIR` one. Note that support for the later [will be removed](https://github.com/moodlehq/moodle-plugin-ci/issues/118) at some point in the future.
17
+
12
18
### Changed
13
19
- Updated [gha.dist.yml](https://github.com/moodlehq/moodle-plugin-ci/blob/master/gha.dist.yml) and
@@ -17,6 +23,7 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
17
23
- ACTION REQUIRED: Existing integrations running tests with MariaDB must avoid using the 10.6 version and use 10.5 instead. It comes with some changes making it incompatible with Moodle default installation. To achieve that, just look for any use of `image: mariadb:10` and change it to `image: mariadb:10.5`. This is being tracked @ [MDL-72131](https://tracker.moodle.org/browse/MDL-72131) and, once fixed, it will be possible to go back to the original image.
18
24
- Updated project dependencies to current [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions.
19
25
- Updated version of [moodle-local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) to v3.0.2.
26
+
- Improved documentation and examples about how to ignore paths and files.
20
27
21
28
## [3.1.0] - 2021-05-14
22
29
### Added
@@ -358,7 +365,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
358
365
-`moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
359
366
-`moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
0 commit comments