Skip to content

Commit

Permalink
Prepare for 3.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdef authored and stronk7 committed Oct 16, 2020
1 parent 419e26c commit ebdafa7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"type": "package",
"package": {
"name": "moodlehq/moodle-local_codechecker",
"version": "2.9.7",
"version": "2.9.8",
"source": {
"url": "https://github.com/moodlehq/moodle-local_codechecker.git",
"type": "git",
"reference": "v2.9.7"
"reference": "v2.9.8"
},
"autoload": {
"classmap": [
Expand All @@ -52,11 +52,11 @@
"type": "package",
"package": {
"name": "moodlehq/moodle-local_ci",
"version": "1.0.6",
"version": "1.0.7",
"source": {
"url": "https://github.com/moodlehq/moodle-local_ci.git",
"type": "git",
"reference": "07ac69779414a3838ee9e95aebbd5068938e16f8"
"reference": "a0993ac0d4e9c28a234480f9ed503609e0bac0a8"
}
}
},
Expand All @@ -75,7 +75,7 @@
],
"require": {
"php": ">=7.0.8",
"moodlehq/moodle-local_codechecker": "^2.9.7",
"moodlehq/moodle-local_codechecker": "^2.9.8",
"moodlehq/moodle-local_ci": "^1.0.5",
"moodlehq/moodle-local_moodlecheck": "^1.0.2",
"sebastian/phpcpd": "^3.0",
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

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

8 changes: 7 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
## [Unreleased]
No unreleased changes.

## [3.0.3] - 2020-10-16
### Changed
- Updated version of [moodle-local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) to v2.9.8.
- Updated project dependencies ([moodle-local_ci](https://github.com/moodlehq/moodle-local_ci)).

## [3.0.2] - 2020-09-11
### Added
- 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..).
Expand Down Expand Up @@ -287,7 +292,8 @@ No unreleased changes.
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.

[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.2...master
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.3...master
[3.0.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.2...3.0.3
[3.0.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/2.5.0...3.0.0
Expand Down

0 comments on commit ebdafa7

Please sign in to comment.