From bfa22cabe687c044a86aed50b9cbf053159d08f4 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 8 Sep 2023 17:14:25 +0200 Subject: [PATCH] Prepare for 4.1.3 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 425234d7..4972d49c 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.2'); +define('MOODLE_PLUGIN_CI_VERSION', '4.1.3'); define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@'); define('ENV_FILE', dirname(__DIR__) . '/.env'); diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 52fdb4ce..91d43b25 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.3] - 2023-09-08 ### Changed - Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs), [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions. Also, to various internal / development tools. @@ -558,7 +559,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.2...master +[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.3...master +[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 [4.1.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.0...4.1.1 [4.1.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.0.0...4.1.0