Skip to content

Commit ebdafa7

Browse files
vmdefstronk7
authored andcommitted
Prepare for 3.0.3 release
1 parent 419e26c commit ebdafa7

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"type": "package",
3535
"package": {
3636
"name": "moodlehq/moodle-local_codechecker",
37-
"version": "2.9.7",
37+
"version": "2.9.8",
3838
"source": {
3939
"url": "https://github.com/moodlehq/moodle-local_codechecker.git",
4040
"type": "git",
41-
"reference": "v2.9.7"
41+
"reference": "v2.9.8"
4242
},
4343
"autoload": {
4444
"classmap": [
@@ -52,11 +52,11 @@
5252
"type": "package",
5353
"package": {
5454
"name": "moodlehq/moodle-local_ci",
55-
"version": "1.0.6",
55+
"version": "1.0.7",
5656
"source": {
5757
"url": "https://github.com/moodlehq/moodle-local_ci.git",
5858
"type": "git",
59-
"reference": "07ac69779414a3838ee9e95aebbd5068938e16f8"
59+
"reference": "a0993ac0d4e9c28a234480f9ed503609e0bac0a8"
6060
}
6161
}
6262
},
@@ -75,7 +75,7 @@
7575
],
7676
"require": {
7777
"php": ">=7.0.8",
78-
"moodlehq/moodle-local_codechecker": "^2.9.7",
78+
"moodlehq/moodle-local_codechecker": "^2.9.8",
7979
"moodlehq/moodle-local_ci": "^1.0.5",
8080
"moodlehq/moodle-local_moodlecheck": "^1.0.2",
8181
"sebastian/phpcpd": "^3.0",

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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ 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.3] - 2020-10-16
15+
### Changed
16+
- Updated version of [moodle-local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) to v2.9.8.
17+
- Updated project dependencies ([moodle-local_ci](https://github.com/moodlehq/moodle-local_ci)).
18+
1419
## [3.0.2] - 2020-09-11
1520
### Added
1621
- 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..).
@@ -287,7 +292,8 @@ No unreleased changes.
287292
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
288293
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
289294

290-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.2...master
295+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.3...master
296+
[3.0.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.2...3.0.3
291297
[3.0.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.1...3.0.2
292298
[3.0.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.0...3.0.1
293299
[3.0.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/2.5.0...3.0.0

0 commit comments

Comments
 (0)