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
- Added support for the `--exclude` option to the `phpcs` command.
14
16
17
+
### Changed
18
+
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions.
19
+
15
20
## [4.2.0] - 2023-11-30
16
21
### Added
17
22
- Added support for the `--tags` and `--name` options to the `behat` command.
@@ -29,9 +34,6 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
29
34
To avoid that problem, it's recommended to to add the `libonig5` package to the `travis.yml` file. For a working example, please reference the updated `.travis.dist.yml`file.
30
35
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) and [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) versions.
31
36
32
-
### Added
33
-
- Support and document usage with the [Moodle App](MoodleApp.md).
34
-
35
37
## [4.1.8] - 2023-10-20
36
38
### Changed
37
39
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) version.
@@ -625,7 +627,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
625
627
-`moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
626
628
-`moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
0 commit comments