Skip to content

Commit 95b54f0

Browse files
committed
Prepare for 4.1.4 release
1 parent c6e17b9 commit 95b54f0

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.3');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.1.4');
4949

5050
define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@');
5151

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.4] - 2023-09-22
1213
### Added
1314
- Covered the PHAR package with some new integration tests.
1415

@@ -573,7 +574,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
573574
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
574575
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
575576

576-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.3...master
577+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.4...master
578+
[4.1.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.3...4.1.4
577579
[4.1.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.2...4.1.3
578580
[4.1.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.1...4.1.2
579581
[4.1.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.0...4.1.1

0 commit comments

Comments
 (0)