Skip to content

Commit

Permalink
Prepare for 4.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Oct 20, 2023
1 parent 7374351 commit 288c8da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/moodle-plugin-ci
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
}

// Current version. Keep it updated on releases.
define('MOODLE_PLUGIN_CI_VERSION', '4.1.7');
define('MOODLE_PLUGIN_CI_VERSION', '4.1.8');

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

Expand Down
11 changes: 10 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ 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]
## [4.1.8] - 2023-10-20
### Changed
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) version.

### Added
- 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.


## [4.1.7] - 2023-10-11
### Changed
- Updated project dependencies to current [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) version.
Expand Down Expand Up @@ -595,7 +603,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/4.1.7...master
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.8...master
[4.1.8]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.7...4.1.8
[4.1.7]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.6...4.1.7
[4.1.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.5...4.1.6
[4.1.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.4...4.1.5
Expand Down

0 comments on commit 288c8da

Please sign in to comment.