Skip to content

Commit 2aa3d52

Browse files
committed
Prepare for 3.0.2 release
Just bumping to current local_ci and local_moodlecheck that come with some nice improvements: - Support .mustachelintignore in mustache linting. - Better valid API detection (online and external). - Anonymous classes false positives.
1 parent 49b4185 commit 2aa3d52

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@
5252
"type": "package",
5353
"package": {
5454
"name": "moodlehq/moodle-local_ci",
55-
"version": "1.0.5",
55+
"version": "1.0.6",
5656
"source": {
5757
"url": "https://github.com/moodlehq/moodle-local_ci.git",
5858
"type": "git",
59-
"reference": "3c8a4e7ed8dd14732ff21070dd8baab48c87fb0b"
59+
"reference": "07ac69779414a3838ee9e95aebbd5068938e16f8"
6060
}
6161
}
6262
},
6363
{
6464
"type": "package",
6565
"package": {
6666
"name": "moodlehq/moodle-local_moodlecheck",
67-
"version": "1.0.2",
67+
"version": "1.0.3",
6868
"source": {
6969
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
7070
"type": "git",
71-
"reference": "79fe5956f9e9be906499c01dbc59695c2412643d"
71+
"reference": "7e856a52fd8c9710da203873cf9674de4d1c2611"
7272
}
7373
}
7474
}

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
1111
## [Unreleased]
1212
No unreleased changes.
1313

14+
## [3.0.2] - 2020-09-11
15+
### Added
16+
- Skip HTML validation in mustache templates adding a `.mustachelintignore` standard ignores file to the plugin. Useful for templates containing specific syntax not being valid HTML (Ionic..).
17+
18+
### Changed
19+
- 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.
20+
1421
## [3.0.1] - 2020-09-04
1522
### Changed
1623
- Updated [.travis.dist.yml] to use Postgresql 9.6 (Moodle 3.10 new requirement).
@@ -280,7 +287,8 @@ No unreleased changes.
280287
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
281288
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
282289

283-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.0...master
290+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.2...master
291+
[3.0.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.1...3.0.2
284292
[3.0.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.0...3.0.1
285293
[3.0.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/2.5.0...3.0.0
286294
[2.5.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/2.4.0...2.5.0

0 commit comments

Comments
 (0)