From 126516d63425b3b285cdf2c4ebe833954a5ee05f Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 22 Sep 2023 20:02:34 +0200 Subject: [PATCH] Prepare for 4.1.5 release --- bin/moodle-plugin-ci | 2 +- docs/CHANGELOG.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/moodle-plugin-ci b/bin/moodle-plugin-ci index d38c7c9b..33fd6b0b 100755 --- a/bin/moodle-plugin-ci +++ b/bin/moodle-plugin-ci @@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) { } // Current version. Keep it updated on releases. -define('MOODLE_PLUGIN_CI_VERSION', '4.1.4'); +define('MOODLE_PLUGIN_CI_VERSION', '4.1.5'); define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@'); diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6d2acced..7b1acc29 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,7 @@ 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] +## [4.1.5] - 2023-09-22 ### Changed - Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) version. @@ -577,7 +578,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/moodlehq/moodle-plugin-ci/compare/4.1.4...master +[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.5...master +[4.1.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.4...4.1.5 [4.1.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.3...4.1.4 [4.1.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.2...4.1.3 [4.1.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.1...4.1.2