Skip to content

Commit 288c8da

Browse files
committed
Prepare for 4.1.8 release
1 parent 7374351 commit 288c8da

File tree

2 files changed

+11
-2
lines changed

2 files changed

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

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

docs/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ 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.8] - 2023-10-20
13+
### Changed
14+
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) version.
15+
16+
### Added
17+
- Added back the `selfupdate` command, that enables easy updates of the PHAR package. Note this is experimental and may show some warnings with PHP 8.x.
18+
19+
1220
## [4.1.7] - 2023-10-11
1321
### Changed
1422
- Updated project dependencies to current [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) version.
@@ -595,7 +603,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
595603
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
596604
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
597605

598-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.7...master
606+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.8...master
607+
[4.1.8]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.7...4.1.8
599608
[4.1.7]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.6...4.1.7
600609
[4.1.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.5...4.1.6
601610
[4.1.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.4...4.1.5

0 commit comments

Comments
 (0)