From 86a6a89a0ba988ab7db87657aeb2143aa45bbef0 Mon Sep 17 00:00:00 2001 From: Mark Nielsen Date: Fri, 29 Sep 2017 12:40:52 -0700 Subject: [PATCH] Prepare 2.1.1 release --- docs/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f9af7f7..5f057a1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] +No unreleased changes. + +## [2.1.1] ### Fixed - `moodle-plugin-ci validate` now properly validates all table name prefixes in the plugin's `db/install.xml` file. Before, if any table name was properly prefixed, this would pass. @@ -192,7 +195,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt - `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/moodlerooms/moodle-plugin-ci/compare/2.1.0...master +[Unreleased]: https://github.com/moodlerooms/moodle-plugin-ci/compare/2.1.1...master +[2.1.1]: https://github.com/moodlerooms/moodle-plugin-ci/compare/2.1.0...2.1.1 [2.1.0]: https://github.com/moodlerooms/moodle-plugin-ci/compare/2.0.1...2.1.0 [2.0.1]: https://github.com/moodlerooms/moodle-plugin-ci/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/moodlerooms/moodle-plugin-ci/compare/1.5.8...2.0.0