Skip to content

Commit 225a511

Browse files
committed
Prepare for 4.1.2 release
1 parent 75772d4 commit 225a511

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bin/moodle-plugin-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
4545
}
4646

4747
// Current version. Keep it updated on releases.
48-
define('MOODLE_PLUGIN_CI_VERSION', '4.1.1');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.1.2');
4949

5050
define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@');
5151
define('ENV_FILE', dirname(__DIR__) . '/.env');

docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
1010

1111
## [Unreleased]
12+
## [4.1.2] - 2023-09-02
1213
### Changed
1314
- Modified `moodle-local_ci` composer dependencies and manage them normally, removing some ancient bits that have [stopped working with Composer 2.6.0 and up](https://github.com/composer/composer/issues/11613).
1415
- Updated project dependencies to current [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) version.
@@ -551,7 +552,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
551552
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
552553
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
553554

554-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.1...master
555+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.2...master
556+
[4.1.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.1...4.1.2
555557
[4.1.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.0...4.1.1
556558
[4.1.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.0.0...4.1.0
557559
[4.0.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.12...4.0.0

0 commit comments

Comments
 (0)