diff --git a/composer.json b/composer.json index 832c3b8e..fd02a41d 100644 --- a/composer.json +++ b/composer.json @@ -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": [ @@ -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" } } }, @@ -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", diff --git a/composer.lock b/composer.lock index b92ccf5b..15b06095 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ad1d86c385702f0cd0caae16d4213850", + "content-hash": "a01d6edb2b56aa7a10f7f63354b2ca45", "packages": [ { "name": "composer/ca-bundle", @@ -183,21 +183,21 @@ }, { "name": "moodlehq/moodle-local_ci", - "version": "1.0.6", + "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/moodlehq/moodle-local_ci.git", - "reference": "07ac69779414a3838ee9e95aebbd5068938e16f8" + "reference": "a0993ac0d4e9c28a234480f9ed503609e0bac0a8" }, "type": "library" }, { "name": "moodlehq/moodle-local_codechecker", - "version": "2.9.7", + "version": "2.9.8", "source": { "type": "git", "url": "https://github.com/moodlehq/moodle-local_codechecker.git", - "reference": "v2.9.7" + "reference": "v2.9.8" }, "type": "library", "autoload": { diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2872f373..b1a0e3d8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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..). @@ -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