From 66500091f8bbc009330aa411d780bda45a544d02 Mon Sep 17 00:00:00 2001 From: Ruslan Kabalin Date: Thu, 29 Aug 2024 11:20:11 +0100 Subject: [PATCH] Prepare for 3.4.14 release --- bin/moodle-plugin-ci | 2 +- docs/CHANGELOG.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/moodle-plugin-ci b/bin/moodle-plugin-ci index aaa41739..a9f0a519 100755 --- a/bin/moodle-plugin-ci +++ b/bin/moodle-plugin-ci @@ -46,7 +46,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) { } // Current version. Keep it updated on releases. -define('MOODLE_PLUGIN_CI_VERSION', '3.4.13'); +define('MOODLE_PLUGIN_CI_VERSION', '3.4.14'); define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@'); define('ENV_FILE', dirname(__DIR__).'/.env'); diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ec72418e..7f5ff5da 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,7 +8,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] +## [3.4.14] - 2024-08-24 ### Changed - Fixed nvm loading issue caused by upstream regression. @@ -509,7 +509,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/3.4.13...3.x +[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.14...3.x +[3.4.14]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.13...3.4.14 [3.4.13]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.12...3.4.13 [3.4.12]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.11...3.4.12 [3.4.11]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.10...3.4.11