Skip to content

Commit 53e5192

Browse files
committed
Prepare for 4.1.6 release
1 parent b585fbb commit 53e5192

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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.5');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.1.6');
4949

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

docs/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ 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.6] - 2023-09-28
13+
### Changed
14+
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions.
15+
16+
### Fixed
17+
- Updated the `.gitattributes` file towards better packaging and distribution.
18+
1219
## [4.1.5] - 2023-09-22
1320
### Changed
1421
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) version.
@@ -578,7 +585,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
578585
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
579586
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
580587

581-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.5...master
588+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.6...master
589+
[4.1.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.5...4.1.6
582590
[4.1.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.4...4.1.5
583591
[4.1.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.3...4.1.4
584592
[4.1.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.2...4.1.3

0 commit comments

Comments
 (0)